v1.6.0
Added
- Showcase documentation: rewritten README (badges, comparison table, quick starts, supported
tags, security, decision diagram), community-health files (CONTRIBUTING refresh,
CODE_OF_CONDUCT, SECURITY), GitHub issue forms, PR template, and CODEOWNERS docs/image decision guide with a Mermaid diagram and a devcontainer GIF placeholder- graphify knowledge graph tooling for token-efficient Claude navigation
(.claude/references/graphify.md,scripts/setup.shbootstrap, pre-commit refresh hook);
graphify-out/is a git-ignored local build artifact
Changed
- Bumped the Node.js runtime from 20 to 24 (Active LTS) across all three images
(sf-ci,sf-devcontainer,sf-bulk); Node 20 reaches end-of-life in 2026 - Raised the
sf-bulkimage-size budget to 600 MB (Node 24-alpine is larger than Node 20) - CI builds only on version tags and pull requests (no redundant run on pushes to
main)
Removed
dependency-reviewjob (required the repo's Dependency Graph feature; non-functional without it)
What's Changed
- chore: enable graphify knowledge graph for token-efficient Claude navigation by @gambe94 in #4
- feat: bump Node runtime 20 → 24 (Active LTS) across all images by @gambe94 in #3
Full Changelog: v1.5.0...v1.6.0