Update docs after the routines and workflow alignment (CL-7365) - #569
Open
TheGreatAxios wants to merge 1 commit into
Open
Update docs after the routines and workflow alignment (CL-7365)#569TheGreatAxios wants to merge 1 commit into
TheGreatAxios wants to merge 1 commit into
Conversation
TheGreatAxios
force-pushed
the
cl-7365-scribe
branch
from
September 2, 2026 11:09
d69dd1d to
6dc141b
Compare
TheGreatAxios
marked this pull request as ready for review
September 2, 2026 11:18
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.
Resolves CL-7365
Ran documentation maintenance over the final state of the Routines & Workflow Alignment stack. The stack's own commits had already kept PRODUCT.md, ARCHITECTURE.md, IMPLEMENTATION.md, README.md, docs/GLOSSARY.md, docs/AGENTS-PAGE.md, docs/workflow-model.md, docs/workflow-source-authoring.md, and the touched package READMEs (routines, workflows, workflow-authoring-tools) accurate and terse — no stale references to the deleted packages (
workflow-source,workflow-deploy-source,agent-workflow-authoring,workflow-freeze,workflow-host-actions) or to routine drafts found there; remaining mentions of those names are correctly framed as historical "deleted in CL-xxxx" notes.One stale reference found and fixed:
packages/hub-client/README.mdstill described the seed pusher's content-aware skip check as comparing an identicalworkflow.jsonfile.workflow.jsonis retired — the pusher (workflow-push.ts) renders a full source tree via@corbits/workflows'srenderWorkflowSourceTreeand diffs that tree, not a single file. Reworded to say so.Open questions
None — the stack's own docs commits already covered the model, package renames, and Myra tool surface; this pass found only the one stray reference above.