fix(rectification): expose canonical skill runtime path

This commit is contained in:
Jesse_Chen
2026-08-14 17:35:10 +08:00
parent c460e59d24
commit a8141d955c
2 changed files with 13 additions and 7 deletions
+6 -1
View File
@@ -13,7 +13,12 @@ import {
} from "./rectification-v9-tools";
const activeRectificationSkill = resolveActiveSkillPackage("jyotish-birth-time-rectification");
export const RECTIFICATION_V9_SKILL_PATH = activeRectificationSkill.resolvedPath;
/** The immutable package directory used for identity/provenance checks. */
export const RECTIFICATION_V9_PACKAGE_PATH = activeRectificationSkill.resolvedPath;
/** The basename-correct alias that is safe to pass to Mastra WorkspaceSkills. */
export const RECTIFICATION_V9_SKILL_PATH = resolveSkillPackageRuntimePath(activeRectificationSkill);
/**
* V9 rectification agent actions. The action drives the bounded step budget;