pi-gsd 2.0.13 → 2.0.16
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/pi-gsd-hooks.js +1 -1
- package/dist/pi-gsd-tools.js +82 -82
- package/package.json +1 -1
package/dist/pi-gsd-hooks.js
CHANGED
|
@@ -981,7 +981,7 @@ function pi_gsd_hooks_default(pi) {
|
|
|
981
981
|
pi.on("context", async (event, ctx) => {
|
|
982
982
|
const includePattern = /<gsd-include\s+path="([^"]+)"(?:\s+select="([^"]*)")?\s*\/>/g;
|
|
983
983
|
const extFile = typeof __filename !== "undefined" ? __filename : "";
|
|
984
|
-
const pkgHarness = extFile ? (0, import_node_path4.join)((0, import_node_path4.dirname)(extFile), "..", "harnesses", "pi", "get-shit-done") : "";
|
|
984
|
+
const pkgHarness = extFile ? (0, import_node_path4.join)((0, import_node_path4.dirname)(extFile), "..", ".gsd", "harnesses", "pi", "get-shit-done") : "";
|
|
985
985
|
const errors = [];
|
|
986
986
|
const messages = event.messages;
|
|
987
987
|
const rawArgsMap = /* @__PURE__ */ new Map();
|