docs(server): cross-link workflow addon trait methods + CLAUDE.md#18
Open
docs(server): cross-link workflow addon trait methods + CLAUDE.md#18
Conversation
Renames the trait.md "RunState" section to "Workflow & RunState" and adds flowRun() to the table alongside flowSetNodeState() / flowResetStates(), with a cross-link to docs/addons/workflow.md and the matching <x-flow-run-button> / <x-flow-stop-button> / <x-flow-reset-button> / <x-flow-replay-controls> / <x-flow-execution-log> components for discoverability from the main trait reference. Also commits the repo-internal CLAUDE.md (tech stack, test/format commands, dist resync procedure, branching rules) for human and AI contributors working inside the package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Audit follow-ups from the post-Phase-1+2 sweep across alpineflow / wireflow / artisanflow.
trait.md"RunState" section to "Workflow & RunState" and addsflowRun(string \$startId, array \$options)to the method table alongsideflowSetNodeState()/flowResetStates(). Adds a cross-link todocs/addons/workflow.mdand a one-line index of the matching<x-flow-run-button>/<x-flow-stop-button>/<x-flow-reset-button>/<x-flow-replay-controls>/<x-flow-execution-log>components, so a developer landing on the main trait reference can discover the workflow surface without first knowing it lives in the addon doc.CLAUDE.md(tech stack, test/format commands, dist resync procedure, component registration pattern, branching rules) for human and AI contributors working inside the package.Doc-only — no PHP changes, no Blade changes, no test changes.
Test plan
vendor/bin/pest --compact— 196/196 pass (374 assertions)