chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
@@ -1,23 +1,23 @@
# 2026-05-19-git-control (index)
dir: 2026-05-19-git-control
# openspec/changes/archive/2026-05-19-git-control (index)
dir: openspec/changes/archive/2026-05-19-git-control
## role
Defines specifications and planning documents for implementing Git version control capabilities in a browser-based repository management interface.
Defines a full-stack Git version control feature specification for integrating repository read/write operations into a project workspace UI.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
index: openspec/changes/archive/.pi-map.index.md
map: openspec/changes/archive/.pi-map.md
## children
- 2026-05-19-git-control/specs
index: 2026-05-19-git-control/specs/.pi-map.index.md
map: 2026-05-19-git-control/specs/.pi-map.md
- openspec/changes/archive/2026-05-19-git-control/specs
index: openspec/changes/archive/2026-05-19-git-control/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-git-control/specs/.pi-map.md
## files
- .openspec.yaml
- design.md
- proposal.md
- tasks.md
## links
index: 2026-05-19-git-control/.pi-map.index.md
map: 2026-05-19-git-control/.pi-map.md
index: openspec/changes/archive/2026-05-19-git-control/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-git-control/.pi-map.md
## workflows
-
## dirty
@@ -1,19 +1,19 @@
# 2026-05-19-git-control
dir: 2026-05-19-git-control
# openspec/changes/archive/2026-05-19-git-control
dir: openspec/changes/archive/2026-05-19-git-control
index: 2026-05-19-git-control/.pi-map.index.md
index: openspec/changes/archive/2026-05-19-git-control/.pi-map.index.md
## role
Defines specifications and planning documents for implementing Git version control capabilities in a browser-based repository management interface.
Defines a full-stack Git version control feature specification for integrating repository read/write operations into a project workspace UI.
## files
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
- design.md | Design specification for a Git-based repository management UI with backend API and frontend workspace components | dep: Git, React/TypeScript, REST API, file tree UI components, dialog/modal system
- proposal.md | Proposes adding git control capabilities (branch management, commit, push/pull, merge) to a browser-based repository workspace that currently only provides read-only access | dep: git, repository workspace, file viewer, branch selector, toolbar
- tasks.md | Project task tracking document outlining implementation phases for a Git version control feature in a full-stack application | dep: GitPython, FastAPI, React/Vue frontend, pytest, ruff, mypy
- design.md | Design specification for a Git version control UI integrated into a project workspace with backend API endpoints and frontend components | dep: Git, React/TypeScript, REST API, file system utilities, authentication system
- proposal.md | Proposes adding git write/remote operations to a repository workspace interface
- tasks.md | Project task tracking document for implementing a full-stack Git control feature with backend utilities, REST API endpoints, and frontend UI components | dep: git, python, fastapi/react (implied), ruff, mypy, pytest
## arch
Documentation-driven specification pattern using OpenSpec schema configuration, phased task tracking, and separation of concerns between design specification (backend API + frontend workspace) and feature proposal (read-only to full read/write Git operations).
Specification-driven development using OpenSpec schema metadata, with layered design documents (proposal → design → tasks) separating backend REST API endpoints from frontend React components, and task-driven implementation tracking across Go backend utilities and TypeScript/React frontend.
## tags
git, design, .openspec, repository, management, workspace, react, control
git, design, .openspec, control, project, workspace, backend, api
## symbols
-
## workflows
@@ -1,18 +1,18 @@
# 2026-05-19-git-control/specs (index)
dir: 2026-05-19-git-control/specs
# openspec/changes/archive/2026-05-19-git-control/specs (index)
dir: openspec/changes/archive/2026-05-19-git-control/specs
## role
Defines the API contract and UI specification for a Git version control interface that enables branch management, commits, remote sync, and merge operations.
Defines REST API and frontend specifications for a Git version control interface with branch management, commit operations, remote sync, and merge capabilities
## parent
index: 2026-05-19-git-control/.pi-map.index.md
map: 2026-05-19-git-control/.pi-map.md
index: openspec/changes/archive/2026-05-19-git-control/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-git-control/.pi-map.md
## children
-
## files
- spec.md
## links
index: 2026-05-19-git-control/specs/.pi-map.index.md
map: 2026-05-19-git-control/specs/.pi-map.md
index: openspec/changes/archive/2026-05-19-git-control/specs/.pi-map.index.md
map: openspec/changes/archive/2026-05-19-git-control/specs/.pi-map.md
## workflows
-
## dirty
@@ -1,14 +1,14 @@
# 2026-05-19-git-control/specs
dir: 2026-05-19-git-control/specs
# openspec/changes/archive/2026-05-19-git-control/specs
dir: openspec/changes/archive/2026-05-19-git-control/specs
index: 2026-05-19-git-control/specs/.pi-map.index.md
index: openspec/changes/archive/2026-05-19-git-control/specs/.pi-map.index.md
## role
Defines the API contract and UI specification for a Git version control interface that enables branch management, commits, remote sync, and merge operations.
Defines REST API and frontend specifications for a Git version control interface with branch management, commit operations, remote sync, and merge capabilities
## files
- spec.md | Defines a REST API and frontend specification for a Git version control interface enabling branch management, commits, remote sync, and merge operations
- spec.md | Defines a REST API and frontend specification for a Git version control interface with branch management, commit operations, remote sync, and merge capabilities
## arch
Specification-driven design using REST API documentation paired with frontend requirements, establishing clear interfaces between backend services and client implementation.
Specification-driven design using Markdown-based API documentation with clear endpoint definitions, request/response schemas, and frontend UI component requirements
## tags
spec, defines, rest, api, frontend, specification, git, version
## symbols