fix(rectification): expose canonical skill runtime path
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user