You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,16 @@
2
2
Enterprise Monorepo for User Management System (UMS). An authorization block prototype capable of working with third-party Identity Providers or operating standalone, using .NET 8 LTS, React, and PostgreSQL.
3
3
4
4
## Build & Run
5
-
Commands for Frontend (run from within `./src/ums-workspace/`):
5
+
> [!IMPORTANT]
6
+
> The technical engine of this monorepo is located in `src/.workspace`. All technical commands must be executed relative to that directory.
7
+
8
+
Commands for Frontend (run from `src/.workspace`):
@@ -33,7 +36,7 @@ Commands for Backend (run from within `./src/ums-workspace/apps/api-dotnet/` or
33
36
- Before updating dependencies, verify strict dependency pinning.
34
37
- If modifying core logic, ensure architectural traceability to approved ADRs.
35
38
- Keep formatting clean, adhering to ESLint and Prettier configs in the workspace.
36
-
-**BMAD Rule Compliance:** Any agent working on this repository MUST read, prioritize, and strictly enforce the 12 rules defined in `bmad-core/rules/global-rules.md`and `.bmad/rules/project-rules.yaml`. If encoding artifacts (mojibake) are detected, the agent MUST run the utility script `python ./bmad-core/scripts/cleanup_markdown_encoding.py` immediately to enforce rule R-03. No code or documentation commits are permitted without validating against these rules.
39
+
-**BMAD Rule Compliance:** Any agent working on this repository MUST read, prioritize, and strictly enforce the 13 rules defined in `.bmad-core/rules/global-rules.md`, `.bmad-core/rules/structuring-standard.md` (R-13), and `.harness/rules/project-rules.yaml`. If encoding artifacts (mojibake) are detected, the agent MUST run the utility script `python ./.bmad-core/scripts/cleanup_markdown_encoding.py` immediately to enforce rule R-03. No code or documentation commits are permitted without validating against these rules.
37
40
-**Context Retrieval:** Always use **Context7** (`npx ctx7`) to fetch updated, version-specific documentation for third-party libraries before implementing complex external integrations.
38
41
-**Corporate Standards Alignment:** Any agent making architectural design decisions MUST query the **Corporate Reference** via Context7 (`use context7 for beyondnetcode/arc32_progresive_monolith`) to ensure absolute compliance with baseline polyglot standards and authoritative patterns.
0 commit comments