CoolFace
Apppublic

LeanonHub/hr-saas-candidate

sourceHugging Faceupdated 11d agoView on Hugging Face
1likes
App README

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 .npmrc at repo root.
  • —Keep TypeScript and @types/* in devDependencies (do not move to runtime dependencies).

Hugging Face Space Settings

  • —This Docker entrypoint now requires SERVICE to be set explicitly in Hugging Face Space Settings.
  • —Required values by Space:
  • —hr-saas-platform -> SERVICE=recruitment
  • —hr-saas-identity -> SERVICE=identity
  • —hr-saas-candidate -> SERVICE=candidate
  • —Root Space metadata uses app.py and 7860; readiness depends on the matching SERVICE value 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.md
  • —09_Implementation/Docs/FEATURE_FLAGS_CI_PIPELINE.md
  • —09_Implementation/Docs/DEPENDENCY_LICENSE_BASELINE.md
  • —09_Implementation/Docs/AI_MODEL_GOVERNANCE.md
  • —09_Implementation/Docs/AI_DEPENDENCY_LOCK.md