mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-17 00:46:53 +08:00
Adds a GitHub-native coordination layer on top of ECC: Commands (7 new slash commands): - epic-claim, epic-sync, epic-validate, epic-publish - epic-review, epic-unblock, epic-decompose Scripts: - scripts/github-coordination.js — CLI entry point - scripts/lib/github-coordination.js — core library (state machine, gh API wrappers) - scripts/status.js — coordination status reporter Config: - config/github-native-coordination.json — labels, review policy, validation gates Tests: - tests/lib/github-coordination.test.js — 15 unit tests for pure functions - tests/scripts/github-coordination.test.js — integration/CLI test suite Registry: - docs/COMMAND-REGISTRY.json — adds 7 epic-* entries, totalCommands 84 → 91 No encoding changes, no prp-* modifications, no Windows shims. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
504 B
504 B
description
| description |
|---|
| Validate epic readiness, dependencies, and coordination policy. |
/epic-validate
Validate a single epic issue before publishing or review handoff.
node scripts/github-coordination.js validate <issue-number> --repo <owner/repo>
What this checks:
- Coordination state exists and is parseable.
- Validation state is satisfied by policy.
- Declared dependencies are closed.
- The epic is ready for the next workflow stage.
Compatibility aliases:
/quality-gate