document360-writer 0.5.118 → 0.5.119
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ cd <your-repo>
|
|
|
20
20
|
d360-writer /init
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
`/init` writes
|
|
23
|
+
`/init` writes the project config to `.d360-writer/config.json` (D360 project ID, docsDir, captureDir, outputDir, terminology).
|
|
24
24
|
|
|
25
25
|
## Use
|
|
26
26
|
|
|
@@ -40,7 +40,7 @@ d360-writer # start interactive REPL
|
|
|
40
40
|
| Command | Description |
|
|
41
41
|
|---|---|
|
|
42
42
|
| `/help` | List available commands |
|
|
43
|
-
| `/init` | Scaffold `.d360-writer.json` in the current repo |
|
|
43
|
+
| `/init` | Scaffold `.d360-writer/config.json` in the current repo |
|
|
44
44
|
| `/mcp add <name> <transport> <command-or-url>` | Register an MCP server (D360, Notion, GitHub, etc.) |
|
|
45
45
|
| `/mcp list` | Show registered MCP servers |
|
|
46
46
|
| `/mcp remove <name>` | Remove an MCP server |
|
|
@@ -54,9 +54,9 @@ d360-writer # start interactive REPL
|
|
|
54
54
|
|
|
55
55
|
## Storage
|
|
56
56
|
|
|
57
|
-
- `<repo>/.d360-writer.json` — project config (committed)
|
|
58
|
-
- `<repo>/.d360-writer/` —
|
|
59
|
-
- `<repo
|
|
57
|
+
- `<repo>/.d360-writer/config.json` — project config (committed)
|
|
58
|
+
- `<repo>/.d360-writer/` — the tool's single repo footprint (docs tree, plan, roadmap, hints/messages, skill overrides)
|
|
59
|
+
- `<repo>/.d360-writer/category-map.json` — D360 article ID + sync-base round-trip (committed)
|
|
60
60
|
- `~/.document360-writer/config.json` — global preferences
|
|
61
61
|
- `~/.document360-writer/mcp.json` — user-wide MCP server registrations
|
|
62
62
|
- `~/.document360-writer/sessions/<id>.jsonl` — session history
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document360-writer",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.119",
|
|
4
4
|
"description": "Standalone documentation agent CLI. Reads your code, writes your docs. Specialized for Document360 publishing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@inquirer/prompts": "^8.4.3",
|
|
35
35
|
"commander": "^14.0.3",
|
|
36
36
|
"diff": "^8.0.4",
|
|
37
|
-
"document360-engine": "^0.2.
|
|
37
|
+
"document360-engine": "^0.2.128",
|
|
38
38
|
"ink": "^5.2.1",
|
|
39
39
|
"picocolors": "^1.1.1",
|
|
40
40
|
"react": "^18.3.1",
|