@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.
package/bin/agentic-lib.js
CHANGED
|
@@ -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