facult 2.17.12 → 2.17.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/remote.ts +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "facult",
3
- "version": "2.17.12",
3
+ "version": "2.17.13",
4
4
  "description": "Manage canonical AI capabilities, sync surfaces, and evolution state.",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/src/remote.ts CHANGED
@@ -3603,13 +3603,12 @@ export async function templatesCommand(
3603
3603
  cwd: ctx.cwd,
3604
3604
  rootDir:
3605
3605
  parsedArgs.rootArg ??
3606
- ctx.rootDir ??
3607
3606
  (parsedArgs.projectRootArg
3608
3607
  ? projectAiRootFromProjectArg(
3609
3608
  parsedArgs.projectRootArg,
3610
3609
  ctx.homeDir
3611
3610
  )
3612
- : undefined),
3611
+ : ctx.rootDir),
3613
3612
  homeDir: ctx.homeDir,
3614
3613
  dryRun,
3615
3614
  force,