Skip to content

docs(readme): document the for-each data-driven loop and visualize commands - #190

Merged
abrichr merged 1 commit into
mainfrom
docs/readme-loops-visualize
Jul 20, 2026
Merged

docs(readme): document the for-each data-driven loop and visualize commands#190
abrichr merged 1 commit into
mainfrom
docs/readme-loops-visualize

Conversation

@abrichr

@abrichr abrichr commented Jul 20, 2026

Copy link
Copy Markdown
Member

Documents two newly shipped CLI verbs that the README did not yet mention.

  • visualize (added to the quickstart and a From trace to program bullet): render a bundle's program graph before it runs, steps, resolution ladder, armed identity gates, effect checks, and halt points, as offline HTML, Mermaid, or the shared JSON graph spec.
  • for-each (new From trace to program bullet): data-driven loop authoring, one linear bundle wrapped in a governed loop over a worklist (CSV/JSON), bounded, identity-gated and effect-verified per record, halting on ambiguity, with explicit validated column-to-parameter mapping.

Honest and scoped to what's merged (#188 for-each, #184 visualize). No new claims registered.

  • python scripts/validate_claims.py passes (16 claims).
  • pytest tests/test_consistency.py passes (22).
  • No em dashes.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM

…mmands

The README already covered loops and effect verification conceptually but
did not mention the two newly shipped CLI verbs:

- `visualize` — added to the quickstart and a "From trace to program" bullet:
  render a bundle's program graph (steps, resolution ladder, armed identity
  gates, effect checks, halt points) as offline HTML, Mermaid, or the shared
  JSON graph spec.
- `for-each` — new bullet describing data-driven loop authoring: one linear
  bundle wrapped in a governed loop over a worklist, bounded, identity-gated
  and effect-verified per record, halting on ambiguity, with explicit
  validated column-to-parameter mapping.

No new claims registered; validate_claims and test_consistency stay green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
@abrichr
abrichr merged commit f059f6c into main Jul 20, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant