From 233eeba0bf7193234ad416b8e4a0340882d84a6d Mon Sep 17 00:00:00 2001 From: sebas_correa Date: Tue, 28 Jul 2026 17:59:32 -0300 Subject: [PATCH] fix: clarify subject-verb agreement for setup Terraform paths in README Test commit to trigger a real release-please PR and validate the auto-merge-release-pr workflow end to end. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e64c53..31255b8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ nullplatform service definitions for AWS RDS PostgreSQL: Each service directory is self-contained: `entrypoint/`, `workflows/`, `scripts/`, and `specs/` are read directly by the nullplatform agent at -runtime. `specs/requirements/aws/` and `specs/install/aws/` are one-time +runtime. `specs/requirements/aws/` and `specs/install/aws/` contain one-time setup Terraform, applied out-of-band by an account operator — see each service's own README for the full setup guide ("AssumeRole Setup Guide") and `specs/install/README.md`.