Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 94 additions & 86 deletions AGENTS.md → CLAUDE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains the current repo-authored documentation for QwenVoice.

## Maintained Reference Docs

- [`../AGENTS.md`](../AGENTS.md) — primary repository operating guide for coding agents and maintainers
- [`../CLAUDE.md`](../CLAUDE.md) — primary repository operating guide for coding agents and maintainers
- [`reference/current-state.md`](reference/current-state.md) — shared current repo facts
- [`reference/engineering-status.md`](reference/engineering-status.md) — current strengths, caveats, and validation posture
- [`reference/backend-freeze-gate.md`](reference/backend-freeze-gate.md) — rebuilt QA gate for static validation, source/native/UI harness layers, builds, and unsigned release proof
Expand Down
2 changes: 1 addition & 1 deletion docs/qwen_tone.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For current repo truth about app structure, workflows, or supported behavior, tr

1. `README.md`
2. `docs/reference/current-state.md`
3. `AGENTS.md`
3. `CLAUDE.md`

## What the App Exposes

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/backend-freeze-gate.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ When one of these changes, treat it as a backend contract review:

Update these docs together when the gate changes:

- `AGENTS.md`
- `CLAUDE.md`
- `docs/README.md`
- `docs/reference/current-state.md`
- `docs/reference/engineering-status.md`
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/current-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The maintained harness and foundation paths now use:

## Current Documentation Boundaries

- `AGENTS.md` is the primary repo-operating guide for agents and maintainers.
- `CLAUDE.md` is the primary repo-operating guide for agents and maintainers.
- `docs/README.md` is the index of the maintained documentation set.
- `docs/reference/current-state.md`, `docs/reference/engineering-status.md`, `docs/reference/backend-freeze-gate.md`, `docs/reference/frontend-backend-contract.md`, `docs/reference/live-testing.md`, and `docs/reference/vendoring-runtime.md` are the maintained reference docs.
- `docs/reference/privacy-storage.md` records local storage, deletion paths, and voice-cloning consent posture.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/frontend-backend-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Any backend change that alters one of the stable state surfaces above is a contr

When that happens, update:

- `AGENTS.md`
- `CLAUDE.md`
- `docs/README.md`
- `docs/reference/current-state.md`
- `docs/reference/engineering-status.md`
Expand Down
4 changes: 0 additions & 4 deletions scripts/check_project_inputs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ PROHIBITED_REFERENCE_PATTERNS=(
"docs/reference/testing.md"
"QwenVoice-macos15.dmg"
"build/QwenVoice.app"
"CLAU""DE.md"
"Clau""de Code"
"claude.ai/code"
".claude/worktrees"
)

for removed_pattern in "${PROHIBITED_REFERENCE_PATTERNS[@]}"; do
Expand Down
Loading