@sagentlab/navarch-runtime 0.1.25 → 0.1.26

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.
Files changed (2) hide show
  1. package/dist/session.cjs +4 -0
  2. package/package.json +1 -1
package/dist/session.cjs CHANGED
@@ -567,6 +567,10 @@ function verificationFailureReport(taskType, report) {
567
567
  /** Rejection codes another agent turn in the same worktree can plausibly fix. */
568
568
  const REMEDIABLE_REJECTION_CODES = new Set([
569
569
  "pr_required",
570
+ // A video-deliverable build that completed without registering its render:
571
+ // the file usually already exists in the worktree, so the remediation turn
572
+ // only has to call register_artifact and PUT the upload.
573
+ "artifact_required",
570
574
  "pr_not_ready",
571
575
  "review_attestation_required",
572
576
  "review_attestation_invalid",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sagentlab/navarch-runtime",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
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",