@cassiomc1/forgeloop 1.11.0 → 1.11.1
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/docs/AGENT_PROTOCOL_SUMMARY.md +1 -1
- package/docs/MCP.md +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
ForgeLoop is a portable protocol and support CLI for verifiable engineering workflows. It records and validates task state, contracts, routing, checks, evidence, continuity, and optional code attestations. It does not become an agent scheduler, delegation service, source-control authority, or secret manager.
|
|
8
8
|
|
|
9
9
|
Protocol version: 1
|
|
10
|
-
Package version: 1.11.
|
|
10
|
+
Package version: 1.11.1
|
|
11
11
|
|
|
12
12
|
## Canonical loop
|
|
13
13
|
|
package/docs/MCP.md
CHANGED
|
@@ -150,7 +150,7 @@ forgeloop-mcp-http --project /repo --mode safe # 127.0.0.1:3333
|
|
|
150
150
|
|
|
151
151
|
| Component | Current contract |
|
|
152
152
|
| --- | --- |
|
|
153
|
-
| ForgeLoop core package | `>=1.5.0 <2` dependency range; current release
|
|
153
|
+
| ForgeLoop core package | `>=1.5.0 <2` dependency range; current release `1.11.1` |
|
|
154
154
|
| ForgeLoop protocol | `1` |
|
|
155
155
|
| Integration API | `1` |
|
|
156
156
|
| MCP package | `0.1.x` initial package |
|