Skip to content

Commit 7343864

Browse files
chore(release): v0.12.4
1 parent 899297b commit 7343864

8 files changed

Lines changed: 13 additions & 10 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
33
"name": "forgekit",
44
"displayName": "Forge",
5-
"version": "0.12.3",
5+
"version": "0.12.4",
66
"description": "One config, every AI coding tool — cognitive substrate, tools, crew, guards, atlas, lean, recall from one source.",
77
"author": { "name": "CodeWithJuber" },
88
"license": "MIT",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forgekit",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "One config, every AI coding tool — cognitive substrate, MCP tools, guards, atlas, recall, and routing from one source.",
55
"author": { "name": "CodeWithJuber", "url": "https://github.com/CodeWithJuber" },
66
"homepage": "https://github.com/CodeWithJuber/forgekit#readme",

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [0.12.4] - 2026-07-11
10+
911
### Fixed
1012

1113
- security: drop two inert `curl`-pipe deny rules from the settings template.
@@ -709,7 +711,8 @@ consolidate` reconciles deletions into tombstones. `putClaim` repairs corrupt/tr
709711
check; coverage + type-checking (`tsc --checkJs`); 2026 production-standard rules;
710712
OWASP-LLM / NIST SSDF / SLSA control mapping.
711713

712-
[Unreleased]: https://github.com/CodeWithJuber/forgekit/compare/v0.12.3...HEAD
714+
[Unreleased]: https://github.com/CodeWithJuber/forgekit/compare/v0.12.4...HEAD
715+
[0.12.4]: https://github.com/CodeWithJuber/forgekit/compare/v0.12.3...v0.12.4
713716
[0.12.3]: https://github.com/CodeWithJuber/forgekit/compare/v0.12.2...v0.12.3
714717
[0.12.2]: https://github.com/CodeWithJuber/forgekit/compare/v0.12.1...v0.12.2
715718
[0.12.1]: https://github.com/CodeWithJuber/forgekit/compare/v0.12.0...v0.12.1

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use forgekit, please cite it using this metadata."
33
title: "Forge (forgekit)"
4-
version: 0.12.3
4+
version: 0.12.4
55
date-released: "2026-07-11"
66
abstract: >-
77
One brain for every AI coding agent — the cognitive substrate every frozen model is

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ every tool. This is where that brain is headed.
77
Direction, not promises — shaped by the two field reports this project is grounded in
88
(the SDLC pain-point map and the ecosystem landscape). Open a Discussion to weigh in.
99

10-
## Now (`master`, v0.12.3)
10+
## Now (`master`, v0.12.4)
1111

1212
The substrate is fully graded — decision math replaces every keyword heuristic: exemplar k-NN
1313
routing, entropy secret detection, noisy-OR goal-drift over paths **and** the identifiers a file

landing/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
<div class="wrap hero-grid">
614614
<div>
615615
<p class="eyebrow">
616-
<span class="dot" aria-hidden="true"></span> forgekit v0.12.3 ·
616+
<span class="dot" aria-hidden="true"></span> forgekit v0.12.4 ·
617617
MIT · zero runtime dependencies
618618
</p>
619619
<h1 id="hero-title">
@@ -896,7 +896,7 @@ <h2 id="sources-title">No mock marketing data.</h2>
896896
<footer>
897897
<div class="wrap foot">
898898
<div class="mono">
899-
forgekit v0.12.3 · MIT · designed for WCAG 2.2 AA
899+
forgekit v0.12.4 · MIT · designed for WCAG 2.2 AA
900900
</div>
901901
<div>
902902
<a href="https://github.com/CodeWithJuber/forgekit">GitHub</a>

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": "@codewithjuber/forgekit",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"description": "One brain for every AI coding agent \u2014 the cognitive substrate every frozen model is missing (proof-carrying memory, impact foresight, enforced guardrails), authored once and delivered as native config to Claude Code, Codex, Cursor, Gemini, Aider, and more.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)