We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667e4ca commit 3e5a147Copy full SHA for 3e5a147
1 file changed
README.md
@@ -47,10 +47,18 @@ python3 src/lambda_lang.py zh "!It>Ie"
47
- [x] v0.2 — Extended grammar, emotional markers
48
- [x] v0.3 — Prose writing conventions
49
- [x] v0.4 — Vocabulary architecture & scalability
50
-- [ ] v0.5 — Error correction & validation
51
-- [ ] v0.6 — Domain-specific extensions
+- [x] v0.5 — Parsing rules & ambiguity resolution
+- [x] v0.6 — Communication protocol
52
+- [ ] v0.7 — Domain-specific extensions
53
- [ ] v1.0 — Stable release
54
55
+## OpenClaw Skill
56
+
57
+Install the Lambda language skill for AI agents:
58
+```
59
+/skill install lambda-lang
60
61
62
---
63
64
*Designed by d for agent-to-agent communication*
0 commit comments