feat(kit): declare builder.build workflow routing - #46
Open
briananderson1222 wants to merge 1 commit into
Open
Conversation
Configure the flow-agents workflow-steering hook to route implementation prompts in this repository into builder.build. The hook discovers a kit only when BOTH kits/catalog.json (the kit registry entry) AND kits/builder/kit.json (the kit manifest with workflow_triggers) are present -- a bare kit.json is invisible to it. Neither file existed here, so the steering hook rendered nothing on implementation prompts. This is configuration only: two JSON manifests, no code, no build, no runtime behavior change in this repository. Claude-Session: https://claude.ai/code/session_01U8LDoJ4wStU1C3eaEb2xYa
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.
What this does
Adds two JSON manifests under
kits/:kits/catalog.json— the kit registry entry that makes thebuilderkit discoverable in this repository.kits/builder/kit.json— the kit manifest declaringworkflow_triggers, which routes implementation prompts into thebuilder.buildflow.The flow-agents workflow-steering hook requires both files to discover a kit: a bare
kit.jsonwith no catalog entry is invisible to it. Neither file existed in this repository before this change, so the steering hook rendered no guidance on implementation prompts here.Rendered steering (verified against the hook's own resolver)
Scope
Configuration only — two static JSON files. No source code, no build changes, no runtime behavior change in this repository.
https://claude.ai/code/session_01U8LDoJ4wStU1C3eaEb2xYa