Skip to content

chore: DevKit conformance#31

Merged
HerbHall merged 2 commits into
mainfrom
chore/devkit-conformance
Apr 23, 2026
Merged

chore: DevKit conformance#31
HerbHall merged 2 commits into
mainfrom
chore/devkit-conformance

Conversation

@HerbHall

@HerbHall HerbHall commented Mar 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add Makefile with standard targets (build, test, lint, lint-md, lint-all, fmt, ci, hooks, run, clean)
  • Add markdownlint CI job using DavidAnson/markdownlint-cli2-action@v19
  • Add CI permissions: contents: read and concurrency: cancel-in-progress
  • Fix pre-push hook: markdownlint now blocking (was non-blocking), clippy uses --all-targets
  • Update .claude/settings.json with full DevKit permission template (was 1 entry, now 35)
  • Un-ignore .claude/settings.json for collaborator sharing
  • Add node_modules/ to .gitignore
  • Fix 57 markdownlint errors across CLAUDE.md, docs/REQUIREMENTS.md, README.md
  • Add Quick Start section to CLAUDE.md with make commands

Test plan

  • cargo build passes
  • cargo test passes (69 tests)
  • cargo clippy --all-targets -- -D warnings passes
  • cargo fmt --all -- --check passes
  • markdownlint-cli2 passes (0 errors on tracked files)
  • CI Check job passes (ubuntu + windows)
  • CI Markdown Lint job passes

🤖 Generated with Claude Code

HerbHall and others added 2 commits March 4, 2026 15:22
- Add Makefile with standard targets (build, test, lint, lint-md, ci, hooks)
- Add markdownlint CI job with DavidAnson/markdownlint-cli2-action
- Add CI permissions and concurrency config
- Fix pre-push hook: make markdownlint blocking, add --all-targets to clippy
- Update .claude/settings.json with full DevKit permission template
- Un-ignore .claude/settings.json for collaborator sharing
- Add node_modules/ to .gitignore
- Fix 57 markdownlint errors across CLAUDE.md, REQUIREMENTS.md, README.md
- Add Quick Start section to CLAUDE.md with make commands

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
@HerbHall HerbHall merged commit 2a2758d into main Apr 23, 2026
3 checks passed
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