chore: track .pi-map.md and .pi-map.index.md artifacts
Remove the map files from .gitignore so they are committed as project navigation artifacts, and also unignore them in the sample fixture. Regenerate all maps so the committed versions reflect the current source.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# fixtures/sample-project/tests (index)
|
||||
dir: fixtures/sample-project/tests
|
||||
|
||||
## role
|
||||
Provides unit test coverage for user model behavior and string validation utilities in the sample project.
|
||||
## parent
|
||||
index: fixtures/sample-project/.pi-map.index.md
|
||||
map: fixtures/sample-project/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- user.test.ts
|
||||
- validation.test.ts
|
||||
## links
|
||||
index: fixtures/sample-project/tests/.pi-map.index.md
|
||||
map: fixtures/sample-project/tests/.pi-map.md
|
||||
## workflows
|
||||
- update tests tests
|
||||
read: user.test.ts, validation.test.ts
|
||||
## dirty
|
||||
-
|
||||
Reference in New Issue
Block a user