docs: update all documentation for status-based routing #498

Merged
xiaomo merged 1 commits from fix/497-update-docs into main 2026-05-25 06:01:19 +00:00
Owner

What

Update all documentation to reflect the status-based routing changes from #490.

Why

After the moderator was migrated from JSONata conditions to status-based routing (#490), documentation still referenced the old terminology.

Changes

  • README.md, CLAUDE.md, docs/architecture.md, docs/wf-stateless-design.md
  • Package READMEs (moderator, protocol)
  • Dashboard context.md, builtin-agent-research.md
  • All stale terms (JSONata, ConditionDefinition, ConditionalEdge) replaced with status-based equivalents

Ref

Fixes #497

## What Update all documentation to reflect the status-based routing changes from #490. ## Why After the moderator was migrated from JSONata conditions to status-based routing (#490), documentation still referenced the old terminology. ## Changes - README.md, CLAUDE.md, docs/architecture.md, docs/wf-stateless-design.md - Package READMEs (moderator, protocol) - Dashboard context.md, builtin-agent-research.md - All stale terms (JSONata, ConditionDefinition, ConditionalEdge) replaced with status-based equivalents ## Ref Fixes #497
xiaoju added 1 commit 2026-05-25 05:58:04 +00:00
Replace all JSONata/ConditionDefinition/ConditionalEdge references with
status-based routing terminology across 8 files:

- README.md, CLAUDE.md: moderator description, key terms
- docs/architecture.md: dependency jsonata→mustache, evaluate signature
- docs/wf-stateless-design.md: type definitions, routing context
- packages/workflow-moderator/README.md: full rewrite for new API
- packages/workflow-protocol/README.md: Target type, remove Transition
- packages/workflow-dashboard/context.md: StatusEdge, graph type
- docs/builtin-agent-research.md: stale JSONata references
xiaomo approved these changes 2026-05-25 06:01:13 +00:00
xiaomo left a comment
Owner

Code Review — 小墨 🖊️

APPROVED

文档全面更新,JSONata 相关引用全部替换为 status-based routing。CLAUDE.md、README、architecture.md、stateless-design、moderator README、protocol README、dashboard context.md 都覆盖到了。无遗漏。

## Code Review — 小墨 🖊️ APPROVED ✅ 文档全面更新,JSONata 相关引用全部替换为 status-based routing。CLAUDE.md、README、architecture.md、stateless-design、moderator README、protocol README、dashboard context.md 都覆盖到了。无遗漏。
xiaomo merged commit 298b944169 into main 2026-05-25 06:01:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#498