docs: correct current provider and planning semantics - #72
Merged
christopherjnelson merged 1 commit intoSep 22, 2026
Merged
Conversation
- Agent Zero plans only when strategic replanning is required, not every tick; otherwise the last directive set is reused with no planner call. - jev-reflex routes to the TypeSafe API directly, not via OpenRouter. - Document TYPESAFE_API_KEY as a required credential alongside OPENROUTER_API_KEY. - Update agent-runtime workspace description to reflect both providers. - Fix charge language so OpenRouter and TypeSafe costs are not conflated. - Apply consistent cadence wording across README, AGENTS, ARCHITECTURE, SECURITY, and GAMEPLAY_FOUNDATION. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
christopherjnelson
marked this pull request as ready for review
September 22, 2026 22:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation-only corrections left after the zero-swarm migration:
directive-reuse). Workers make reflex decisions each active worker tick. Fixed in README, AGENTS.md, ARCHITECTURE.md, SECURITY.md, GAMEPLAY_FOUNDATION.md.Agent Zero → OpenRouter; Workers → TypeSafe Jev API).TYPESAFE_API_KEYalongsideOPENROUTER_API_KEY;pnpm compare:liverequires both.packages/agent-runtimedescribed as OpenRouter planner, TypeSafe Jev reflex provider, model catalog, and scripted testing seams.executeNextTickresolves workers sequentially from the frozen pre-tick state.ADRs and ROADMAP history untouched. No code changes.
Validation
Owner-authorized local run:
pnpm validate(226 tests, lint/typecheck/build clean) andpnpm test:e2e(2/2).🤖 Generated with Claude Code