Patch release. Softens the Pro tier language introduced in v1.3.0 and formally releases accumulated repo polish (CODE_OF_CONDUCT, dependabot, issue/PR templates, bump-badge workflow, landing page).
Changed
- Pro tier language softened to "in development". v1.3.0 positioned
@jordannewell/curtis-compliance-proas installable today and linked tocurtiscompliance.com/pro— a domain this project doesn't own (same dead-link class as thecurtis.aicleanup in v1.3.0). README + landing page +printProAbsent()runtime message now describe Pro as in development and link to the public stub repo at JordanNewell/curtis-compliance-pro. No behavior change — thelicensesubcommand still detects Pro and defers to it when present.
Added
CODE_OF_CONDUCT.md(Contributor Covenant v2.1)..github/dependabot.yml— weekly dependency + actions updates.- Issue templates (bug report / feature request / config question) + PR template.
.github/ISSUE_TEMPLATE/config.yml— disables blank issues, points security reports atSECURITY.md.bump-badgeworkflow — auto-bumps the static release badge in README on tag push. SHA-pinned actions + concurrency group + scoped regex.- Landing page at
docs/index.html+ GitHub Pages deploy workflow. - Favicon set (16/32/512/apple-touch-icon) replacing inline SVG.
Fixed
- Static release badge replaces dynamic shields.io
github/v/releaseURL — the endpoint intermittently 503s on their shared token pool (recurring across JordanNewell repos). Static badge is reliable; bump-badge workflow above automates the per-release bump. .gitignorenow covers.zcode/+.claude/(AI agent state, never committed)..gitattributesnormalizes line endings (* text=auto) — silences LF→CRLF warnings on Windows checkouts.
npm: npm install @jordannewell/curtis-compliance@1.3.1
Verify: curtis-compliance --version should report 1.3.1.
Full changelog: CHANGELOG.md