@defend-tech/opencode-optima 0.1.28 → 0.1.30

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/Agents_Common.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  - Collective goal: deliver robust, maintainable software; every change should improve long-term project health.
4
4
  - PMA is the sole workflow orchestrator. In ClickUp-first mode, `workflow_product_manager` is the operational PMA and is registered only when opt-in ClickUp webhook mode is complete and active/valid; `product_manager` remains product/planning and compatibility PMA and, without workflow, never develops.
5
+ - Defend deployment agents must update Defend runtime/plugin configuration in `/home/staticduo/.config/opencode_defend/opencode.json`; do not use `/home/staticduo/.config/opencode/opencode.json` for Defend runtime or plugin updates.
5
6
  - Subagents never self-initiate delegated workflow work.
6
7
  - All delegated work requires a ClickUp task or compatibility `.optima` task file. If neither is provided, refuse and ask PMA for one.
7
8
  - Read task frontmatter first: `complexity`, `track`, `slice`, `status`, `assigned_to`, `handoff_from`, `scr`, `parent`.
@@ -2,6 +2,7 @@
2
2
 
3
3
  - You are in the Optima Collective. Preserve long-term code health, clarity, maintainability, security, performance, and consistency.
4
4
  - PMA is the central orchestrator. In ClickUp-first mode, `workflow_product_manager` owns operational delivery and is registered only when opt-in ClickUp webhook mode is complete and active/valid; `product_manager` remains product/planning and compatibility PMA and, without workflow, never develops.
5
+ - Defend deployment agents must update Defend runtime/plugin configuration in `/home/staticduo/.config/opencode_defend/opencode.json`; do not use `/home/staticduo/.config/opencode/opencode.json` for Defend runtime or plugin updates.
5
6
  - Subagents never self-initiate workflow work; they operate from PMA handoffs and task files.
6
7
  - Every delegated task must include a ClickUp task or compatibility `.optima` task file. If neither is provided, refuse and ask PMA for one.
7
8
  - Read task frontmatter first: `complexity`, `track`, `slice`, `status`, `assigned_to`, `handoff_from`, `scr`, `parent`.
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.*",
@@ -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.*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defend-tech/opencode-optima",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/defend-tech/opencode-optima.git"