Skip to content

fix: correct doc and schema errors#16

Merged
tupe12334 merged 1 commit into
mainfrom
fix/doc-schema-fixes
Jun 11, 2026
Merged

fix: correct doc and schema errors#16
tupe12334 merged 1 commit into
mainfrom
fix/doc-schema-fixes

Conversation

@tupe12334

Copy link
Copy Markdown
Member

Summary

Four correctness fixes identified from reviewing existing docs vs implementation:

  • Architecture.md — blank H1 (#) → # Architecture
  • Architecture.md — config row said steplock.toml; corrected to .steplock/checklists/*/config.toml
  • Installation.mdcargo install steplockcargo install steplock-core (the published crate name)
  • schemas/session-state.schema.json — removed minItems: 1 from transitions; when current_state is [*] the transitions list is empty, so the constraint was wrong

Test plan

  • Architecture.md renders with correct title
  • Config path row in the comparison table is accurate
  • cargo install steplock-core installs the steplock binary correctly
  • A state.json with current_state: "[*]" and transitions: [] validates against the updated schema

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tupe12334 tupe12334 marked this pull request as ready for review June 11, 2026 20:03
@tupe12334 tupe12334 merged commit 95344ad into main Jun 11, 2026
3 checks passed
@tupe12334 tupe12334 deleted the fix/doc-schema-fixes branch June 11, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant