feat: execution protocol, review agents, DNS and SES findings
Build and deploy / build-and-deploy (push) Failing after 6s

This commit is contained in:
Pouya Lajevardi
2026-08-26 09:51:24 -04:00
parent 19f7226661
commit e6abdf42e8
11 changed files with 804 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$comment": "Project defaults for adr-sml. Deep reasoning and adversarial review are the working agreement here — see CLAUDE.md and .claude/commands/build.md. Verify with /config if a key is not honoured by your Claude Code version.",
"alwaysThinkingEnabled": true,
"showThinkingSummaries": true,
"effortLevel": "high",
"permissions": {
"deny": [
"Read(./.env)",
"Read(./.env.*)",
"Read(./aws-inventory.txt)"
]
}
}