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/archive/2026-05-22-opencode-web-terminal (index)
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal
|
||||
|
||||
## role
|
||||
Defines a feature specification for adding web terminal access to OpenCode through standardized port configuration and tunneling infrastructure.
|
||||
## parent
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2026-05-22-opencode-web-terminal/specs
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,22 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines a feature specification for adding web terminal access to OpenCode through standardized port configuration and tunneling infrastructure.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenAPI specification configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for making OpenCode accessible via web terminal, standardizing port configuration across tool types, and adding validation for tool type ports and interfaces.
|
||||
- proposal.md | Proposes a systematic tool port configuration system with web interface support for terminal-first tools like OpenCode
|
||||
- tasks.md | Project task list tracking implementation of tool type port configuration, OpenCode web server integration, tunnel port fixes, frontend updates, database migrations, and testing for a development tools platform | dep: Alembic, Docker Compose, OpenCode, backend API, frontend UI, tunnel service
|
||||
## arch
|
||||
Specification-driven design using OpenAPI config metadata, structured documentation (design/proposal/tasks), and systematic port/interface validation for terminal-first development tools.
|
||||
## tags
|
||||
configuration, opencode, port, tool, type, design, web, .openspec
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,26 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs (index)
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs
|
||||
|
||||
## role
|
||||
Contains archived specification documents for a web terminal feature implementation dated May 22, 2026, serving as historical reference for the opencode project's web terminal design decisions.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,18 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains archived specification documents for a web terminal feature implementation dated May 22, 2026, serving as historical reference for the opencode project's web terminal design decisions.
|
||||
## files
|
||||
## arch
|
||||
Document-based specification storage using date-versioned directory hierarchy with no active code architecture, following a simple archival pattern for tracking feature specifications over time.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server (index)
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
|
||||
## role
|
||||
Defines container specifications for a web server with integrated terminal interface in the OpenCode development environment.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/opencode-web-server/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines container specifications for a web server with integrated terminal interface in the OpenCode development environment.
|
||||
## files
|
||||
- spec.md | Specifies requirements for OpenCode containers to run a web server on port 3000 with a web terminal interface, proper tunneling, and UI integration.
|
||||
## arch
|
||||
Specification-driven architecture using markdown-based requirements documents to define container behavior, port binding, and UI integration patterns.
|
||||
## tags
|
||||
web, spec, specifies, requirements, opencode, containers, run, server
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration (index)
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration
|
||||
|
||||
## role
|
||||
Defines specification requirements for validating tool types, managing default network ports, exposing ports in Docker Compose templates, and supporting multiple network interfaces in the OpenCode web terminal environment.
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-port-configuration/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specification requirements for validating tool types, managing default network ports, exposing ports in Docker Compose templates, and supporting multiple network interfaces in the OpenCode web terminal environment.
|
||||
## files
|
||||
- spec.md | Defines requirements for tool type validation including default ports, compose template port exposure, and multiple interface support
|
||||
## arch
|
||||
Specification-driven requirements document using markdown-based technical specification pattern with structured sections covering validation rules, port configuration defaults, container orchestration integration, and multi-interface networking requirements.
|
||||
## tags
|
||||
spec, defines, requirements, tool, type, validation, including, default
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types (index)
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types
|
||||
|
||||
## role
|
||||
Defines specifications for a tool type management system that validates Docker Compose templates and manages built-in tool definitions
|
||||
## parent
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,19 @@
|
||||
# openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types
|
||||
dir: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types
|
||||
|
||||
index: openspec/changes/archive/2026-05-22-opencode-web-terminal/specs/tool-types/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines specifications for a tool type management system that validates Docker Compose templates and manages built-in tool definitions
|
||||
## files
|
||||
- spec.md | Specifies requirements for a tool type management system with Docker Compose template validation and built-in tool definitions | dep: database, docker-compose, validation framework
|
||||
## arch
|
||||
Specification-driven architecture using Markdown-based requirements documentation with Docker Compose template validation patterns
|
||||
## tags
|
||||
tool, docker, compose, spec, specifies, requirements, type, management
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
Reference in New Issue
Block a user