Implement layered maps and context retrieval
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
project:
|
||||
name: pi-project-map
|
||||
description: Pi skill and CLI for generating hierarchical .pi-map.md files for AI-oriented codebase comprehension
|
||||
|
||||
stack:
|
||||
runtime:
|
||||
language: TypeScript
|
||||
platform: Node.js
|
||||
cli:
|
||||
entrypoint: dist/cli.js
|
||||
extension:
|
||||
entrypoint: pi-extension.ts
|
||||
testing:
|
||||
framework: Vitest
|
||||
commands:
|
||||
- npm test
|
||||
- npm run typecheck
|
||||
- npm run lint
|
||||
|
||||
sdd:
|
||||
execution_mode: interactive
|
||||
artifact_store: openspec
|
||||
chained_pr_strategy: auto-forecast
|
||||
review_budget_lines: 400
|
||||
|
||||
phase_rules:
|
||||
explore_before_proposal: true
|
||||
spec_before_design: true
|
||||
design_before_tasks: true
|
||||
verify_before_archive: true
|
||||
Reference in New Issue
Block a user