Release 1.4.17 (2026-05-01)¶
Bug fixes¶
- fix markdown lint error in hooks index
-
update managed-repo detection to use standard-tooling.toml Replace three-way OR (docs/repository-standards.md, st-config.toml, st-config.yaml) with single standard-tooling.toml check. Fixes the functional gap where migrated repos were not recognized as managed. Ref #228
-
update error messages to reference standard-tooling.toml Replace docs/repository-standards.md in user-facing denial messages for block-raw-git-commit and block-raw-gh-pr-create hooks. Ref #228
-
update skill and agent instructions to read standard-tooling.toml Replace docs/repository-standards.md references in publish, dependency-update, pr-workflow skills and bootstrap agent with standard-tooling.toml. Ref #228
-
remove st-validate-local from HOST_TOOLS
Documentation¶
- add design spec for human-routed memory writes
-
apply pushback review resolutions to design spec Resolve 7 pushback findings: tighten handoff exemption to prevent agent self-invocation bypass, remove hand-rolled slug derivation from memory-init in favor of runtime path resolution, define orphan-file handling (deferred to memory-audit), specify exact-string-match for header staleness, add fleet tracking issue requirement, require active codebase verification in memory-audit, skip audit step for empty repos in rollout.
-
add implementation plan for human-routed memory writes
- replace memory ban with managed-memory policy
- add memory policy exemption note
- update documentation to reference standard-tooling.toml Replace stale docs/repository-standards.md, st-config.toml, and st-config.yaml references in README, hooks docs, agents docs, standards-and-conventions, and block-agent-merge spec. Ref #228
Features¶
- add memory-init skill
- add memory-audit skill