diff --git a/CLAUDE.md b/CLAUDE.md index aa740eb..ccdf613 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,3 +1,11 @@ +Inherits `~/.claude/CLAUDE.md` (chat language, IONOS security) +and `~/dev/CLAUDE.md` (cross-project dev rules: English in +repos, commit convention, issue-tracker vocabulary). This file +carries only AILang-specific decisions on top — the language +identity, code layout, file-naming convention, in-tree skill +system, project-calibrated orchestrator discipline, and the +LLM-utility feature gate. + ## AILang — a language for LLM authors AILang's only author is an LLM, not a human. It is designed for: @@ -248,9 +256,7 @@ not retroactively renamed. these bodies at commit time; they are the durable record. Read recent state with `git log -5 --format=full`; chronological scan with `git log --oneline -30`; per-milestone scope with - `git log ..HEAD --format=full`. Commits - that close a backlog issue reference it via `closes #N` in the - body; Gitea auto-closes the issue on push. + `git log ..HEAD --format=full`. - **`docs/specs/.md`** (since 2026-05-09): per-milestone design spec produced by `skills/brainstorm`. Hard-gate before any