opencodekit 0.21.2 → 0.21.4
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 -1
- package/dist/template/.opencode/.template-manifest.json +721 -0
- package/dist/template/.opencode/.version +1 -1
- package/dist/template/.opencode/AGENTS.md +1 -0
- package/dist/template/.opencode/memory.db +0 -0
- package/dist/template/.opencode/memory.db-shm +0 -0
- package/dist/template/.opencode/memory.db-wal +0 -0
- package/dist/template/.opencode/opencode.json +1146 -1134
- package/dist/template/.opencode/plugin/README.md +11 -0
- package/dist/template/.opencode/plugin/rtk.ts +43 -0
- package/dist/template/.opencode/skill/rtk-command-compression/SKILL.md +134 -0
- package/package.json +1 -1
- package/dist/template/.opencode/package.json +0 -21
- package/dist/template/.opencode/plugin/package.json +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.21.4
|
|
@@ -391,6 +391,7 @@ When user intent is clear, load the appropriate skills:
|
|
|
391
391
|
| "Deprecate / migrate" | Ship | `deprecation-and-migration` + `incremental-implementation` |
|
|
392
392
|
| "Write docs / record ADR" | Define | `documentation-and-adrs` |
|
|
393
393
|
| "Optimize performance" | Verify | `performance-optimization` |
|
|
394
|
+
| "Optimize shell token usage" | Build / Verify | `rtk-command-compression` |
|
|
394
395
|
| "Harden security" | Verify | `security-and-hardening` + `defense-in-depth` |
|
|
395
396
|
| "Verify before merge" | Ship | `reconcile` + `verification-gates` |
|
|
396
397
|
| "Measure if a skill helps" | Verify | `agent-evals` |
|
|
Binary file
|
|
Binary file
|
|
Binary file
|