Reconcile portable Hop prompt records with the latest accepted repository state

Hop-State: A_06FN6X5SEFS9VB6A92K2JE0
Hop-Proposal: R_06FN6X45KVCRM0P2G9SF9N0
Hop-Task: T_06FN6Q6CPY9NYPA25F6DKS8
Hop-Attempt: AT_06FN6WXQF509ZK786R6N7Z0
This commit is contained in:
Hop
2026-07-11 16:13:06 -07:00
parent dfadc67175
commit b04e24a543
77 changed files with 1262 additions and 11 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: build config down logs test up
.PHONY: build config down hop-records logs test up
build:
cd services/control-plane && go build -buildvcs=false ./...
@@ -6,6 +6,9 @@ build:
config:
docker compose --env-file .env.example config --quiet
hop-records:
hop export --output .
down:
docker compose down