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,24 @@
|
||||
# openspec/changes/config-profile-includes-ui (index)
|
||||
dir: openspec/changes/config-profile-includes-ui
|
||||
|
||||
## role
|
||||
Design and planning package for adding drag-and-drop profile includes management UI to a config profile editor frontend
|
||||
## parent
|
||||
index: openspec/changes/.pi-map.index.md
|
||||
map: openspec/changes/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/config-profile-includes-ui/specs
|
||||
index: openspec/changes/config-profile-includes-ui/specs/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: openspec/changes/config-profile-includes-ui/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,22 @@
|
||||
# openspec/changes/config-profile-includes-ui
|
||||
dir: openspec/changes/config-profile-includes-ui
|
||||
|
||||
index: openspec/changes/config-profile-includes-ui/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Design and planning package for adding drag-and-drop profile includes management UI to a config profile editor frontend
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema version and creation date metadata
|
||||
- design.md | Design document for adding drag-and-drop profile includes management UI to an existing config profile editor frontend | dep: React, HTML5 Drag and Drop API, config profiles backend API (listConfigProfiles, updateConfigProfile, updateProfileIncludes), existing scope badge components
|
||||
- proposal.md | Proposes a UI feature for drag-and-drop management of ordered config profile includes with cycle detection and scope visualization | dep: config profiles backend API, frontend React app, drag-and-drop library
|
||||
- tasks.md | Task tracking document for implementing a profile "includes" feature with UI, drag-and-drop reordering, and error handling
|
||||
## arch
|
||||
Specification-driven development using OpenSpec schema with phased task tracking, design documents, and proposal-driven feature planning
|
||||
## tags
|
||||
drag, profile, design, drop, includes, .openspec, document, management
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,20 @@
|
||||
# openspec/changes/config-profile-includes-ui/specs (index)
|
||||
dir: openspec/changes/config-profile-includes-ui/specs
|
||||
|
||||
## role
|
||||
Contains UI specification files for the configuration profile includes feature, defining behavior and requirements for the user interface components.
|
||||
## parent
|
||||
index: openspec/changes/config-profile-includes-ui/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management
|
||||
index: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: openspec/changes/config-profile-includes-ui/specs/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,18 @@
|
||||
# openspec/changes/config-profile-includes-ui/specs
|
||||
dir: openspec/changes/config-profile-includes-ui/specs
|
||||
|
||||
index: openspec/changes/config-profile-includes-ui/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains UI specification files for the configuration profile includes feature, defining behavior and requirements for the user interface components.
|
||||
## files
|
||||
## arch
|
||||
Specification-driven development with isolated UI specs directory following a feature-based organizational pattern, likely using declarative specification formats (e.g., JSON/YAML) to define UI component behavior, state management, and interaction flows for the config-profile-includes feature.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management (index)
|
||||
dir: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management
|
||||
|
||||
## role
|
||||
Defines UI specifications for managing configuration profile includes with display, add/remove/reorder, and save capabilities.
|
||||
## parent
|
||||
index: openspec/changes/config-profile-includes-ui/specs/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management/.pi-map.index.md
|
||||
map: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management
|
||||
dir: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management
|
||||
|
||||
index: openspec/changes/config-profile-includes-ui/specs/config-profile-includes-management/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines UI specifications for managing configuration profile includes with display, add/remove/reorder, and save capabilities.
|
||||
## files
|
||||
- spec.md | Define requirements for a config profile editor feature that manages profile includes with display, add/remove/reorder functionality, and save capabilities | dep: profile editor UI, includes API, profile update API, dropdown component, drag-and-drop system
|
||||
## arch
|
||||
Specification-driven design using markdown-based requirements documents with functional decomposition into display, management, and persistence concerns.
|
||||
## tags
|
||||
profile, spec, define, requirements, config, editor, feature, manages
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
Reference in New Issue
Block a user