sync: fix reward priority and add Daytona JWT auth docs#13
Open
benediktstroebl wants to merge 1 commit into
Open
sync: fix reward priority and add Daytona JWT auth docs#13benediktstroebl wants to merge 1 commit into
benediktstroebl wants to merge 1 commit into
Conversation
- verifier now checks reward.json before reward.txt (harbor#1620) - daytona preflight now accepts JWT auth (DAYTONA_JWT_TOKEN + DAYTONA_ORGANIZATION_ID) as alternative to DAYTONA_API_KEY (harbor#1620)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync with upstream harbor-framework/harbor changes from 2026-05-09 to 2026-05-11.
Skills updated
harbor-task-creator and harbor-adapter-creator
Source: harbor#1620 (
13ab67a5) —src/harbor/verifier/verifier.pyThe verifier now checks
reward.jsonbeforereward.txt, reversing the previous priority order. Both skills incorrectly documented thatreward.txttakes priority.harbor-task-creator/SKILL.md: updated the reward contract bulletharbor-adapter-creator/SKILL.md: updated the fallback order description in "test.sh Requirements"harbor-cli
Source: harbor#1620 (
13ab67a5) —src/harbor/environments/daytona.pyDaytona's preflight check now accepts JWT authentication (
DAYTONA_JWT_TOKEN+DAYTONA_ORGANIZATION_ID) as an alternative toDAYTONA_API_KEY. Added a gotcha entry so users know both options exist.Changes not included
3182759d) —modal.pydeprecated API removal: internal implementation change, no user-visible behavior change229e6191) — retry exclude CLI fix: bug fix, documented behavior unchanged732e751d) — test suite speedup: no user-facing changes7e28e3ad) — Tensorlake SDK update: Tensorlake is not a documented environment backend0ba73871) — pi agent-mflag:piagent is not listed in the supported agents tableGenerated by Claude Code