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:
Developer
2026-06-16 14:38:42 +00:00
parent cb581f44b9
commit 3e7410b6bd
46 changed files with 1158 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
# src/types
dir: src/types
index: src/types/.pi-map.index.md
## role
Provides TypeScript type declarations for the Pi AI module's LLM chat completion functionality within the Pi runtime.
## files
- pi-ai.d.ts | TypeScript declaration file for the Pi AI module's `complete` function that provides LLM chat completions within the Pi runtime | exp: complete
## arch
Minimal declaration-only types package using ambient module declarations (.d.ts) to define external API interfaces without implementation.
## tags
complete, pi, ai.d, typescript, declaration, provides, llm, chat
## symbols
- complete
## workflows
- change types behavior
read: pi-ai.d.ts
## dirty
-