Improve learning-agents dispatch: template arg and dynamic listing#250
Merged
Improve learning-agents dispatch: template arg and dynamic listing#250
Conversation
- Surface the optional [template-path] argument on the create command so it appears in help text and routing signatures - Add dynamic "Existing Learning Agents" section using !`ls` to show available agents when the skill is invoked - Add template-path example to help text Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Add learning_agents/.deepreview with update_dispatch_skill rule - Update architecture doc: template-path arg, dynamic listing, missing scripts/skills - Update LA-REQ-011.4 for template-path, add LA-REQ-011.13 for agent listing - Expand prompt_best_practices to cover learning_agents skills and agents Co-Authored-By: Claude Opus 4.6 <[email protected]>
Update shell_code_review to check for hardcoded shebang paths and require #!/usr/bin/env bash for NixOS compatibility (per #247). Co-Authored-By: Claude Opus 4.6 <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
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
[template-path]argument to thecreatesubcommand, allowing new agents to be seeded from an existing agent's knowledge files!backtick syntax to auto-list agents at skill load timeTest plan
/learning-agentswith no args — verify help text shows[template-path]/learning-agents create test-agent— verify it works without template/learning-agents create test-agent .deepwork/learning-agents/existing-agent— verify template seeding works🤖 Generated with Claude Code