@cleocode/lafs-protocol 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lafs.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
LAFS defines a standard envelope format for structured responses from LLM-powered agents and tools. It complements transport protocols like [MCP](https://modelcontextprotocol.io/) and [A2A](https://github.com/google/A2A) by standardizing what comes back — not how it gets there.
|
|
6
6
|
|
|
7
|
-
**Current version:** 1.
|
|
7
|
+
**Current version:** 1.2.3 | [📚 Documentation](https://codluv.gitbook.io/lafs-protocol/) | [Spec](lafs.md) | [Migration Guides](migrations/)
|
|
8
8
|
|
|
9
9
|
[](https://codluv.gitbook.io/lafs-protocol/)
|
|
10
10
|
[](https://www.npmjs.com/package/@cleocode/lafs-protocol)
|
package/lafs.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleocode/lafs-protocol",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "LLM-Agent-First Specification schemas and conformance tooling",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"schema",
|
|
49
49
|
"conformance"
|
|
50
50
|
],
|
|
51
|
+
"author": "CLEO Code <hello@cleo.co> (https://cleo.co)",
|
|
51
52
|
"license": "MIT",
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@modelcontextprotocol/sdk": "^1.26.0",
|