@defend-tech/opencode-optima 0.1.28 → 0.1.29
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/index.js +1 -0
- package/dist/sanitize_cli.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7946,6 +7946,7 @@ var LEGACY_NOMADWORKS_DIRNAME = ".nomadworks";
|
|
|
7946
7946
|
var LEGACY_ORBITA_DIRNAME = ".orbita";
|
|
7947
7947
|
var LEGACY_STATICENG_DIRNAME = ".staticeng";
|
|
7948
7948
|
var OPTIMA_GITIGNORE_RULES = [
|
|
7949
|
+
".optima/",
|
|
7949
7950
|
".optima/.config/",
|
|
7950
7951
|
".optima/**/.env",
|
|
7951
7952
|
".optima/**/.env.*",
|
package/dist/sanitize_cli.js
CHANGED
|
@@ -7953,6 +7953,7 @@ var LEGACY_NOMADWORKS_DIRNAME = ".nomadworks";
|
|
|
7953
7953
|
var LEGACY_ORBITA_DIRNAME = ".orbita";
|
|
7954
7954
|
var LEGACY_STATICENG_DIRNAME = ".staticeng";
|
|
7955
7955
|
var OPTIMA_GITIGNORE_RULES = [
|
|
7956
|
+
".optima/",
|
|
7956
7957
|
".optima/.config/",
|
|
7957
7958
|
".optima/**/.env",
|
|
7958
7959
|
".optima/**/.env.*",
|