docs(policy): add .claude/CLAUDE.md with TypeScript exemption table#46
Merged
hyperpolymath merged 1 commit intomainfrom May 3, 2026
Merged
docs(policy): add .claude/CLAUDE.md with TypeScript exemption table#46hyperpolymath merged 1 commit intomainfrom
hyperpolymath merged 1 commit intomainfrom
Conversation
Establishes the .claude/CLAUDE.md scaffold for this repo (previously had no agent-instructions file). The body is intentionally short: points at hyperpolymath/standards as the canonical policy source, restates the key rules (no new TS, Deno not Node, AffineScript for new code), and documents the 6 approved TypeScript exemptions in this repo (MCP cartridge adapters in cartridges/*-mcp/adapter/mod.ts, all gated on AffineScript MCP bindings). Mirror tables exist in affinescript / standards / my-lang. Audit lineage: TS-elimination audit, 2026-05-02. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Adds
.claude/CLAUDE.md(this repo previously had no agent-instructions file). Body is intentionally short:hyperpolymath/standardsas the canonical policy sourcecartridges/*-mcp/adapter/mod.ts, all gated on AffineScript MCP bindingsWhy now
TS-elimination audit (2026-05-02) classified all 6 .ts files in this repo as legitimate exemptions because the MCP SDK is TS-native and AffineScript has no MCP bindings yet. This PR makes the exemption visible and audit-friendly so the policy violation is intentional rather than accidental.
Mirror tables landed in:
affinescript/.claude/CLAUDE.md(9 files, commit116ea5d)standards/.claude/CLAUDE.md(11 files)my-lang/.claude/CLAUDE.md(1 file)Test plan
🤖 Generated with Claude Code