POODR map T1: settle build risks R1 (LoopLedger keying) + R2 (empty tools allowlist) #459
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#459
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Map: #458
Investigate per spec §"Risks to settle": R1 — confirm bound spends key per edge, not per target (loop_ledger.rb, routing_applier.rb); add a regression test if per-edge; committee decision if per-target. R2 — determine whether
tools: []is valid agent frontmatter; if not, Read-only fallback + decision-log entry.Spec: docs/os-sdlc-rebuild/poodr-map-spec.md (ticket 1); blueprint sections cited there are authoritative.
Work started via /loop build session (spec §7 ticket 1). Investigating R1 (LoopLedger keying) and R2 (empty tools allowlist).
Resolution
Done: Settled both build risks. R1: LoopLedger keys bound spends per edge (implementation_id, from_node, verdict) at loop_ledger.rb:46-53 — the required behavior; added regression test test_edges_from_different_nodes_sharing_a_target_keep_separate_counters. R2: Claude Code honors tools: [] (zero-tool agent, documented since v2.1.208); change-interpreter keeps its empty allowlist unchanged.
Evidence: Commit
7662b7a. Suite green: 852 runs, 2150 assertions, 0 failures. Rubocop clean on touched file. Rulings logged as D01/D02 in docs/os-sdlc-rebuild/poodr-map-decisions.md. Note: spec named routing_applier.rb, which does not exist; routing logic lives in next_step.rb (recorded in D01).Follow-ups: none