@xn-intenton-z2a/agentic-lib 7.1.47 → 7.1.48

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.
@@ -839,6 +839,7 @@ function initPurge(seedsDir, missionName) {
839
839
  clearAndRecreateDir(sourcePath, sourcePath);
840
840
  clearAndRecreateDir(testsPath, testsPath);
841
841
  clearAndRecreateDir(examplesPath, examplesPath);
842
+ clearAndRecreateDir("docs", "docs");
842
843
 
843
844
  // Copy seed files (including config TOML) — MISSION.md handled separately via mission seed
844
845
  const SEED_MAP = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.1.47",
3
+ "version": "7.1.48",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@xn-intenton-z2a/agentic-lib": "^7.1.47"
17
+ "@xn-intenton-z2a/agentic-lib": "^7.1.48"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^4.0.0",