Skip to content

Commit b351fd9

Browse files
committed
Require turtle-language in release readiness
1 parent 8724e9d commit b351fd9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/sourceos/tests/test_turtle_term_release_readiness.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"docs/sourceos/SESSION_CONTRACT.md",
1919
"docs/sourceos/SUPPLY_CHAIN.md",
2020
"docs/sourceos/UPSTREAM_SYNC.md",
21+
"docs/sourceos/LANGUAGE_INTELLIGENCE.md",
2122
"assets/sourceos/brand/turtleterm-icon.svg",
2223
"assets/sourceos/brand/ai.sourceos.TurtleTerm.svg",
2324
"assets/sourceos/desktop/ai.sourceos.TurtleTerm.desktop",
@@ -32,9 +33,12 @@
3233
"assets/sourceos/bin/turtle-cloudfog",
3334
"assets/sourceos/bin/turtle-superconscious",
3435
"assets/sourceos/bin/turtle-agent-machine",
36+
"assets/sourceos/bin/turtle-language",
37+
"assets/sourceos/skills/turtle-language-context.json",
3538
"assets/sourceos/turtleterm.lua",
3639
"assets/sourceos/tests/test_sourceos_term_smoke.py",
3740
"assets/sourceos/tests/test_turtle_bridge_features.py",
41+
"assets/sourceos/tests/test_turtle_language_intelligence.py",
3842
"assets/sourceos/tests/test_turtle_term_branding.py",
3943
"assets/sourceos/tests/test_turtle_term_release_readiness.py",
4044
"assets/sourceos/tests/test_turtle_agentic_integration_plan.py",
@@ -91,6 +95,7 @@
9195
"turtle-cloudfog",
9296
"turtle-superconscious",
9397
"turtle-agent-machine",
98+
"turtle-language",
9499
"ai.sourceos.TurtleTerm.desktop",
95100
"ai.sourceos.TurtleTerm.metainfo.xml",
96101
"ai.sourceos.TurtleTerm.svg",
@@ -125,6 +130,7 @@
125130
"turtle-cloudfog",
126131
"turtle-superconscious",
127132
"turtle-agent-machine",
133+
"turtle-language",
128134
"share/applications",
129135
"share/metainfo",
130136
"share/icons/hicolor/scalable/apps",
@@ -179,6 +185,12 @@ def main() -> int:
179185
assert "Linux ARM64" in checklist
180186
assert "manifest" in checklist.lower()
181187

188+
language = read("docs/sourceos/LANGUAGE_INTELLIGENCE.md")
189+
assert "turtle-language" in language
190+
assert "TurtleDiagnostics" in language
191+
assert "Tree-sitter" in language
192+
assert "LSP" in language
193+
182194
return 0
183195

184196

0 commit comments

Comments
 (0)