Implement layered maps and context retrieval

This commit is contained in:
2026-06-11 12:56:18 +02:00
parent 010e4b83eb
commit c6064f8d94
35 changed files with 4410 additions and 383 deletions
+30
View File
@@ -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