docs: update project documentation for v0.8.0 - #114
Conversation
- README: update project status to v0.8.0, add template packs and artifact pipeline to quick start and features sections, show role mapping in config example, add tt init --template examples - CLAUDE.md: add template, automation, and permissions modules to architecture - CHANGELOG: add v0.8.0 entry with template packs, role mapping, artifact polling, and permission fixes - Cargo.toml: bump version to 0.8.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughRelease v0.8.0 documentation and version bump. Updates reflect new templating system, role-based runtime resolution, template-driven repo detection, artifact polling mode, event metadata fields, and bug fixes for Claude tool support and dashboard race conditions. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can disable sequence diagrams in the walkthrough.Disable the |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
README.md (1)
99-99: Consider clarifying the role-mapping sentence to include the explicit-runtime override.Line 99 currently reads as universal; a small tweak to mention “agents without explicit
runtime” would match the documented precedence and avoid edge-case confusion.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 99, Update the role-mapping sentence that currently implies a universal swap (referencing `[roles]` and the example "Swap `claude-code` for `codex`") to explicitly state that this mapping only applies to agents that do not have an explicit `runtime` set; mention that agents with an explicit `runtime` override the `[roles]` mapping. Modify the sentence near the role-mapping example to read something like "Swap `claude-code` for `codex` in `[roles]` — this changes the runtime for agents without an explicit `runtime` setting, so you don't need per-agent edits," and add a short note reminding readers to version and share or fork as before.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 3: Update the release header "## [0.8.0] - 2026-03-23" in CHANGELOG.md so
it doesn't show a future date: either change the date to "Unreleased" or set it
to the actual publish date; locate the header string "## [0.8.0] - 2026-03-23"
and replace the trailing date accordingly before merging.
---
Nitpick comments:
In `@README.md`:
- Line 99: Update the role-mapping sentence that currently implies a universal
swap (referencing `[roles]` and the example "Swap `claude-code` for `codex`") to
explicitly state that this mapping only applies to agents that do not have an
explicit `runtime` set; mention that agents with an explicit `runtime` override
the `[roles]` mapping. Modify the sentence near the role-mapping example to read
something like "Swap `claude-code` for `codex` in `[roles]` — this changes the
runtime for agents without an explicit `runtime` setting, so you don't need
per-agent edits," and add a short note reminding readers to version and share or
fork as before.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 9fd7f185-894f-4fbe-bc5d-ae7195d0ed96
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (4)
CHANGELOG.mdCLAUDE.mdCargo.tomlREADME.md
Summary
Documentation
tt init --templateexamplessrc/template/,src/automation/,src/permissions/to architecture list🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
tt init --template <name>Bug Fixes
Version