prizmkit 1.0.96 → 1.0.97

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "frameworkVersion": "1.0.96",
3
- "bundledAt": "2026-03-23T12:42:15.546Z",
4
- "bundledFrom": "e29472c"
2
+ "frameworkVersion": "1.0.97",
3
+ "bundledAt": "2026-03-23T12:53:13.178Z",
4
+ "bundledFrom": "a60ce77"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.96",
2
+ "version": "1.0.97",
3
3
  "skills": {
4
4
  "prizm-kit": {
5
5
  "description": "Full-lifecycle dev toolkit. Covers spec-driven development, Prizm context docs, code quality, debugging, deployment, and knowledge management.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmkit",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "Create a new PrizmKit-powered project with clean initialization — no framework dev files, just what you need.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/upgrade.js CHANGED
@@ -27,7 +27,6 @@ import {
27
27
  installPipeline,
28
28
  installPrizmkitScripts,
29
29
  installGitHook,
30
- installPostMergeHook,
31
30
  installGitignore,
32
31
  resolvePipelineFileList,
33
32
  } from './scaffold.js';
@@ -363,7 +362,6 @@ export async function runUpgrade(directory, options = {}) {
363
362
  // Git hook
364
363
  console.log(chalk.blue(' Git Hook:'));
365
364
  await installGitHook(projectRoot, dryRun);
366
- await installPostMergeHook(projectRoot, dryRun);
367
365
 
368
366
  // .gitignore
369
367
  console.log(chalk.blue(' Gitignore:'));