@nuasite/cli 0.0.26 → 0.0.27

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/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2350,8 +2350,8 @@ import { fileURLToPath } from "url";
2350
2350
  import { promises as fs } from "fs";
2351
2351
  import path from "path";
2352
2352
  var AGENTS_PATH = path.resolve("AGENTS.md");
2353
- var SUMMARY_START = "<!-- AUTO-GENERATED:PAGE_SUMMARY -->";
2354
- var SUMMARY_END = "<!-- END AUTO-GENERATED:PAGE_SUMMARY -->";
2353
+ var SUMMARY_START = "<page_summary>";
2354
+ var SUMMARY_END = "</page_summary>";
2355
2355
  var decodeEntities = (value) => {
2356
2356
  return value.replace(/&amp;/gi, "&").replace(/&lt;/gi, "<").replace(/&gt;/gi, ">").replace(/&quot;/gi, '"').replace(/&#39;/gi, "'").replace(/&nbsp;/gi, " ");
2357
2357
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuasite/cli",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  "prepack": "bun run ../../scripts/workspace-deps/resolve-deps.ts"
23
23
  },
24
24
  "dependencies": {
25
- "@nuasite/agent-summary": "0.0.26",
25
+ "@nuasite/agent-summary": "0.0.27",
26
26
  "astro": "^5.15.1",
27
27
  "stacktracey": "^2.1.8"
28
28
  },