Skip to content

Update README examples to reflect intended usage#48

Merged
Crazytieguy merged 2 commits intomainfrom
claude/issue-47
Mar 8, 2026
Merged

Update README examples to reflect intended usage#48
Crazytieguy merged 2 commits intomainfrom
claude/issue-47

Conversation

@claude
Copy link
Copy Markdown

@claude claude bot commented Feb 24, 2026

Summary

  • Quick Start: Replaced vague examples with concrete, test-case-grounded ones:
    • Interactive mode now highlights Alt+Enter follow-ups instead of just "type prompt at stdin"
    • Ralph example uses the TODO.md iteration pattern from ralph_break test case instead of generic "fix lint warnings"
    • Orchestration comment now references brief.md as the interface
  • Orchestration section: Added a concrete brief.md example (taken from the concurrent_workers test fixture) so users immediately see the expected format

Closes #47

Test plan

  • cargo fmt — clean
  • cargo clippy — clean
  • cargo test — all 150 tests pass
  • README stays under 100 lines (95 lines)

🤖 Generated with Claude Code

Quick Start examples are now grounded in real test cases: ralph
shows the TODO.md iteration pattern, interactive mode highlights
Alt+Enter follow-ups, and orchestration references brief.md.
The Orchestration section now includes a concrete brief.md example
from the concurrent_workers test fixture.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@claude claude bot mentioned this pull request Feb 24, 2026
README.md Outdated
coven # interactive (type prompt at stdin)
coven ralph "fix lint warnings" # loop until done
coven init && coven worker # orchestration
coven # interactive — Alt+Enter to follow up
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alt+Enter isn't unique to this mode, and tbh I don't like framing it as "interactive" to begin with. Maybe let's just merge with the coven "prompt" example and call it "single session"

Comment on lines +85 to +89
```markdown
# Brief
- Fix the typo in README.md: change "Helo" to "Hello"
- Create a CONTRIBUTING.md with a "how to contribute" section
```
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to change this from a fixed list of todos to something more scalable, which I've been using it for. choose between two activities: inspect program output across test scenarios and document issues in issues.md, or pick up an issue from issues.md and do it. This demonstrates the power of more hands off agent orchestration

@claude
Copy link
Copy Markdown
Author

claude bot commented Feb 24, 2026

View run

Review feedback addressed and pushed.

  • Read PR and review comments
  • Address comment 1: Merged interactive/one-shot into single "single session" example (removed separate coven line)
  • Address comment 2: Replaced fixed todo list with scalable inspect/fix orchestration pattern
  • Run tests — all 30 pass, fmt and clippy clean
  • Push changes

Changes made:

  • Quick Start: Removed the separate coven (no args) line, updated the prompt example to say "single session" with Alt+Enter note
  • Orchestration: Replaced the fixed typo/CONTRIBUTING tasks with the scalable pattern: choose between inspecting output and documenting issues, or picking up an issue and doing it

- Merge interactive/one-shot into single "single session" example
- Replace fixed todo list with scalable inspect/fix orchestration pattern

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Crazytieguy Crazytieguy merged commit f38729a into main Mar 8, 2026
6 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.

Update readme examples

1 participant