Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflows/drive-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ workflows:
\ that already has one\n# (laptop, fleet node). Both shapes are supported below; neither is\n# assumed,\
\ and an unmaterialized sandbox fails closed and typed\n# rather than failing later as an unexplained\
\ tool error.\nset -eu\necho \"SYNC_WORKDIR=$(pwd)\"\n\nmissing=\"\"\nfor required in AGENTS.md\
\ docs/RFC-0001-everything-is-a-relayflow.md ops/DIRECTIVES.md kernel sdk; do\n [ -e \"$required\"\
\ docs/RFC-0001-everything-is-a-relayflow.md ops/DIRECTIVES.md kernel packages/sdk; do\n [ -e \"$required\"\
\ ] || missing=\"$missing $required\"\ndone\nif [ -n \"$missing\" ]; then\n echo \"SYNC_FAIL_NOT_MATERIALIZED:\
\ the repo is not present in this execution environment.\" >&2\n echo \" missing:$missing\" >&2\n\
\ echo \" cwd: $(pwd)\" >&2\n echo \" A cloud run must upload the working tree: \\`agent-relay\
Expand Down
2 changes: 1 addition & 1 deletion workflows/drive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ workflows:
echo "SYNC_WORKDIR=$(pwd)"

missing=""
for required in AGENTS.md docs/RFC-0001-everything-is-a-relayflow.md ops/DIRECTIVES.md kernel sdk; do
for required in AGENTS.md docs/RFC-0001-everything-is-a-relayflow.md ops/DIRECTIVES.md kernel packages/sdk; do
[ -e "$required" ] || missing="$missing $required"
done
if [ -n "$missing" ]; then
Expand Down
Loading