From 6c714e98e8761cd9c7feea7be0f3f134e6ec0854 Mon Sep 17 00:00:00 2001 From: pcvantol Date: Sun, 6 Sep 2026 22:40:13 +0200 Subject: [PATCH] Declare Forge repository for EP --- .engineering-platform/repository.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .engineering-platform/repository.json diff --git a/.engineering-platform/repository.json b/.engineering-platform/repository.json new file mode 100644 index 0000000..b83956e --- /dev/null +++ b/.engineering-platform/repository.json @@ -0,0 +1,16 @@ +{ + "schema_version": "1.0", + "project": { + "id": "forge", + "authority_repository_id": "forge" + }, + "repository": { + "id": "forge", + "role": "authority" + }, + "validation": { + "kind": "script", + "entrypoint": "bash scripts/validate.sh", + "description": "Forge repository and architecture contract validation" + } +}