Priority: High Status: Planned
Transition static markdown files to a searchable, beautiful static site.
- Evaluate Static Site Generators (MkDocs-Material recommended)
- Set up
mkdocs.ymlconfiguration - Configure GitHub Pages deployment
- Migrate existing
docs/content - Implement versioning selector (if needed)
Priority: Medium Status: Planned
Establish a robust Continuous Integration pipeline to enforce quality gates automatically.
- Linting Workflow: Run
trunk checkon PRs - Security Workflow: Run
ggshieldandtrivyon PRs - Commit Workflow: Enforce Conventional Commits (via
commitlintorjjcheck) - Build Workflow: Verify
mkdocs buildpasses
Priority: Low Status: backlog
- Snyk Integration (Vulnerability scanning)
- SonarQube / CodeScene (Code health metrics)
- SBOM Generation
Priority: Low Status: backlog
- Raycast AI / MCP deep integration
- Slack/Discord notification webhooks
Released: 2026-01-02
- Conventional Commits: Implemented
jjtemplate & validation. - Trunk Optimization: Enabled
ruff,codespell,trivy. - Release Automation: Integrated
git-semverfor auto-versioning.
Released: 2026-01-01
- GitGuardian:
pre-pushhooks for secret scanning. - Sanitization:
sanitize_email.pyfor PII protection.
Released: 2026-01-02
- Pager: Configured
deltafor rich diffs. - Documentation: Overhauled structure into
docs/directory.
Released: 2025-11-01
- Synthwave84: Custom color scheme.
- Aliases: Core
jjworkflow aliases.