Skip to content

v0.7.0 - Context-Efficient Delegation

Choose a tag to compare

@mahadansar mahadansar released this 20 Aug 17:21
· 110 commits to main since this release

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, and knownPitfalls.
    • Empty and whitespace-only fields are omitted from the worker prompt.
    • Existing delegation contracts remain backward compatible.
  • 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[].why remain available.
    • resultDetail: "full" remains the default for compatibility.
    • Human-readable content[].text remains unchanged between full and compact modes.

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