@anthropologies/claudestory 0.1.37 → 0.1.38

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 CHANGED
@@ -10849,7 +10849,7 @@ var init_mcp = __esm({
10849
10849
  init_init();
10850
10850
  ENV_VAR2 = "CLAUDESTORY_PROJECT_ROOT";
10851
10851
  CONFIG_PATH2 = ".story/config.json";
10852
- version = "0.1.37";
10852
+ version = "0.1.38";
10853
10853
  main().catch((err) => {
10854
10854
  process.stderr.write(`Fatal: ${err instanceof Error ? err.message : String(err)}
10855
10855
  `);
@@ -14273,7 +14273,7 @@ async function runCli() {
14273
14273
  registerSessionCommand: registerSessionCommand2,
14274
14274
  registerRepairCommand: registerRepairCommand2
14275
14275
  } = await Promise.resolve().then(() => (init_register(), register_exports));
14276
- const version2 = "0.1.37";
14276
+ const version2 = "0.1.38";
14277
14277
  class HandledError extends Error {
14278
14278
  constructor() {
14279
14279
  super("HANDLED_ERROR");
package/dist/mcp.js CHANGED
@@ -9985,7 +9985,7 @@ async function ensureGitignoreEntries(gitignorePath, entries) {
9985
9985
  // src/mcp/index.ts
9986
9986
  var ENV_VAR2 = "CLAUDESTORY_PROJECT_ROOT";
9987
9987
  var CONFIG_PATH2 = ".story/config.json";
9988
- var version = "0.1.37";
9988
+ var version = "0.1.38";
9989
9989
  function tryDiscoverRoot() {
9990
9990
  const envRoot = process.env[ENV_VAR2];
9991
9991
  if (envRoot) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropologies/claudestory",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Cross-session context persistence for AI coding projects. Tracks tickets, issues, roadmap, and handovers so every session builds on the last.",
6
6
  "keywords": [