10955dfe8e
The /workspace compatibility symlink was removed from the manifest
compiler/entrypoint in 3e59a25. Tool definitions that still set
runtime.working_dir to /workspace therefore start in an empty directory
instead of /home/user/{repo_name}.
- manifest-editor.tsx: default working_dir to empty instead of /workspace;
update startup-script placeholder to reference /home/alex/.
- Add Alembic migration 2026_06_19_113000 that clears the stale
runtime.working_dir = /workspace from the built-in pi-agent manifest.
- Add migration import test.
Quality gates: pytest tests/api tests/services/test_terminal_manager_multi.py tests/unit (248 passed), ruff check (clean), npx tsc --noEmit (clean), eslint (clean).
92 lines
2.4 KiB
Markdown
92 lines
2.4 KiB
Markdown
# . (index)
|
|
dir: .
|
|
|
|
## Project Map Protocol
|
|
|
|
1. Read this protocol and the root `.pi-map.index.md` first.
|
|
2. Use `index:` / `map:` references to open relevant directory indexes and maps.
|
|
3. Load indexes before rich maps during task-start navigation.
|
|
4. Read the local rich map and actual source before editing.
|
|
5. Treat non-empty `## dirty` sections in either artifact as stale.
|
|
6. If source and generated artifacts disagree, trust source.
|
|
7. If map and index disagree, trust neither blindly; verify from source and regenerate the pair.
|
|
8. After editing source, run `project_map_patch` for each changed file.
|
|
9. Before broad architectural claims or final handoff, run `project_map_validate` when freshness matters.
|
|
|
|
Trust boundary: index routes, map orients, source decides.
|
|
|
|
## role
|
|
Infrastructure and configuration package for "Headquarter," a self-hosted project management platform with Git repository features, containing deployment configs, development tooling, and UI refactoring documentation.
|
|
## parent
|
|
-
|
|
## children
|
|
- .atl
|
|
index: .atl/.pi-map.index.md
|
|
map: .atl/.pi-map.md
|
|
- .claude
|
|
index: .claude/.pi-map.index.md
|
|
map: .claude/.pi-map.md
|
|
- .opencode
|
|
index: .opencode/.pi-map.index.md
|
|
map: .opencode/.pi-map.md
|
|
- .pi
|
|
index: .pi/.pi-map.index.md
|
|
map: .pi/.pi-map.md
|
|
- .pi-lens
|
|
index: .pi-lens/.pi-map.index.md
|
|
map: .pi-lens/.pi-map.md
|
|
- .pytest_cache
|
|
index: .pytest_cache/.pi-map.index.md
|
|
map: .pytest_cache/.pi-map.md
|
|
- .ruff_cache
|
|
index: .ruff_cache/.pi-map.index.md
|
|
map: .ruff_cache/.pi-map.md
|
|
- .sisyphus
|
|
index: .sisyphus/.pi-map.index.md
|
|
map: .sisyphus/.pi-map.md
|
|
- .stoneforge
|
|
index: .stoneforge/.pi-map.index.md
|
|
map: .stoneforge/.pi-map.md
|
|
- apps
|
|
index: apps/.pi-map.index.md
|
|
map: apps/.pi-map.md
|
|
- docs
|
|
index: docs/.pi-map.index.md
|
|
map: docs/.pi-map.md
|
|
- e2e
|
|
index: e2e/.pi-map.index.md
|
|
map: e2e/.pi-map.md
|
|
- openspec
|
|
index: openspec/.pi-map.index.md
|
|
map: openspec/.pi-map.md
|
|
- scripts
|
|
index: scripts/.pi-map.index.md
|
|
map: scripts/.pi-map.md
|
|
- tests
|
|
index: tests/.pi-map.index.md
|
|
map: tests/.pi-map.md
|
|
- tool-images
|
|
index: tool-images/.pi-map.index.md
|
|
map: tool-images/.pi-map.md
|
|
## files
|
|
- .env.example
|
|
- .gitignore
|
|
- AGENTS.md
|
|
- CHANGELOG.md
|
|
- Makefile
|
|
- README.md
|
|
- docker-compose.traefik.yml
|
|
- docker-compose.yml
|
|
- progress.md
|
|
- swap-pane
|
|
- ui-audit-spacing-typography.md
|
|
- ui-rework-foundations-apply.md
|
|
- ui-rework-pass2-apply.md
|
|
## links
|
|
index: ./.pi-map.index.md
|
|
map: ./.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|