Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
4aa6eb2
feat(ai-orchestration): scaffold package
AlemTuzlak May 10, 2026
06e4f54
feat(ai-orchestration): add core public types
AlemTuzlak May 10, 2026
826920c
feat(ai-orchestration): add in-memory RunStore
AlemTuzlak May 10, 2026
8b39b2f
fix(ai-orchestration): align with repo lint conventions
AlemTuzlak May 10, 2026
03f95d8
feat(ai-orchestration): add approve, bindAgents, and retry primitives
AlemTuzlak May 10, 2026
fbb1114
feat(ai-orchestration): add state snapshot/diff and AG-UI event emit …
AlemTuzlak May 10, 2026
24702c6
feat(ai-orchestration): agent invocation with three return shapes
AlemTuzlak May 10, 2026
f2fcaaa
feat(ai-orchestration): workflow engine drive loop
AlemTuzlak May 10, 2026
916055a
fix(ai-orchestration): persist resumed state, share pendingEvents que…
AlemTuzlak May 10, 2026
2592f84
feat(ai-orchestration): public API helpers, SSE response, and index e…
AlemTuzlak May 10, 2026
8b3423a
feat(ai-client): WorkflowClient
AlemTuzlak May 10, 2026
018763d
feat(ai-react): useWorkflow + useOrchestration
AlemTuzlak May 10, 2026
c1334db
feat(ts-react-chat): article workflow demo
AlemTuzlak May 10, 2026
f8ce39d
feat(ts-react-chat): feature orchestrator demo
AlemTuzlak May 10, 2026
87d7129
feat(ts-react-chat): workflow & orchestration API routes
AlemTuzlak May 10, 2026
cf11d43
feat(ts-react-chat): workflow + orchestration demo pages
AlemTuzlak May 10, 2026
7b07432
test(ai-orchestration): engine smoke tests
AlemTuzlak May 10, 2026
de7f442
refactor(ai-orchestration): collapse runWorkflow/resumeWorkflow into …
AlemTuzlak May 10, 2026
2d273ac
refactor(ai-orchestration): drop toWorkflowSSEResponse wrapper
AlemTuzlak May 10, 2026
802548d
fix(ai-orchestration): make StepGenerator TNext=any so heterogeneous …
AlemTuzlak May 10, 2026
0c30b69
feat(ai-orchestration): pass agents map to orchestrator router for ty…
AlemTuzlak May 10, 2026
32a1987
refactor(ts-react-chat): simplify orchestrator router to be cast-free
AlemTuzlak May 10, 2026
a7bac73
chore(ts-react-chat): use toServerSentEventsResponse directly
AlemTuzlak May 10, 2026
5c2c310
feat(ai-orchestration): ok/fail result helpers
AlemTuzlak May 10, 2026
400dc3d
refactor(ai-orchestration): rename ok to succeed
AlemTuzlak May 10, 2026
58be487
feat(ai-orchestration): add defineRouter helper for extracted routers
AlemTuzlak May 10, 2026
aad5d98
refactor(ts-react-chat): drop redundant initialize and use defineRouter
AlemTuzlak May 10, 2026
95f095f
feat(ai-client): add endpoint shortcut for useWorkflow
AlemTuzlak May 10, 2026
247712b
refactor(ts-react-chat): use endpoint shortcut in demo pages
AlemTuzlak May 10, 2026
dd4bb66
feat(ai-orchestration): add handleWorkflowRequest server helper
AlemTuzlak May 10, 2026
5594a91
refactor(ts-react-chat): use handleWorkflowRequest in API routes
AlemTuzlak May 10, 2026
1473ace
refactor(ai-client): drop endpoint shortcut from WorkflowClient
AlemTuzlak May 10, 2026
474b73f
feat(ai-client): add fetchWorkflowEvents adapter helper
AlemTuzlak May 10, 2026
2e743ac
feat(ai-react): re-export fetchWorkflowEvents and FetchWorkflowEvents…
AlemTuzlak May 10, 2026
878dcfe
refactor(ai-orchestration): replace handleWorkflowRequest with parseW…
AlemTuzlak May 10, 2026
6253eee
refactor(ts-react-chat): use fetchWorkflowEvents + parseWorkflowRequest
AlemTuzlak May 10, 2026
9bbbc83
fix(ai-orchestration): default-import fast-json-patch for ESM/CJS int…
AlemTuzlak May 10, 2026
b7e7843
refactor(ai-orchestration): hand-roll JSON Patch differ, drop fast-js…
AlemTuzlak May 10, 2026
cefd387
fix(ai-react): stabilize useWorkflow client identity (mirror useChat …
AlemTuzlak May 10, 2026
6256f20
fix(ai-orchestration): share dispatch loop so resume handles full des…
AlemTuzlak May 10, 2026
37e31f3
feat(ts-react-chat): editorial-brutalist redesign of workflow + orche…
AlemTuzlak May 10, 2026
85224f3
feat(ai-orchestration,ai-client): stream workflow output through RUN_…
AlemTuzlak May 10, 2026
c0202ef
feat(ai-orchestration,ai-react): support free-text feedback on approv…
AlemTuzlak May 10, 2026
6db5d96
feat(ts-react-chat): article revision loop with editor feedback and 3…
AlemTuzlak May 10, 2026
f87140b
feat(ts-react-chat): live DraftPreview in workflow right column
AlemTuzlak May 10, 2026
9880c45
feat: finalize approval step on resume + modal preview of published a…
AlemTuzlak May 10, 2026
16354b7
ci: apply automated fixes
autofix-ci[bot] May 10, 2026
1db8896
Merge remote-tracking branch 'origin/main' into worktree-cryptic-sing…
AlemTuzlak May 15, 2026
af87834
feat(ai-orchestration): accept streaming structured output, surface l…
AlemTuzlak May 15, 2026
efe80c1
feat(ts-react-chat): streaming structured output demos + terminal orc…
AlemTuzlak May 15, 2026
f6c67ea
ci: apply automated fixes
autofix-ci[bot] May 15, 2026
40bb4ad
Merge remote-tracking branch 'origin/main' into worktree-cryptic-sing…
AlemTuzlak May 20, 2026
af0d484
chore: satisfy stricter lint + knip after merging main
AlemTuzlak May 20, 2026
a19e83d
docs(ai-orchestration): add Workflows & Orchestration section + agent…
AlemTuzlak May 20, 2026
0f66212
ci: apply automated fixes
autofix-ci[bot] May 20, 2026
5486c02
Feat/durable workflows (#589)
AlemTuzlak May 20, 2026
7322d91
chore(ai-orchestration): satisfy strict lint + override after #589
AlemTuzlak May 20, 2026
62bb9d6
test(ai-orchestration): apply test-hygiene to the engine tests
AlemTuzlak May 20, 2026
5c8d49c
chore: regenerate routeTree.gen.ts
AlemTuzlak May 20, 2026
73adcc1
chore(cr-loop): fix docs/packaging/configs/tests bucket (a) findings
AlemTuzlak May 20, 2026
b9d3fcd
fix(ts-react-chat): example-app bucket (a) findings from cr-loop
AlemTuzlak May 20, 2026
5abad6c
ci: apply automated fixes
autofix-ci[bot] May 20, 2026
ecc1431
chore(ai-orchestration): two low-risk engine fixes from cr-loop
AlemTuzlak May 20, 2026
e86b405
fix(ai-orchestration): land remaining bucket (a) engine + client fixe…
AlemTuzlak May 20, 2026
b6f1836
ci: apply automated fixes
autofix-ci[bot] May 20, 2026
04dcab8
fix(orchestration): address CodeRabbit review feedback
AlemTuzlak May 20, 2026
3288d6a
Merge branch 'main' into worktree-cryptic-singing-wadler
AlemTuzlak May 20, 2026
3a51d7b
ci: apply automated fixes
autofix-ci[bot] May 20, 2026
0849ab6
refactor(ai-orchestration): delegate workflows to workflow-core
AlemTuzlak May 23, 2026
53532dc
Merge branch 'main' into worktree-cryptic-singing-wadler
AlemTuzlak May 23, 2026
17cbfc1
fix(ai-orchestration): uniquify repeated workflow step ids
AlemTuzlak May 23, 2026
1ef0f5d
fix(example): revise articles from skeptic feedback
AlemTuzlak May 23, 2026
b3725cf
Merge branch 'main' into worktree-cryptic-singing-wadler
AlemTuzlak May 26, 2026
6c80cb8
chore(ai-orchestration): upgrade @tanstack/workflow-core to 0.0.2
AlemTuzlak May 26, 2026
7489015
ci: apply automated fixes
autofix-ci[bot] May 26, 2026
d3098e8
Merge branch 'main' into worktree-cryptic-singing-wadler
AlemTuzlak May 26, 2026
c28f61f
Merge branch 'main' into worktree-cryptic-singing-wadler
AlemTuzlak May 26, 2026
edca758
docs(ai-orchestration): align workflow docs and hook schema inference
AlemTuzlak May 28, 2026
fd3d49a
Merge branch 'main' into worktree-cryptic-singing-wadler
AlemTuzlak May 28, 2026
1d2e36f
chore: refresh pnpm lockfile
AlemTuzlak May 28, 2026
95b4c3e
merge main into orchestration PR
AlemTuzlak May 28, 2026
9de8cfa
ci: apply automated fixes
autofix-ci[bot] May 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .agent/self-learning/coupling.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "./coupling.schema.json",
"couplings": [
{
"id": "ai-source-touches-agent-skills",
Expand All @@ -16,10 +15,11 @@
"packages/ai/skills/ai-core/ag-ui-protocol/SKILL.md",
"packages/ai/skills/ai-core/debug-logging/SKILL.md",
"packages/ai/skills/ai-core/custom-backend-integration/SKILL.md",
"packages/ai-code-mode/skills/ai-code-mode/SKILL.md"
"packages/ai-code-mode/skills/ai-code-mode/SKILL.md",
"packages/ai-orchestration/skills/ai-orchestration/SKILL.md"
],
"kind": "change-required",
"why": "Agent skills are a contract with downstream coding agents. When the source surface they cover changes (new public API, changed type, new pattern, removed pattern, deprecation), the skill must be updated in the same PR — otherwise agents reading the skill keep generating obsolete or wrong code targeting a surface that no longer exists. Use this list to decide which skill(s) cover the file you're touching: `activities/chat/**` → chat-experience / structured-outputs / tool-calling; `activities/generateImage|generateAudio|generateVideo|generateSpeech|generateTranscription|summarize/**` → media-generation; `middleware/**` → middleware; `protocol/**` → ag-ui-protocol; `adapters/**` or anything that affects the adapter contract → adapter-configuration. Skip only for pure refactors / perf / internal-only changes that don't surface a new pattern or change observable behavior."
"why": "Agent skills are a contract with downstream coding agents. When the source surface they cover changes (new public API, changed type, new pattern, removed pattern, deprecation), the skill must be updated in the same PR — otherwise agents reading the skill keep generating obsolete or wrong code targeting a surface that no longer exists. Use this list to decide which skill(s) cover the file you're touching: `activities/chat/**` → chat-experience / structured-outputs / tool-calling; `activities/generateImage|generateAudio|generateVideo|generateSpeech|generateTranscription|summarize/**` → media-generation; `middleware/**` → middleware; `protocol/**` → ag-ui-protocol; `adapters/**` or anything that affects the adapter contract → adapter-configuration; `packages/ai-orchestration/src/**` → ai-orchestration. Skip only for pure refactors / perf / internal-only changes that don't surface a new pattern or change observable behavior."
}
]
},
Expand All @@ -39,7 +39,8 @@
"docs/protocol/**/*.md",
"docs/media/**/*.md",
"docs/code-mode/**/*.md",
"docs/migration/**/*.md"
"docs/migration/**/*.md",
"docs/orchestration/**/*.md"
],
"kind": "change-required",
"why": "Public docs are the canonical source for users. When the source surface they describe changes — new capability, behavior change, deprecation — the docs must be updated in the same PR. Cases to watch for: (1) the new behavior contradicts existing doc advice (e.g. removing a hack the doc still recommends); (2) the new capability opens a use case no existing page covers (consider whether a new page is needed, plus nav config and cross-links); (3) a public type / function gains or loses generic parameters, optional fields, etc. Run `pnpm test:docs` after editing to catch cross-link rot. Skip only for pure refactors / perf / internal-only changes."
Expand Down
Loading
Loading