@sagentlab/navarch-runtime 0.1.27 → 0.1.28
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/session.cjs +4 -0
- package/package.json +1 -1
package/dist/session.cjs
CHANGED
|
@@ -625,6 +625,10 @@ const REMEDIABLE_REJECTION_CODES = new Set([
|
|
|
625
625
|
// the file usually already exists in the worktree, so the remediation turn
|
|
626
626
|
// only has to call register_artifact and PUT the upload.
|
|
627
627
|
"artifact_required",
|
|
628
|
+
// A registered render whose duration misses the brief's target_duration:
|
|
629
|
+
// the source assets are still in the worktree, so a remediation turn can
|
|
630
|
+
// re-cut to length, re-register the artifact, and retry on the same lease.
|
|
631
|
+
"duration_mismatch",
|
|
628
632
|
"pr_not_ready",
|
|
629
633
|
"review_attestation_required",
|
|
630
634
|
"review_attestation_invalid",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sagentlab/navarch-runtime",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
4
4
|
"description": "Navarch machine-side session manager: claims delivery tasks and runs them through Claude Code, Codex, Gemini, or OpenCode.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"license": "MIT",
|