troth-dev 0.21.1 → 0.23.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/README.md +5 -5
- package/dist/cli.js +541 -677
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ troth init
|
|
|
29
29
|
## Getting started
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
troth init # set up .
|
|
32
|
+
troth init # set up .troth/ in the current repo
|
|
33
33
|
troth login # authenticate with Troth cloud
|
|
34
34
|
troth bootstrap # scan the codebase and seed specs
|
|
35
35
|
```
|
|
@@ -74,12 +74,12 @@ Do not call `get_foundations`, `get_briefing`, and `next_tasks` separately at se
|
|
|
74
74
|
|
|
75
75
|
## MCP server
|
|
76
76
|
|
|
77
|
-
Troth ships a hosted Model Context Protocol server at `mcp.
|
|
77
|
+
Troth ships a hosted Model Context Protocol server at `mcp.troth.dev` for use from claude.ai web conversations. From Claude Code, use the `troth` CLI directly — do not call MCP tools.
|
|
78
78
|
|
|
79
79
|
Health check:
|
|
80
80
|
|
|
81
81
|
```bash
|
|
82
|
-
curl https://mcp.
|
|
82
|
+
curl https://mcp.troth.dev/health
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
Full operator notes (deploys, graceful shutdown, SSE tuning) live in `docs/`.
|
|
@@ -91,8 +91,8 @@ Full operator notes (deploys, graceful shutdown, SSE tuning) live in `docs/`.
|
|
|
91
91
|
|
|
92
92
|
## Links
|
|
93
93
|
|
|
94
|
-
- Docs: <https://docs.
|
|
95
|
-
- Site: <https://
|
|
94
|
+
- Docs: <https://docs.troth.dev>
|
|
95
|
+
- Site: <https://troth.dev>
|
|
96
96
|
|
|
97
97
|
## License
|
|
98
98
|
|