fix(create-expert): sync AGENTS.md template with actual architecture#365
Merged
fix(create-expert): sync AGENTS.md template with actual architecture#365
Conversation
Update the PBT framework architecture diagram to match implementation: Before (incorrect): - happy-path-manager, unhappy-path-manager, adversarial-manager - expert-designer (non-existent) After (correct): - ecosystem-builder - integration-manager → functional-manager, usability-manager - expert-tester Also removes references to non-existent `think` tool from examples. Closes #351 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Update the PBT framework architecture diagram in AGENTS.md template to match the actual implementation.
Changes
Architecture Diagram
Before (incorrect):
After (correct):
Also Fixed
thinktool from examplesTest plan
Closes #351
🤖 Generated with Claude Code
Note
Aligns the
AGENTS.mdtemplate with the implemented PBT framework and cleans up invalid tool references.apps/create-expert/src/lib/agents-md-template.ts: replaces non-existent managers (happy-path/unhappy-path/adversarial-manager,expert-designer) withecosystem-builder,integration-manager(withfunctional-managerandusability-manager, each usingexpert-tester); refinesproperty-extractordescriptionthinkfrom examplepicklists and base skill docs; control-flow tools nowattemptCompletion,todo.changeset/sync-agents-md-architecture.mdWritten by Cursor Bugbot for commit e73d4ad. This will update automatically on new commits. Configure here.