From 0271e7a2d743bedc8dcd0205932eda4f79126ba0 Mon Sep 17 00:00:00 2001 From: Josh Mabry Date: Sun, 24 May 2026 23:47:58 -0700 Subject: [PATCH] chore: conform to workspace-config standard (.beads + .automaker baseline) Scaffolds .beads/issues.jsonl + .automaker/settings.json + standard .gitignore (narrowing any blanket ignore) via release-tools init-workspace-config. Clears all file-level verify-workspace-config errors. Any remaining runner-rule errors need per-job migration to namespace-profile-protolabs-linux (or an allow-hosted-runner annotation for legit cross-platform/publish jobs). --- .automaker/settings.json | 3 +++ .beads/issues.jsonl | 0 .gitignore | 7 +++++++ 3 files changed, 10 insertions(+) create mode 100644 .automaker/settings.json create mode 100644 .beads/issues.jsonl diff --git a/.automaker/settings.json b/.automaker/settings.json new file mode 100644 index 0000000..61a2092 --- /dev/null +++ b/.automaker/settings.json @@ -0,0 +1,3 @@ +{ + "version": 1 +} diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index 30ee432..051726d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,10 @@ coverage/ .clawpatch/patches/ .clawpatch/reports/ .clawpatch/locks/ + +# protoLabs workspace-config standard +.beads/beads.db +.worktrees/ +.automaker/features/ +.automaker/checkpoints/ +.automaker/trajectory/