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
+5 -5
View File
@@ -1,13 +1,13 @@
# changes
dir: changes
# openspec/changes
dir: openspec/changes
index: changes/.pi-map.index.md
index: openspec/changes/.pi-map.index.md
## role
Package for tracking, storing, and managing file changes or diffs in the project.
Manages change tracking and history for OpenAPI specification documents, enabling audit trails and versioning of specification modifications.
## files
## arch
Likely implements a change-log or diff-storage pattern, possibly with immutable change records and versioning for audit trails or synchronization.
Event-sourced or command-pattern architecture with immutable change records, likely using a storage-agnostic interface for persisting incremental diffs or revision logs of specification state transitions.
## tags
-
## symbols