Skip to content

Commit 7535139

Browse files
hyperpolymathclaude
andcommitted
fix: clarify 7-Tentacles is NOT a language across all AI entry points
Adds constraint #6 to monorepo manifest, CLAUDE.md header warning, and updates 7-tentacles submodule with its own AI manifest. AI agents repeatedly misclassify 7-Tentacles as a language because it sits alongside actual languages in this monorepo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent efbb713 commit 7535139

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.claude/CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## CRITICAL: 7-Tentacles is NOT a Language
2+
3+
`7-tentacles/` is an educational/pedagogical framework — NOT a programming language.
4+
It uses My-Lang's four dialects (Me, Solo, Duet, Ensemble) as a curriculum vehicle
5+
to teach compiler architecture across a 10-year learning trajectory.
6+
7+
**NEVER** audit 7-tentacles as a language. **NEVER** look for grammar/AST/parser/type-system in it.
8+
When reviewing or auditing languages in this monorepo, **SKIP** the `7-tentacles/` directory.
9+
110
## Machine-Readable Artefacts
211

312
The following files in `.machine_readable/` contain structured project metadata:

0-AI-MANIFEST.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The ONLY valid location is `.machine_readable/`. Do NOT create duplicates.
3333
3. **No stale metadata** - If root SCMs exist, they are OUT OF DATE and must be removed
3434
4. **Submodule integrity** - All 10 core languages + 7-tentacles must be checked out (not empty directories)
3535
5. **License consistency** - All code PMPL-1.0-or-later unless platform requires MPL-2.0 fallback
36+
6. **7-Tentacles is NOT a language** - It is an educational/pedagogical framework that uses My-Lang's four dialects (Me, Solo, Duet, Ensemble) as a curriculum vehicle. NEVER audit it as a language. NEVER look for grammar/AST/parser/type-system in it. When reviewing languages, SKIP the 7-tentacles/ directory entirely.
3637

3738
### Session Startup Checklist
3839

7-tentacles

0 commit comments

Comments
 (0)