fix: correct Tree Ring skill guidance - #1253
Conversation
9c6fbd6 to
dcc5cc9
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9c6fbd65d9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| `tree-ring --root .tree-ring init`; for a project-local CLI, use | ||
| `.tree-ring/bin/tree-ring --root .tree-ring init`. |
There was a problem hiding this comment.
Use the project-local executable in subsequent commands
When the recommended --project installation is used on a machine without a global Tree Ring installation, the executable is available only as .tree-ring/bin/tree-ring, as this paragraph itself notes. However, the update command immediately below and every recall, remember, and evidence example still invoke bare tree-ring, so following the documented flow produces command not found. Define the executable once, add the local directory to PATH, or use the project-local path consistently throughout the remaining examples.
AGENTS.md reference: AGENTS.md:L52-L54
Useful? React with 👍 / 👎.
|
Maintainer-ready follow-up: current head |
Summary
Correct the existing Tree Ring Memory skill guidance after its earlier merge:
Type of change
Contributor checklist
Validation
npm run chainnpm run check:warning-budgetnpm run validate:referencesnpm run security:docsnpm run test(113 groups passed; network integrations skipped by repository default)npm run check:readme-credits -- --base origin/main --head HEADnpm run pr:evidence -- --base origin/main --head HEAD --output /tmp/tree-ring-pr-evidence.json --json(blocking: false)Follow-up to the Tree Ring Memory entry merged in #791.