Skip to content

fix(create-expert): sync AGENTS.md template with actual architecture#365

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/351-sync-agents-md
Jan 3, 2026
Merged

fix(create-expert): sync AGENTS.md template with actual architecture#365
FL4TLiN3 merged 1 commit intomainfrom
fix/351-sync-agents-md

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Jan 3, 2026

Summary

Update the PBT framework architecture diagram in AGENTS.md template to match the actual implementation.

Changes

Architecture Diagram

Before (incorrect):

create-expert (Coordinator)
├── property-extractor
├── happy-path-manager      ← doesn't exist
│   ├── expert-designer     ← doesn't exist
│   └── expert-tester
├── unhappy-path-manager    ← doesn't exist
├── adversarial-manager     ← doesn't exist
└── report-generator

After (correct):

create-expert (Coordinator)
├── property-extractor
├── ecosystem-builder
├── integration-manager
│   ├── functional-manager
│   │   └── expert-tester
│   └── usability-manager
│       └── expert-tester
└── report-generator

Also Fixed

  • Removed references to non-existent think tool from examples

Test plan

  • CI passes
  • Generated AGENTS.md has correct architecture diagram

Closes #351

🤖 Generated with Claude Code


Note

Aligns the AGENTS.md template with the implemented PBT framework and cleans up invalid tool references.

  • Updates architecture in apps/create-expert/src/lib/agents-md-template.ts: replaces non-existent managers (happy-path/unhappy-path/adversarial-manager, expert-designer) with ecosystem-builder, integration-manager (with functional-manager and usability-manager, each using expert-tester); refines property-extractor description
  • Removes think from example pick lists and base skill docs; control-flow tools now attemptCompletion, todo
  • Adds changeset: .changeset/sync-agents-md-architecture.md

Written by Cursor Bugbot for commit e73d4ad. This will update automatically on new commits. Configure here.

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
Copy link

codecov bot commented Jan 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@FL4TLiN3 FL4TLiN3 merged commit 6bd94e5 into main Jan 3, 2026
7 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/351-sync-agents-md branch January 3, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: AGENTS.md template is out of sync with create-expert-toml architecture

1 participant