Commit Graph
3 Commits
Author SHA1 Message Date
Palash DebnathandClaude Opus 5 2de27038d9 docs(rules): the parity rule governs behaviour, not performance (#1315)
An automated reviewer raised a Critical asking for torch.compile to be disabled
by default on every platform "so the default is uniform", citing the
cross-platform parity rule. Following it would have slowed down every Linux
CUDA user to match hosts that cannot compile at all.

Read literally, the rule forbids GPU support: CUDA, MPS, DirectML and Triton
availability are all host-dependent by design. It was always about what a user
can SEE AND DO, not about throughput — so it now says that, in CLAUDE.md and
AGENTS.md, and .coderabbit.yaml tells the reviewers directly so the finding
stops regenerating every month.

An optimization skipped where it physically cannot work is not a parity
violation. A feature usable on one OS but not another still is.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-07-29 15:36:41 -07:00
debpalashandClaude Opus 5 98c6d8bccf docs(rules): make brevity the default for every agent response
Tightens the Token economy directive: shortest response that fully answers,
outlines/tables over prose, no preamble or recap. Applies to every response,
not just status updates. CLAUDE.md and AGENTS.md kept in sync.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 15:16:07 +05:30
debpalashandClaude Fable 5 367ed1e8e0 docs(agents): AGENTS.md operating contract — token economy + merge protocol for all agents
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 10:52:30 +05:30