Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.1 KB

File metadata and controls

46 lines (33 loc) · 1.1 KB

HireProof-AI — Project Rules

Development Rules

  1. Work step-by-step only.
  2. Do not move forward until the current step is completed and confirmed.
  3. Keep every instruction crystal clear.
  4. Every code replacement must clearly specify:
    • file name
    • exact remove start point
    • exact remove end point
    • exact insert location
  5. Debug errors using evidence and root-cause analysis.
  6. Never apply random fixes blindly.
  7. Keep architecture scalable and production-ready.

Chat Management Rules

  1. Separate chats by modules:

    • Frontend
    • Backend
    • Authentication
    • AI Integration
    • Deployment
    • Debugging
  2. Use PROJECT_PROGRESS.md to continue context in new chats.

  3. Maintain DEBUG_LOG.md for all important errors.


Git Rules

  1. Commit after every stable milestone.
  2. Use meaningful commit messages.
  3. Never push sensitive data.
  4. Never upload .env files.

Project Goal

Build a production-grade AI-powered technical hiring and candidate verification platform that impresses technical recruiters and demonstrates real-world full-stack engineering depth.