From 124c2598616e1968f538299539346aadd07ee920 Mon Sep 17 00:00:00 2001 From: AviBackToBlack <54722547+AviBackToBlack@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:12:45 +0100 Subject: [PATCH] docs: add Development provenance section to README Discloses the AI-assisted, agentic development workflow used on this project up front, near the top of the README rather than buried in CONTRIBUTING.md or left implicit. Points to the Co-Authored-By trailers already present throughout the git history as where that involvement is visible, rather than asserting it abstractly. Co-Authored-By: Claude Sonnet 5 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2ce083a..5dcdde6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ Success! The configuration is valid. > [docs/security-model.md](docs/security-model.md) before pointing it at > anything sensitive. +## Development provenance + +ContainerBin is developed using an AI-assisted, agentic workflow. The +maintainer owns requirements, design decisions, acceptance testing, and +releases; implementation and review make extensive use of coding agents. AI +involvement is intentionally preserved in commit and PR history rather than +hidden — see the `Co-Authored-By` trailers throughout the git log. + ## How it works ```