fix: update demo output, Under the Hood claims, and demo script for CLI accuracy#72
Merged
Merged
Conversation
Audit findings: - Recursive delegation: accurate (policy section in config exists) — no change - Git worktree isolation: "configurable merge strategies" not implemented, changed to "configurable branch cleanup" (cleanup_branches config exists) - Persistent memory: accurate — no change - Any agent runtime: accurate — no change - Roles as Markdown: accurate — no change - Structured tracing: content-addressed artifacts exist in trace.py, but "Full reconstruction" is not implemented — changed to "Audit any session" Closes strawpot/strawpot#511 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 25, 2026
Closed
Replace aspirational checkmark output with format that matches the actual TerminalProgressRenderer from the CLI progress system: session start, delegation stages with role names and durations, and session complete line. Closes strawpot/strawpot#510 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 tasks
The `strawpot run` command was not added (issue #509 and PR #512 were closed). Update demo-script.yaml to use the actual CLI command. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Absent key and explicit null are semantically identical in YAML. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aligns the strawpot.com website with the current CLI behavior after
strawpot runwas not shipped (issue strawpot/strawpot#509 and PR strawpot/strawpot#512 were closed).Output block (index.astro)
TerminalProgressRendererfromcli/src/strawpot/progress.pySession started,> Delegating to {role}...,✓ {role} completed ({duration}),✓ Session completeimplementer,code-reviewer)Under the Hood claims (index.astro)
cleanup_branchescontrols branch deletion)Demo script (demo-script.yaml)
demo-script.yamlto the repo (was previously untracked)strawpot start --taskinstead ofstrawpot run(therunalias was never added)Closes strawpot/strawpot#510
Closes strawpot/strawpot#511
Test plan
TerminalProgressRendererformatstrawpot start --task(notstrawpot run)strawpot runin tracked filesnpm run devand verify both sections render correctly🤖 Generated with Claude Code