Include bounded temporary cleanup in orchestration scope; bump plugin to 0.1.2

This commit is contained in:
Dayowe
2026-09-13 22:40:56 +02:00
parent aed2e1d629
commit 0409a75fb7
6 changed files with 14 additions and 11 deletions
+1
View File
@@ -110,6 +110,7 @@ The usual flow is:
- The skills are intentionally separate. Keeping the roles separate makes the boundaries clearer and reduces accidental scope widening.
- `validator` reports evidence and risk. `planner` or `orchestrator` decides whether a chunk is accepted.
- `orchestrator` may commit accepted chunks only when the user explicitly authorizes commits.
- Authorizing orchestration includes routine cleanup of its tracked, disposable temporary resources after ownership, retention and consumer-release checks pass. The handoff states this default; explicit retention/no-deletion instructions override it. Shared caches, unrelated files and resources still needed remain protected.
- If the same skill names also exist as standalone local skills, Codex may show duplicates. After the plugin is installed and verified, remove or disable the standalone copies if you want only the plugin version.
## Development