@jefuriiij/synthra 0.13.1 → 0.14.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/CHANGELOG.md +792 -758
- package/README.md +4 -0
- package/dist/cli/index.js +304 -75
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/index.js +2 -2
- package/dist/dashboard/index.js.map +1 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,6 +108,10 @@ syn . --resume <id> # Resume a Claude session (requires --launch-cli).
|
|
|
108
108
|
syn scan [path] # Scan only — walk + parse + write graph.
|
|
109
109
|
syn serve [path] # Start the MCP server only.
|
|
110
110
|
syn dashboard [path] # Run only the token dashboard (standalone process).
|
|
111
|
+
syn doctor [path] # Diagnose this project's Synthra setup + environment.
|
|
112
|
+
syn remove [path] # Uninstall Synthra from a project (accidental `syn .`?
|
|
113
|
+
# This reverses it). Asks [y/N]; --yes to skip. Your own
|
|
114
|
+
# gitignore lines / CLAUDE.md content / hooks survive.
|
|
111
115
|
```
|
|
112
116
|
|
|
113
117
|
---
|