v0.7.0 - Context-Efficient Delegation
v0.7.0 - Context-Efficient Delegation
This release adds structured worker context and smaller routine delegation results.
Added
-
Context Capsule v2 (
contextCapsule)- Pass selected task-relevant context to workers through
relevantContext,interfaces,dependencies,invariants,upstreamDecisions, andknownPitfalls. - Empty and whitespace-only fields are omitted from the worker prompt.
- Existing delegation contracts remain backward compatible.
- Pass selected task-relevant context to workers through
-
Compact Evidence Packets (
resultDetail: "full" | "compact")- Routine delegations can request
resultDetail: "compact". - Successful verification stdout/stderr is removed from
structuredContent. - Failed, refused, and skipped verification evidence is preserved.
- Verdicts, discrepancies, scope violations, and
filesChanged[].whyremain available. resultDetail: "full"remains the default for compatibility.- Human-readable
content[].textremains unchanged between full and compact modes.
- Routine delegations can request
Supervisor behavior
The supervisor now prefers compact evidence for routine delegations and can provide selected Context Capsule fields when additional task context is useful.
Full evidence remains available when successful verification output is worth inspecting.
Validation
- 300 deterministic tests
- 299 passed
- 1 pre-existing Windows symlink-permission skip
- 0 failed
- Live Sol/Luna validation
- Parallel Context Capsule isolation verified
- Legacy full-result compatibility verified
- Compact failure evidence preservation verified
- Activity-event capsule privacy verified
Install
npm install -g sol-luna-orchestrator
sol-luna-orchestrator init
Links
- README: https://github.com/mahadansar/sol-luna-orchestrator#readme
- Changelog: https://github.com/mahadansar/sol-luna-orchestrator/blob/main/CHANGELOG.md
- Roadmap: https://github.com/mahadansar/sol-luna-orchestrator/blob/main/ROADMAP.md
- Security: https://github.com/mahadansar/sol-luna-orchestrator/blob/main/SECURITY.md