@lyric_dev/data-loom 0.2.4 → 0.3.0
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/dist/mcpServer.js +1 -1
- package/package.json +1 -1
- package/public/app.js +459 -244
- package/public/index.html +51 -18
- package/public/style.css +829 -189
package/dist/mcpServer.js
CHANGED
|
@@ -33,7 +33,7 @@ tags: [loom, dependencies, mcp, review]
|
|
|
33
33
|
|
|
34
34
|
Weave the dependency order of this project's open OpenSpec proposals, using the **data-loom** MCP server.
|
|
35
35
|
|
|
36
|
-
**Prerequisite:** the data-loom MCP server must be registered in this session — its tools are \`list_open_proposals\`, \`set_dependency\`, and \`mark_independent\`. If those tools are not available, tell the user to register it (\`claude mcp add data-loom -- npx data-loom mcp "<project path>"\`) and stop.
|
|
36
|
+
**Prerequisite:** the data-loom MCP server must be registered in this session — its tools are \`list_open_proposals\`, \`set_dependency\`, and \`mark_independent\`. If those tools are not available, tell the user to register it (\`claude mcp add data-loom -- npx @lyric_dev/data-loom mcp "<project path>"\`) and stop.
|
|
37
37
|
|
|
38
38
|
Steps:
|
|
39
39
|
|
package/package.json
CHANGED