LeanonHub/hr-saas-candidate
1
HR-SaaS-Platform
This repository contains the living documentation and implementation for the HR-SaaS-Platform.
Key Rules
- The master prompt is the project constitution.
- Deep artifacts are generated per topic and stored as Markdown documents.
- Agreements are captured in the documentation (not only in chat).
Hostinger Build Notes
- Hostinger installs production dependencies by default; this repo forces devDependencies during build via
.npmrcat repo root. - Keep TypeScript and
@types/*indevDependencies(do not move to runtime dependencies).
Hugging Face Space Settings
- This Docker entrypoint now requires
SERVICEto be set explicitly in Hugging Face Space Settings. - Required values by Space:
hr-saas-platform->SERVICE=recruitmenthr-saas-identity->SERVICE=identityhr-saas-candidate->SERVICE=candidate- Root Space metadata uses
app.pyand7860; readiness depends on the matchingSERVICEvalue being present in Space Settings.
Key Folders
- 00_Constitution/ — master prompt and charter
- 01_Governance/ — ADR decisions, AI rules, changelog
- 02_Architecture/ — platform and architecture docs
- 03_Product/ — vision, roadmap, PRDs
- 04_Data/ — ERD, data dictionary, glossary
- 05_Engineering/ — API/event standards, testing
- 09_Implementation/ — code (future)
AI Governance Docs (Phase 0)
09_Implementation/Docs/AI_RUNTIME_GOVERNANCE.md09_Implementation/Docs/FEATURE_FLAGS_CI_PIPELINE.md09_Implementation/Docs/DEPENDENCY_LICENSE_BASELINE.md09_Implementation/Docs/AI_MODEL_GOVERNANCE.md09_Implementation/Docs/AI_DEPENDENCY_LOCK.md
