flowviant 0.28.8 → 0.28.9
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/bin/lib/claude.mjs +9 -0
- package/package.json +1 -1
package/bin/lib/claude.mjs
CHANGED
|
@@ -138,6 +138,15 @@ docs — comprehensive, precisely structured, richly cross-linked. Detailed and
|
|
|
138
138
|
thorough beats short: a reader should be able to work in a subsystem after
|
|
139
139
|
reading its chapter.
|
|
140
140
|
|
|
141
|
+
⚠ MANDATORY every compile — normalize BOTH new AND EXISTING chapters (do NOT
|
|
142
|
+
leave an existing chapter untouched just because its prose is already current;
|
|
143
|
+
its frontmatter and title are part of the chapter and must comply):
|
|
144
|
+
• Frontmatter MUST contain a "category:" line. If a chapter lacks one, ADD it now.
|
|
145
|
+
• The "# Title" MUST be a clean name with NO leading number — "Architecture",
|
|
146
|
+
never "01 — Architecture". If a title carries a number, REWRITE it clean now.
|
|
147
|
+
Open every existing docs/ chapter and FIX any that violate these two rules on
|
|
148
|
+
EVERY run. The sidebar grouping + clean titles depend on it; it is not skippable.
|
|
149
|
+
|
|
141
150
|
Every chapter declares its sidebar GROUP with a "category:" line in its
|
|
142
151
|
frontmatter — the bold group header it sits under, exactly like the grouped left
|
|
143
152
|
nav in Stripe / HuggingFace docs. Group RELATED chapters under a shared category
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowviant",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.9",
|
|
4
4
|
"description": "Run your own Claude Code as headless build agents for Flowviant — on your own credentials. Claims dispatched work, opens PRs, captures review evidence, and routes questions back to you.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|