Skip to content

Commit ad909f3

Browse files
committed
docs: the CLI transcripts print 43 author-time rules now that field-no-consumers is registered
`check:docs-transcript-drift` holds the four hand-written `os validate` / `os build` transcripts equal to what `authoringRulesFor()` derives; the new registry entry moves that count from 42 to 43. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW8
1 parent 70ba97c commit ad909f3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/docs/deployment/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ os compile --json # JSON output for CI pipelines
477477
→ Normalizing stack definition...
478478
→ Lowering inline handlers...
479479
→ Validating protocol compliance...
480-
→ Running author-time rules (42)...
480+
→ Running author-time rules (43)...
481481
→ Checking capability providers (#3366)...
482482
→ Collecting package docs (ADR-0046)...
483483
→ Writing artifact...

content/docs/deployment/validating-metadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ A clean run walks the registry and reports timing:
555555
Config: /path/to/support-desk/objectstack.config.ts
556556
Load time: 21ms
557557
→ Validating against ObjectStack Protocol...
558-
→ Running author-time rules (42)...
558+
→ Running author-time rules (43)...
559559
→ Checking capability providers (#3366)...
560560
→ Checking package docs (ADR-0046)...
561561

content/docs/getting-started/build-with-claude-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ visible: 'status != "resolved"'
263263
◆ Validate
264264
────────────────────────────────────────
265265
→ Validating against ObjectStack Protocol...
266-
→ Running author-time rules (42)...
266+
→ Running author-time rules (43)...
267267
268268
✗ Author-time rules failed (1 issue)
269269
• stack · action 'resolve_ticket' visible: bare reference `status` — a

content/docs/ui/react-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ objectstack validate
380380
────────────────────────────────────────
381381
→ Loading configuration...
382382
→ Validating against ObjectStack Protocol...
383-
→ Running author-time rules (42)...
383+
→ Running author-time rules (43)...
384384
→ Checking capability providers (#3366)...
385385
→ Checking package docs (ADR-0046)...
386386

0 commit comments

Comments
 (0)