Skip to content

Commit 6c0f449

Browse files
authored
Merge pull request #70 from nForma-AI/release/0.41.16
release: 0.41.16 — agent-skills best practices integration
2 parents 19b6141 + 23ab01c commit 6c0f449

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.41.16] - 2026-04-07 — The skills gap is now a skills overlap
10+
11+
### Added
12+
- Six packaged skills ship with nForma out of the box: `nf:task-intake`, `nf:idea-refine`, `nf:code-review-and-quality`, `nf:security-and-hardening`, `nf:documentation-and-adrs`, and `nf:shipping-and-launch` — best practices from [addyosmani/agent-skills](https://github.com/addyosmani/agent-skills), now fluent in nForma's workflow language
13+
- Checklist registry (`core/references/checklist-registry.json`) + `bin/checklist-match.cjs` — type a task description, get the right checklist back, no manual routing required
14+
- Upstream guidance gaps closed: accessibility, API design, performance, security, TDD, testing patterns, verification patterns, and git integration checklists all now speak to nForma-specific concerns
15+
16+
### Changed
17+
- Packaged skill commands trimmed to the essential six; removed skills' guidance folded into core workflow references so nothing is lost, just better placed
18+
- Checklist routing in `nf:quick` now driven by the registry instead of hardcoded conditions
19+
920
## [0.41.15] - 2026-04-07 — Automatic test reuse in verify-work
1021

1122
### Added

docs/assets/terminal.svg

Lines changed: 1 addition & 1 deletion
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nforma.ai/nforma",
3-
"version": "0.41.15",
3+
"version": "0.41.16",
44
"description": "nForma — Multi-agent coding orchestrator with quorum consensus and formal verification (TLA+, Alloy, PRISM). Consensus before code, proof before production.",
55
"bin": {
66
"nforma": "bin/nforma-cli.js",

0 commit comments

Comments
 (0)