@defend-tech/opencode-optima 0.1.29 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defend-tech/opencode-optima",
3
- "version": "0.1.29",
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"