@defend-tech/opencode-optima 0.1.26 → 0.1.27
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/assets/codemap.yml +19 -0
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
scope: module
|
|
2
|
+
name: assets
|
|
3
|
+
parent: ../.optima/codemap.yml
|
|
4
|
+
purpose: Package-owned bundled runtime assets for opencode-optima.
|
|
5
|
+
code_roots:
|
|
6
|
+
- agents/
|
|
7
|
+
- policies/
|
|
8
|
+
modules:
|
|
9
|
+
- path: agents
|
|
10
|
+
summary: Bundled default agent prompts used by the plugin package.
|
|
11
|
+
- path: policies
|
|
12
|
+
summary: Bundled default policy markdown included by agent prompts.
|
|
13
|
+
entrypoints: []
|
|
14
|
+
sources_of_truth:
|
|
15
|
+
- path: agents
|
|
16
|
+
summary: Source of bundled agent definitions published with the npm package.
|
|
17
|
+
- path: policies
|
|
18
|
+
summary: Source of bundled policy defaults published with the npm package.
|
|
19
|
+
commands: {}
|