Uh oh!
There was an error while loading. Please reload this page.
feat: Project Meta Sync Agent v2 — Phase 5B.4 (npm Package) - #1970
feat: Project Meta Sync Agent v2 — Phase 5B.4 (npm Package)#1970ashleyshaw wants to merge 3 commits into
Conversation
- Modernized agent spec to v2.0 (status: active) - 550-line spec with 6 core sections - 483-line agent prompt with examples - npm package (3,950 lines, 6 modules) - Portable agent for multi-repo use - 127 comprehensive tests (82%+ coverage) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Update status to 'active', version to 'v2.0' - Remove deprecated compatibility note - Add Core Workflows section (metadata-governance, meta-labels-sync, label-audit-report) - Add Label Taxonomy Tiers (Tier 1-4 with discovery guidance) - Add Commands section (audit, sync, validate, discovery patterns) - Add Error Handling & Recovery section (graceful degradation for all error types) - Add Phase 5A Integration section (Release Agent metadata validation workflow) - Add Phase 3-4 Integration section (label-orchestrator.js CLI teaching) - Update responsibilities and scope - Update handoffs to specialist agents (label-strategy-agent, release-agent) - Add comprehensive key references Closes: .github/projects/active/project-meta-sync-agent-v2-2026-08-12/ Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Removed unused 'findSimilar' import from packages/metadata-agent/src/label-utils.js line 10. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
📄 README Validation✅ All README checks passed.
|
❌ Branch Name Validation FailedThe branch name Required Format
Allowed Branch Types
Valid Examples
Invalid Examples
SolutionRename your branch to follow the pattern and update the PR. For more information, see docs/BRANCHING_STRATEGY.md. |
ashleyshaw
commented
Aug 17, 2026
Pull request was closed
⏱️ Aging and SLA annotation
Maintained by project-meta-sync workflow. |
🚫 This PR description is missing required template content. Missing required section(s): Changelog, Global DoD checklist Please update the PR body using one of the repository PR templates:
Empty placeholders, unchecked checklist boxes, and stub issue references do not count. |
Summary
Build shared npm package @lightspeedwp/metadata-agent for label management utilities.
Deliverable: npm Package v1.0.0-rc.1 (3,950 lines, 16 files, 6 modules)
Linked Issues
Global DoD Checklist
🤖 Generated with Claude Code
Final Status
eef173e- fix: Remove unused lodash import from label-utils