Agent Workspace

Pack comparison

Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.

ACommunityharnessv0.1.0Recommended
Session Persistence — Three Channels

session-persistence-three-channels

Append-only JSONL across 3 channels. Permissions never restore on resume — the friction IS the safety.

npx attrition-sh pack install session-persistence-three-channels

Token budget

0

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex

3 required outputs, 1 permissions, 2 completion conditions.

out: .transcripts/<session>.jsonl

BCommunityharnessparallelizationv0.1.0Recommended
Subagent Delegation — Three Isolation Modes

subagent-delegation-three-isolation-modes

SkillTool vs AgentTool, 6 built-in types, 3 isolation modes. The knob every harness engineer gets wrong first.

npx attrition-sh pack install subagent-delegation-three-isolation-modes

Token budget

50,000

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex

3 required outputs, 2 permissions, 3 completion conditions.

out: .sidechains/<task-id>.jsonl

What both packs have in common

Overlap across canonical pattern, compatibility, tags, and required packs.

claude-codecursorcodex
harnessclaude-codedive-into-claude-code

Head-to-head claims from both packs

Each row is attributed to the pack that authored it. The winner column is normalised to this compare view (A / B / Tie).

SourceAlternativeAxisWinnerNote
Aclaude-code-guidecomplexityAlternativeClaude Code Guide covers session memory in one section; this pack is the dedicated persistence specification with the deliberate-non-feature framing.
Asubagent-delegation-three-isolation-modesmaintainabilityTieThis pack documents session + global channels; subagent-delegation documents the sidechain channel. Stack them for full 3-channel coverage.
Ainjection-surface-auditaccuracyTieThe permissions-non-restoration invariant is one of the audit's checks. This pack names the invariant; that pack verifies nothing erodes it.
Badvisor-pattern-v2costTieAdvisor routes intelligence by confidence (cheap executor + expensive advisor). Subagent delegation routes context (keep wide reads out of the parent window). Different cost axes; stack them when both apply.
Bclaude-code-guidecomplexityAlternativeClaude Code Guide is a 10-section reference covering the whole harness including subagents. This pack is the deep dive on just subagent delegation — use the guide for onboarding, this pack for production tuning.
Bturn-execution-pipelinelatencyTieEach subagent runs its own 9-step turn pipeline internally. Subagent spawns add 1-3s round-trip on top of a pipeline turn; fan-out parallelises across children to amortise.

What each pack brings that the other doesn't

Unique coverage and any measurable gap between the two.

Comparisons not in B

subagent-delegation-three-isolation-modesinjection-surface-audit

Compatibility A-only

(none)

Tags A-only

persistencesessionappend-onlyjsonlsafetyresume

Comparisons not in A

advisor-pattern-v2turn-execution-pipeline

Compatibility B-only

(none)

Tags B-only

parallelizationsubagentsskill-toolagent-toolisolationsidechain

Difference: 50,000 tokens. A (Session Persistence — Three Channels) is the cheaper declared contract.