Skip to content

docs: corrections from open issues (#2, #8, #9)#18

Merged
OnlyTerp merged 2 commits into
masterfrom
devin/1780514764-docs-corrections
Jun 3, 2026
Merged

docs: corrections from open issues (#2, #8, #9)#18
OnlyTerp merged 2 commits into
masterfrom
devin/1780514764-docs-corrections

Conversation

@OnlyTerp

@OnlyTerp OnlyTerp commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

Addresses three open issues with targeted, conservative documentation fixes — no mass rewrites, uncertainty flagged inline.

  • Part 24: 'openclaw flows' CLI and semantic approval categories don't exist in 2026.4.15 / 2026.4.19-beta.2 #8 — Part 24 openclaw flows / semantic-approval categories don't exist in 2026.4.15. The flowstasks rename was already handled in a prior refresh; this PR closes the remaining gap (the agents.*.approvals semantic-token config block). Adds a "Version accuracy" banner to the Semantic Approval Categories section that maps the guide's semantic model to the verified shipping knobs the reporter tested (tools.exec.security, tools.exec.ask, tools.fs.workspaceOnly, tools.profile, openclaw exec-policy show, ocplatform security audit), and reframes the per-category approvals JSON as the intended control-plane model rather than a guaranteed config-file key. SCORECARD Pillar 4 item updated to point at the verified knobs.
  • [Correction] <part number and short description> #9Extraction failed: sessionKey is not defined. The current hooks/auto-capture/handler.ts already defines sessionKey and logs [auto-capture] Triggered: / Error:not Hook triggered: / Extraction failed:. So the reporter is running a stale/hand-edited handler or the built-in session-memory hook. Added a Troubleshooting section to Part 11 explaining the symptom, the giveaway log strings, and the fix.
  • Claude subscriptions no longer viable #2 — Claude subscriptions no longer viable. Added a Part 27 FAQ entry directly answering "did the model strategy change / do you still run Opus as orchestrator": frontier orchestrator still worth it but now metered (paid API/Bedrock), push more volume to cheaper/local workers, always set non-Anthropic fallbacks + caps.

Type of change

  • Correction to an existing part

Review checklist

  • Added or updated cross-links from the README TOC and any related parts
  • Sources / release notes linked in the PR description (not inline as footnotes)
  • Ran markdownlint-cli2 and lychee --offline locally (CI will also run these)
  • No speculation presented as fact — uncertainty is called out below

Notes / flagged items

Link to Devin session: https://app.devin.ai/sessions/21e86e63e6ed4a7cb88868ac2243d9ef
Requested by: @OnlyTerp


Open in Devin Review

- Part 24 (#8): add a version-accuracy banner mapping the semantic approval
  category model + openclaw flows references to the verified 2026.4.15+ shipping
  knobs (tools.exec.security/ask, tools.fs.workspaceOnly, tools.profile,
  openclaw exec-policy show, ocplatform security audit). Mark the per-category
  approvals JSON as the intended control-plane model, not a guaranteed config key.
- SCORECARD Pillar 4: point the semantic-categories item at the verified knobs.
- Part 11 (#9): add a Troubleshooting entry for 'sessionKey is not defined' /
  'Hook triggered' / 'Extraction failed' — those strings come from a stale,
  hand-edited, or built-in hook, not this repo's handler.ts.
- Part 27 (#2): add a FAQ entry on the post-Anthropic-subscription model strategy
  (frontier orchestrator + metered API, push volume to cheaper/local workers).
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 4 additional findings in Devin Review.

Open in Devin Review

Comment thread part27-gotchas-and-faq.md Outdated

### Anthropic ended the Claude subscription path — has that changed your model strategy? Do you still run Opus as the orchestrator?

Yes, the economics changed; the architecture didn't. Anthropic's April 4, 2026 policy change ended the old "Claude Pro/Max covers OpenClaw" route, so Claude is now explicit **paid API / Bedrock / provider-routed** usage with budget caps — not a flat-rate subscription (see the [README hero note](./README.md) and the upgrade table at the top of this part, plus [Part 33](./part33-late-april-2026-field-guide.md)).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Broken cross-reference: "upgrade table at the top of this part" points to Part 27, which has no such table

The new FAQ entry says "see the [README hero note](./README.md) and the upgrade table at the top of this part, plus [Part 33]...". "This part" refers to Part 27 (the current file), but Part 27 has no upgrade/version table at its top — only cause/fix gotcha tables. The "Version Map" table the text intends to reference is in part33-late-april-2026-field-guide.md:8. Readers following this direction will look at the top of Part 27, find no upgrade table, and be confused.

Suggested change
Yes, the economics changed; the architecture didn't. Anthropic's April 4, 2026 policy change ended the old "Claude Pro/Max covers OpenClaw" route, so Claude is now explicit **paid API / Bedrock / provider-routed** usage with budget caps — not a flat-rate subscription (see the [README hero note](./README.md) and the upgrade table at the top of this part, plus [Part 33](./part33-late-april-2026-field-guide.md)).
Yes, the economics changed; the architecture didn't. Anthropic's April 4, 2026 policy change ended the old "Claude Pro/Max covers OpenClaw" route, so Claude is now explicit **paid API / Bedrock / provider-routed** usage with budget caps — not a flat-rate subscription (see the [README hero note](./README.md) and the Version Map at the top of [Part 33](./part33-late-april-2026-field-guide.md)).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Good catch — fixed in 7c81a04. Part 27 does have a relevant table (the "May upgrade broke my old workflow" cause/fix table, whose first row covers exactly this Claude-costs-money case), so I pointed "the table at the top of this part" at that anchor and added the #version-map anchor for the Part 33 reference. lychee --offline confirms both fragments resolve.

The FAQ pointed to a nonexistent 'upgrade table at the top of this part';
point to the actual 'May upgrade broke my old workflow' table in Part 27
and the Version Map anchor in Part 33 (per Devin Review on #18).
@OnlyTerp OnlyTerp merged commit d764232 into master Jun 3, 2026
2 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.

2 participants