docs: fix version mismatches, config paths, and broken links - #202
Conversation
#201) - Bump version badge from v0.0.8 to v0.0.10 in README - Update CLI Reference version to 0.0.10 - Add v0.0.9 and v0.0.10 sections to roadmap - Fix config resolution path in configuration.md to match source code (defaults β ~/.uteke/uteke.toml β .uteke/uteke.toml) - Fix broken pi agent link in extensions.md (was self-referencing) - Update roadmap to mark v0.0.8 as done, v0.0.10 as current
π WalkthroughWalkthroughDocumentation-only PR synchronizing version numbers from v0.0.8 to v0.0.10 across README and CLI reference, clarifying configuration resolution paths to "last match wins" with ChangesDocumentation Updates
Estimated code review effortπ― 1 (Trivial) | β±οΈ ~4 minutes Possibly related PRs
Poem
π₯ Pre-merge checks | β 4 | β 1β Failed checks (1 warning)
β Passed checks (4 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 |
π Cora AI Code Reviewβ No issues found. Code looks good! Review powered by cora-cli Β· BYOK Β· MIT |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and canβt be posted inline due to platform limitations.
β οΈ Outside diff range comments (1)
README.md (1)
337-339:β οΈ Potential issue | π Major | β‘ Quick winConfiguration precedence order is reversed in README.
Line 337β339 lists project β global β defaults, but the PR objective states resolution should be
defaults β ~/.uteke/uteke.toml β .uteke/uteke.toml(last match wins). Please update this list to match implementation anddocs/configuration.mdto avoid contradictory setup guidance.π€ Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` around lines 337 - 339, The README's configuration precedence list is reversed; change the three-line ordered list that currently reads ".uteke/uteke.toml (project-level, in cwd)", "~/.uteke/uteke.toml (global user-level)", "Built-in defaults" so it matches the implemented and documented resolution order by reordering to "Built-in defaults", "~/.uteke/uteke.toml (global user-level)", ".uteke/uteke.toml (project-level, in cwd)" and ensure the wording matches docs/configuration.md so the README and docs are consistent.
π€ Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@README.md`:
- Around line 337-339: The README's configuration precedence list is reversed;
change the three-line ordered list that currently reads ".uteke/uteke.toml
(project-level, in cwd)", "~/.uteke/uteke.toml (global user-level)", "Built-in
defaults" so it matches the implemented and documented resolution order by
reordering to "Built-in defaults", "~/.uteke/uteke.toml (global user-level)",
".uteke/uteke.toml (project-level, in cwd)" and ensure the wording matches
docs/configuration.md so the README and docs are consistent.
βΉοΈ Review info
βοΈ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 54b1aefc-51da-4172-843d-8efc53cf4641
π Files selected for processing (5)
README.mddocs/cli-reference.mddocs/configuration.mddocs/extensions.mddocs/roadmap.md
Summary
Fixes audit findings from website/docs validation after v0.0.10 release.
Changes
Details
defaults β ~/.uteke/uteke.toml β .uteke/uteke.tomlAlso closed
Closed #178 (Hermes branding removed in v0.0.10), #182 (dual-write fixed), #183 (768d docs corrected) β all already in v0.0.10 CHANGELOG.
Closes #199, Closes #200, Closes #201
Summary by CodeRabbit
Documentation