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:
@@ -0,0 +1,22 @@
|
||||
# openspec/changes/config-profile-git-mounts
|
||||
dir: openspec/changes/config-profile-git-mounts
|
||||
|
||||
index: openspec/changes/config-profile-git-mounts/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Implements git repository mount support for config profiles to enable version-controlled dotfiles and persistent configuration in containers.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for adding git repository mount support to config profiles in a container management system | dep: ConfigProfile, git repositories, clone service, instance startup, Docker/volume mounts, database/JSONB
|
||||
- proposal.md | Proposes adding git repository mounts to config profiles for version-controlled dotfiles in containers | dep: config profiles, git repositories, docker/container startup, database migrations, frontend UI/API
|
||||
- tasks.md | A completed task checklist for implementing git repository mount functionality across database models, backend API, frontend UI, and documentation | dep: Alembic, SQLAlchemy, Pydantic, FastAPI, TypeScript, Docker Compose, git clone service
|
||||
## arch
|
||||
Specification-driven development using OpenSpec schema definitions, with design-proposal-implementation workflow spanning database models, REST API, frontend UI, and documentation layers.
|
||||
## tags
|
||||
design, git, repository, .openspec, adding, mount, config, profiles
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
Reference in New Issue
Block a user