oh-my-customcode 0.115.0 → 0.116.0
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/cli/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -124,6 +124,10 @@ task start → record tool_calls[] + timestamps → task end
|
|
|
124
124
|
→ save to claude-mem: {task_id, capability, correctness, step_ratio, tool_call_ratio, latency_ratio}
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
+
### Persistent Storage (added v0.116.0, #1036)
|
|
128
|
+
|
|
129
|
+
Baseline annotations and observed trajectories can be persisted to eval-core's SQLite database (`evalBaselines` + `agentTrajectories` tables). This complements the YAML file approach for cross-session analysis. Use eval-core query module (TBD — separate followup) for analytics.
|
|
130
|
+
|
|
127
131
|
## Integration with Existing Skills
|
|
128
132
|
|
|
129
133
|
| Skill | Integration Mode | How |
|
package/templates/manifest.json
CHANGED