@cristiancorreau/forge 2.9.1 → 2.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/commands/init.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -10,7 +10,7 @@ import { skills } from './commands/skills.js';
|
|
|
10
10
|
import { aitmplSearch } from './commands/aitmpl-search.js';
|
|
11
11
|
import { scaffold } from './commands/scaffold.js';
|
|
12
12
|
import { teardown } from './commands/teardown.js';
|
|
13
|
-
const VERSION = '2.9.
|
|
13
|
+
const VERSION = '2.9.2';
|
|
14
14
|
const HELP = `forge v${VERSION} — Agentic development framework
|
|
15
15
|
|
|
16
16
|
Usage: forge <command> [options]
|
package/dist/commands/init.js
CHANGED
|
@@ -410,7 +410,7 @@ export async function init(args) {
|
|
|
410
410
|
...allAgents.map(a => `.claude/agents/${a}.md`),
|
|
411
411
|
];
|
|
412
412
|
const ts = new Date().toISOString();
|
|
413
|
-
saveManifest(projectRoot, buildManifest(runtime, installedFiles, projectRoot, '2.9.
|
|
413
|
+
saveManifest(projectRoot, buildManifest(runtime, installedFiles, projectRoot, '2.9.2', ts));
|
|
414
414
|
},
|
|
415
415
|
},
|
|
416
416
|
]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cristiancorreau/forge",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"description": "Agentic development framework — multi-runtime support for Claude Code, OpenCode, Codex and Kiro",
|
|
5
5
|
"author": "Cristian Correa <cristian@socialweb.cl>",
|
|
6
6
|
"license": "Apache-2.0",
|