Imported from ubs-platform/ubs-mona-mr (
AGENTS.md). Install upstream withnpx skills add ubs-platform/ubs-mona-mr. Copyright stays with the author.
Agent Guide
Start Here
Read README.md, then open the task-relevant document under docs/architecture/ or docs/operations/. Confirm implementation details in source before changing externally visible behavior.
Repository Shape
- This is a NestJS monorepo: applications live in
apps/, shared domain packages inlibs/. - Package aliases and test configuration are rooted in
tsconfig.jsonandpackage.json. - Keep controller, service, entity, DTO, and module registration changes together when adding a feature.
Working Rules
- Run the narrowest relevant test, lint, or build target after edits.
- Read
docs/architecture/greenhat-documentation-service.mdbefore changing Greenhat documents or projects. - Read
docs/operations/release-and-versions.mdbefore changing release tooling, Docker manifests, or cross-repository versions.