From ae67212cead30e23561b8b31c4029bdff4a86149 Mon Sep 17 00:00:00 2001 From: owkwo-bot Date: Thu, 13 Aug 2026 14:38:52 +0200 Subject: [PATCH] chore: adopt repo-standard, stage=in-progress (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every other required in-progress-tier artifact (AGENTS.md, README.md, specs/, specs/decisions/, .specify/, .specify/memory/constitution.md, tasks/) already exists, per the issue's own audit table — repo.toml was the one missing piece. Co-authored-by: Claude --- repo.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 repo.toml diff --git a/repo.toml b/repo.toml new file mode 100644 index 0000000..cfef823 --- /dev/null +++ b/repo.toml @@ -0,0 +1 @@ +stage = "in-progress"