Created
June 4, 2026 12:40
-
-
Save wesen/a00c7a30de33cb8ac14e55f86d72a176 to your computer and use it in GitHub Desktop.
docmgr configuration and vocabulary for PI-LAUNCHER-001 ticket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root: pi-launcher/ttmp | |
| defaults: | |
| owners: [] | |
| intent: "" | |
| filenamePrefixPolicy: "" | |
| vocabulary: pi-launcher/ttmp/vocabulary.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| topics: | |
| - slug: chat | |
| description: Chat backend and frontend surfaces | |
| - slug: backend | |
| description: Backend services | |
| - slug: websocket | |
| description: WebSocket lifecycle & events | |
| - slug: pi-agent | |
| description: Pi coding agent | |
| - slug: launcher | |
| description: CLI launcher tools | |
| - slug: declarative-config | |
| description: Declarative configuration formats | |
| - slug: glazed | |
| description: Glazed command framework | |
| - slug: yaml | |
| description: YAML configuration | |
| docTypes: | |
| - slug: design-doc | |
| description: Structured rationale and architecture notes | |
| - slug: reference | |
| description: Reference docs and API contracts | |
| - slug: playbook | |
| description: Operational procedures and QA/Smoke steps | |
| - slug: index | |
| description: Ticket landing page | |
| - slug: skill | |
| description: Skill documentation (what it's for and when to use it) | |
| intent: | |
| - slug: long-term | |
| description: Likely to persist | |
| - slug: short-term | |
| description: Short-term documentation for active work | |
| - slug: throwaway | |
| description: Temporary/experimental documentation | |
| status: | |
| - slug: draft | |
| description: Initial draft state | |
| - slug: active | |
| description: Active work in progress | |
| - slug: review | |
| description: Ready for review | |
| - slug: complete | |
| description: Work completed | |
| - slug: archived | |
| description: Archived/completed work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment