chore(release): prepare 1.4.0#96
Merged
q-soriarty merged 19 commits intomainfrom Mar 27, 2026
Merged
Conversation
chore: back-merge v1.3.0 into develop
Runs scripts/lint.sh on every PR targeting main or develop. Fails the check if any structural issues are found.
feat(ci): add GitHub Actions workflow to run lint on PRs (#79)
Compare Gitflow vs GitHub Flow vs Trunk-Based with a decision guide for when to use (and not use) this workflow.
Update actions/checkout v4 → v5 and actions/github-script v7 → v8 to resolve Node.js 20 deprecation warning. Also update the reference workflow in SKILL.md.
docs: add workflow comparison section to README (#80)
Add recovery steps for: wrong base branch, merge conflicts, deleted branch, committed secrets, and wrong merge target.
…ting docs: expand troubleshooting with additional edge cases (#81)
Add complete contribution walkthrough, update install instructions to use platform scripts, and add 5 frequently asked questions.
docs: improve ONBOARDING.md with worked example and FAQ (#82)
Add link in navigation bar and Contributing section so new contributors can discover the onboarding guide.
fix: add ONBOARDING.md reference to README (#87)
Add scripts/ directory to Architecture, update .github/ description to include workflows, and modernize Testing section with lint and install script references.
fix: update CLAUDE.md Architecture and Testing sections (#89)
fix: add GitHub Actions lint status badge to README (#92)
Add commitlint config, husky setup, and branch name validation examples that complement the skill with mechanical enforcement.
docs: add integration guide for git hooks and CI tools (#91)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #95
Test plan
./scripts/lint.shpasses