@hacksmith/doraval 0.2.48 → 0.2.50
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/README.md +2 -2
- package/bin/doraval.js +299 -287
- package/bin/ui/index.html +199 -56
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ doraval eval history
|
|
|
147
147
|
|
|
148
148
|
`eval` uses an LLM judge (via your configured agent) to produce a per-skill `PASS`/`FAIL` with a dynamic checklist, user familiarity score, and closure information (1-shot vs multi-turn vs incomplete).
|
|
149
149
|
|
|
150
|
-
Requires `doraval init` first. See the [full docs](https://thehacksmith.dev/commands/eval/).
|
|
150
|
+
Requires `doraval init` first. See the [full docs](https://doraval.thehacksmith.dev/commands/eval/).
|
|
151
151
|
|
|
152
152
|
### `journal` — Decision memory
|
|
153
153
|
|
|
@@ -203,7 +203,7 @@ Claude Code, Cursor, Codex, and Copilot CLI validators and scaffolding built in.
|
|
|
203
203
|
|
|
204
204
|
## Links
|
|
205
205
|
|
|
206
|
-
- [Docs](https://thehacksmith.dev)
|
|
206
|
+
- [Docs](https://doraval.thehacksmith.dev)
|
|
207
207
|
- [JSR package](https://jsr.io/@hacksmith/doraval)
|
|
208
208
|
- [npm package](https://www.npmjs.com/package/@hacksmith/doraval)
|
|
209
209
|
- [GitHub Releases](https://github.com/saif-shines/doraval/releases)
|