You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Added
MCP-First Priority Fallback: Established a strict Platform Interaction Priority Fallback (Priority 1: MCP, Priority 2: CLI, Priority 3: Human Report) to maximize AI-native API interactions before falling back to CLI.
Git Conventional Standards: Enforced Git Conventional formats for all Issue Titles (feat: ..., fix: ...) and required professional, highly detailed Issue Bodies (Description, Acceptance Criteria).
PR-First Workflow: Prohibited direct merges to main. Enforced gh pr create and gh pr merge as the mandatory integration pathway.
Fixed
Issue ID Hallucination: Added an explicit Anti-Hallucination Gate prohibiting the agent from guessing or hallucinating Issue IDs. The agent MUST empirically verify or create issues via CLI/MCP.
Continuous Release Syncing: Ensured every merged PR triggers a mandatory update to CHANGELOG.md and a new version bump / GitHub release.