feat: implement multi-tenancy support across knowledge services and normalize TenantId to string type.
This commit is contained in:
@@ -34,4 +34,9 @@ version: 1.0
|
||||
1. **Verification-Led:** Plan and define tests/verification steps *before* writing feature code.
|
||||
2. **Step-by-Step Execution:** Break complex tasks into manageable, verifiable chunks.
|
||||
3. **Layer Integrity:** Always check for illegal cross-layer dependencies (e.g., Application depending on Infrastructure).
|
||||
4. **Mandatory Build Gate:** After **every** code change, run `dotnet build` on the full solution. The agent MUST NOT proceed or report completion if there are any `error CS*` compiler errors. All build errors must be resolved before moving to the next step.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> **Build command:** `dotnet build NexusReader.slnx --no-restore`
|
||||
> Run from the solution root `/home/mjasin/Projekty/ejajBook`. Build warnings are acceptable; errors are not.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user