ddd92e3dd4
- Add ToolType.home_directory column with default /home/user
- Add Alembic migration to add column, set existing rows, and rewrite
/workspace to /home/user/{{WORKSPACE_NAME}} in legacy templates
- Add merge migration fc8f1a20cbf6 to resolve Alembic multiple heads
- Update manifest compiler to honor manifest.home_directory for HOME,
WORKDIR, /workspace symlink, and default repo mount target
- Update legacy dockerfile/compose instance generation to use
tool_type.home_directory
- Thread resolved home_dir through config profile and git mount expansion
- Generate entrypoint permission fixer to chown home/mounts at startup
- Update base.dockerfile with sudo/passwordless sudo for permission fixer
- Add unit tests for manifest compiler, instance service, and migrations
- Add placeholder integration test for container lifecycle
- Update openspec/tasks/home-path-expansion.md task checkboxes
- Update project maps for modified files
Quality gates: py_compile, ruff, mypy, pytest tests/unit (205 passed),
pytest tests/integration (110 passed, 35 skipped). Alembic round-trip
and container lifecycle integration tests require Docker/PostgreSQL.
43 lines
1011 B
Markdown
43 lines
1011 B
Markdown
# docs (index)
|
|
dir: docs
|
|
|
|
## role
|
|
Central documentation hub and navigation entry point for the Headquarter platform.
|
|
## parent
|
|
index: ./.pi-map.index.md
|
|
map: ./.pi-map.md
|
|
## children
|
|
- docs/api
|
|
index: docs/api/.pi-map.index.md
|
|
map: docs/api/.pi-map.md
|
|
- docs/architecture
|
|
index: docs/architecture/.pi-map.index.md
|
|
map: docs/architecture/.pi-map.md
|
|
- docs/deployment
|
|
index: docs/deployment/.pi-map.index.md
|
|
map: docs/deployment/.pi-map.md
|
|
- docs/development
|
|
index: docs/development/.pi-map.index.md
|
|
map: docs/development/.pi-map.md
|
|
- docs/features
|
|
index: docs/features/.pi-map.index.md
|
|
map: docs/features/.pi-map.md
|
|
- docs/guides
|
|
index: docs/guides/.pi-map.index.md
|
|
map: docs/guides/.pi-map.md
|
|
- docs/superpowers
|
|
index: docs/superpowers/.pi-map.index.md
|
|
map: docs/superpowers/.pi-map.md
|
|
- docs/templates
|
|
index: docs/templates/.pi-map.index.md
|
|
map: docs/templates/.pi-map.md
|
|
## files
|
|
- README.md
|
|
## links
|
|
index: docs/.pi-map.index.md
|
|
map: docs/.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|