diff --git a/.cursor/BUGBOT.md b/.cursor/BUGBOT.md new file mode 100644 index 0000000..856a8ef --- /dev/null +++ b/.cursor/BUGBOT.md @@ -0,0 +1,10 @@ +# apprentice_developer_test — Repo-Specific BugBot Rules + +> Org-wide rules are enforced via Cursor Team Rules. + +## Interview Test Repository + +- This repo contains a coding exercise for apprentice developer candidates. The README is the entire test specification — changes to problem descriptions, sample outputs, or requirements directly affect what candidates see. +- Keep problem descriptions language-agnostic — candidates choose their own programming language. Do not add language-specific scaffolding or boilerplate. +- Ensure sample inputs/outputs are accurate and consistent with the problem description. Incorrect examples will confuse candidates and waste interview time. +- Candidate solutions may be submitted as PRs to this repo. Do not merge candidate submissions into main.