From 09dcebedb207f9caa74d324bd4f433a7fbcc70ec Mon Sep 17 00:00:00 2001 From: Watts Date: Mon, 25 May 2026 12:22:01 -0700 Subject: [PATCH] chore: register as Gas City rig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds beads database metadata and gitignore rule for Gas City rig orchestration. No functional changes to the codebase. Generated by the operator's software factory. City: factory-main ยท Agent: local-core.manager On behalf of: @watts --- .beads/config.yaml | 6 ++++++ .beads/metadata.json | 7 +++++++ .gitignore | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 .beads/config.yaml create mode 100644 .beads/metadata.json diff --git a/.beads/config.yaml b/.beads/config.yaml new file mode 100644 index 00000000..f2aa80ce --- /dev/null +++ b/.beads/config.yaml @@ -0,0 +1,6 @@ +issue_prefix: ac +issue-prefix: ac +dolt.auto-start: false +gc.endpoint_origin: inherited_city +gc.endpoint_status: verified +types.custom: molecule,convoy,message,event,gate,merge-request,agent,role,rig,session,spec,convergence diff --git a/.beads/metadata.json b/.beads/metadata.json new file mode 100644 index 00000000..4d74d596 --- /dev/null +++ b/.beads/metadata.json @@ -0,0 +1,7 @@ +{ + "backend": "dolt", + "database": "dolt", + "dolt_database": "ac", + "dolt_mode": "server", + "project_id": "d41be2ce-039e-4737-8c12-02dd89d142f3" +} diff --git a/.gitignore b/.gitignore index 4eb96357..1810217b 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,7 @@ benches/*_results*.json # Session recordings *.cast +# Gas City +.beads/* +!.beads/config.yaml +!.beads/metadata.json