docs(agents): add AGENTS.md documentation for interview bot project

This commit is contained in:
2026-01-04 18:37:48 -05:00
parent 5d1a4e4078
commit 62d8b2d6b1
2 changed files with 182 additions and 0 deletions

4
.github/Repo.toml vendored Normal file
View File

@@ -0,0 +1,4 @@
[scopes]
config = ["wrangler.toml", "package.json", ".gitignore"]
docs = ["README.md"]
core = ["src"]