Replace AGENTS.md with CLAUDE.md as the primary operating guide#33
Merged
Replace AGENTS.md with CLAUDE.md as the primary operating guide#33
Conversation
Index doc for Claude Code sessions: cheap-gates-first command list, process-isolation architecture overview (macOS XPC + iPhone ExtensionKit), retained-vs-live runtime split caveat, repo-specific rules (no Python backend, project.yml authoritative, target exclusions), Swift 6 concurrency footguns, and the change-X-update-Y mapping. Defers full detail to AGENTS.md.
Drops the CLAUDE.md / "Claude Code" / claude.ai/code substring bans from PROHIBITED_REFERENCE_PATTERNS so the Claude Code operating guide can coexist with AGENTS.md. Keeps the .claude/worktrees ban (separate concern: enforces the no-extra-worktrees git workflow rule).
The project is now developed primarily in Claude Code, so the agent operating guide moves to CLAUDE.md. This commit: - expands CLAUDE.md to absorb every operationally meaningful section of AGENTS.md (repo overview, maintained docs, source-of-truth order, architecture boundaries, platform/product constraints, SwiftUI discipline, command surface, Swift concurrency gotchas, CI/release workflows, change-X-update-Y mapping, operational safety) - drops the Codex-specific Computer Use / Desktop UI validation section - deletes AGENTS.md - updates docs/README.md, docs/qwen_tone.md, docs/reference/current-state.md, docs/reference/backend-freeze-gate.md, and docs/reference/frontend-backend-contract.md to point at CLAUDE.md - removes the `.claude/worktrees` ban from scripts/check_project_inputs.sh PROHIBITED_REFERENCE_PATTERNS so the Claude Code workflow is no longer policed by a substring match
|
Analysis CompleteGenerated ECC bundle from 3 commits | Confidence: 50% View Pull Request #34Repository Profile
Changed Files (7)
Top hotspots
Top directories
Detected Workflows (2)
Generated Instincts (17)
After merging, import with: Files
|
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
AGENTS.mdwithCLAUDE.mdas the primary repo operating guide for coding agents working in QwenVoice. The Claude-Code-flavored guide absorbs every operationally meaningful section of the previousAGENTS.md(repo overview, maintained docs, source-of-truth order, architecture boundaries, platform/product constraints, native SwiftUI discipline, command surface, Swift concurrency gotchas, CI/release workflow list, change-X-update-Y mapping, operational safety) and drops the Codex-specific Computer Use / Desktop UI Validation section.AGENTS.md.docs/README.md,docs/qwen_tone.md,docs/reference/current-state.md,docs/reference/backend-freeze-gate.md, anddocs/reference/frontend-backend-contract.mdto point atCLAUDE.mdinstead ofAGENTS.md.CLAUDE.md/Claude Code/claude.ai/code/.claude/worktreessubstring bans fromscripts/check_project_inputs.shPROHIBITED_REFERENCE_PATTERNS, since the project is now developed primarily in Claude Code.Pure docs/policy refresh — no code, project, or workflow changes.
Test plan
./scripts/check_project_inputs.sh— clean locallyvalidate-project-inputsworkflow — greenvalidate-apple-platformsworkflow — greengrep -rn AGENTS.mdreturns no remaining references outside.git/Generated by Claude Code