tracelattice 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,8 +17,9 @@ Requires [Node.js](https://nodejs.org/) v18+.
17
17
 
18
18
  From the project root:
19
19
 
20
+ ```bash
21
+ npm install -g tracelattice
20
22
  ```
21
- > **Tip:** Use `./install.sh --link` for development mode (symlinks instead of copying, rebuild with `npm run build` after changes).
22
23
 
23
24
  ## Configure MCP Client
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracelattice",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Semantic Sequential Thinking Tools For Agentic Tools",
5
5
  "type": "module",
6
6
  "main": "dist/lib.js",