document360-writer 0.4.61 → 0.4.62

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/dist/cli.js +5 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -75,12 +75,16 @@ you keep them in the loop as you ship (Part 2).
75
75
 
76
76
  ---
77
77
 
78
- ## Part 1 \u2014 Architecture brief (do this ONCE, now)
78
+ ## Part 1 \u2014 Architecture brief (create it, then keep it current)
79
79
 
80
80
  Write a **user-doc-enabling brief** into \`.d360-writer/architecture/\` \u2014 one or more \`.md\` files. This
81
81
  is NOT an engineering design doc. It is everything a *technical writer* needs to document the product for
82
82
  END USERS. Steer hard toward the user-facing story; deprioritize internals.
83
83
 
84
+ **Re-run safe:** if a brief already exists (you ran this before), do NOT rewrite it from scratch \u2014 UPDATE
85
+ it to match the current code: add new surfaces/features, correct what changed, remove what was deleted,
86
+ and preserve accurate existing content and human edits. Leave it untouched if nothing changed.
87
+
84
88
  **0. First, read \`.d360-writer/architecture/CREATOR-NOTES.md\`** \u2014 the original human creator's notes.
85
89
  Treat anything there as **authoritative** (a human's "folder X is the admin UI; skip src/Services" beats
86
90
  any inference). It may be empty \u2014 that's fine. **Never modify CREATOR-NOTES.md** (it's human-owned);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document360-writer",
3
- "version": "0.4.61",
3
+ "version": "0.4.62",
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.35",
37
+ "document360-engine": "^0.2.36",
38
38
  "ink": "^5.2.1",
39
39
  "picocolors": "^1.1.1",
40
40
  "react": "^18.3.1",