@juicesharp/rpiv-args 0.13.2 → 1.0.0

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/args.ts +2 -0
  2. package/package.json +1 -1
package/args.ts CHANGED
@@ -15,6 +15,7 @@
15
15
  import { readFileSync } from "node:fs";
16
16
  import {
17
17
  type ExtensionAPI,
18
+ getAgentDir,
18
19
  type InputEvent,
19
20
  type InputEventResult,
20
21
  loadSkills,
@@ -113,6 +114,7 @@ export function invalidateSkillIndex(): void {
113
114
  function buildSkillIndex(): Map<string, SkillIndexEntry> {
114
115
  const { skills } = loadSkills({
115
116
  cwd: process.cwd(),
117
+ agentDir: getAgentDir(),
116
118
  skillPaths: [],
117
119
  includeDefaults: true,
118
120
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-args",
3
- "version": "0.13.2",
3
+ "version": "1.0.0",
4
4
  "description": "Pi extension: skill-argument resolver — pre-emptively wraps /skill:<name> <args> via the input hook and performs opt-in $N/$ARGUMENTS substitution before Pi's built-in expansion",
5
5
  "keywords": [
6
6
  "pi-package",