chore: track all project map and index files

Add generated .pi-map.md and .pi-map.index.md files across the repository
so the project navigation maps are shared and versioned. These artifacts
are maintained by project_map_init/patch/validate and must be kept in
sync with source edits.

Note: .cache/ remains ignored (added in previous commit).
This commit is contained in:
Developer
2026-06-12 13:46:23 +00:00
parent 44ef62271e
commit 070cd4d5a5
642 changed files with 14785 additions and 0 deletions
@@ -0,0 +1,24 @@
# openspec/changes/archive/2026-05-19-file-editor (index)
dir: openspec/changes/archive/2026-05-19-file-editor
## role
Archive directory containing historical design documents and specifications for a file editor component that was planned to replace FileViewer with enhanced editing capabilities.
## parent
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- openspec/changes/archive/2026-05-19-file-editor/specs
index: openspec/changes/archive/2026-05-19-file-editor/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-file-editor/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: openspec/changes/archive/2026-05-19-file-editor/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-file-editor/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,22 @@
# openspec/changes/archive/2026-05-19-file-editor
dir: openspec/changes/archive/2026-05-19-file-editor
index: openspec/changes/archive/2026-05-19-file-editor/.pi-map.index.md
## role
Archive directory containing historical design documents and specifications for a file editor component that was planned to replace FileViewer with enhanced editing capabilities.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design specification for a file editor component that replaces FileViewer with view/edit modes, syntax highlighting, and git commit integration | dep: react-simple-code-editor, prismjs, existing API endpoints (GET/POST /projects/{id}/repositories/{id}/files/content)
- proposal.md | Design proposal for adding syntax highlighting and in-browser editing capabilities to a repository file viewer with Git commit integration | dep: react-simple-code-editor, Prism.js, existing PUT /files/content API endpoint
- tasks.md | Project task list tracking implementation phases for a file editor component with syntax highlighting, editing, and commit capabilities | dep: react-simple-code-editor, prismjs, @types/prismjs, TypeScript, ESLint, ruff, mypy
## arch
Document-driven specification pattern using OpenSpec schema metadata, with phased implementation tracking (design → proposal → tasks) for a component featuring dual-mode view/edit architecture, syntax highlighting integration, and git workflow commit integration.
## tags
editor, design, syntax, highlighting, commit, react, simple, code
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2026-05-19-file-editor/specs (index)
dir: openspec/changes/archive/2026-05-19-file-editor/specs
## role
Defines technical specifications and requirements for a web-based file editor with syntax highlighting and git integration
## parent
index: openspec/changes/archive/2026-05-19-file-editor/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-file-editor/.pi-map.md
## children
-
## files
- spec.md
## links
index: openspec/changes/archive/2026-05-19-file-editor/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-file-editor/specs/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# openspec/changes/archive/2026-05-19-file-editor/specs
dir: openspec/changes/archive/2026-05-19-file-editor/specs
index: openspec/changes/archive/2026-05-19-file-editor/specs/.pi-map.index.md
## role
Defines technical specifications and requirements for a web-based file editor with syntax highlighting and git integration
## files
- spec.md | Specifies requirements, API contracts, component interfaces, and testing strategy for a web-based file editor with syntax highlighting and git commit integration | dep: Prism.js, React/TypeScript (implied by interfaces), REST API endpoints, URL routing
## arch
Specification-driven architecture using markdown-based documentation for API contracts, component interfaces, and testing strategies
## tags
spec, specifies, requirements, api, contracts, component, interfaces, testing
## symbols
-
## workflows
-
## dirty
-