From 6a695e5ed1980010d5c72edd5a2a4a2633c3bc9e Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 4 Feb 2026 09:54:51 -0700 Subject: [PATCH] textGen borked, saving before further borking --- .claude/settings.local.json | 3 ++- Phase1Example.sandbox/Phase1Example.sandbox.msd | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 093baad..6a7c461 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,8 @@ "allow": [ "Bash(ls:*)", "Bash(git add:*)", - "Bash(git commit -m \"$\\(cat <<''EOF''\nAdd textgen definitions for all Phase 1 AST concepts\n\n- Added ConceptTextGenDeclaration nodes for all 38 Phase 1 concepts\n- Includes textgen rules for core concepts \\(Module, Function, Parameter, Variable\\)\n- Textgen rules for statements \\(Block, Assignment, If, Loops, Return, etc.\\)\n- Textgen rules for expressions \\(BinaryOp, UnaryOp, FunctionCall, Literals, etc.\\)\n- Textgen rules for types \\(Primitive, List, Set, Map, Tuple, Array, Optional, Custom\\)\n- Textgen rules for annotations \\(Annotation, DerefStrategy, OptimizationLock, LangSpecific\\)\n\nCo-Authored-By: Claude Haiku 4.5 \nEOF\n\\)\")" + "Bash(git commit -m \"$\\(cat <<''EOF''\nAdd textgen definitions for all Phase 1 AST concepts\n\n- Added ConceptTextGenDeclaration nodes for all 38 Phase 1 concepts\n- Includes textgen rules for core concepts \\(Module, Function, Parameter, Variable\\)\n- Textgen rules for statements \\(Block, Assignment, If, Loops, Return, etc.\\)\n- Textgen rules for expressions \\(BinaryOp, UnaryOp, FunctionCall, Literals, etc.\\)\n- Textgen rules for types \\(Primitive, List, Set, Map, Tuple, Array, Optional, Custom\\)\n- Textgen rules for annotations \\(Annotation, DerefStrategy, OptimizationLock, LangSpecific\\)\n\nCo-Authored-By: Claude Haiku 4.5 \nEOF\n\\)\")", + "Bash(git commit:*)" ] } } diff --git a/Phase1Example.sandbox/Phase1Example.sandbox.msd b/Phase1Example.sandbox/Phase1Example.sandbox.msd index 2e43eaf..6653915 100644 --- a/Phase1Example.sandbox/Phase1Example.sandbox.msd +++ b/Phase1Example.sandbox/Phase1Example.sandbox.msd @@ -18,3 +18,4 @@ +