more audit work
This commit is contained in:
33
src/Platform/StellaOps.Platform.WebService/AGENTS.md
Normal file
33
src/Platform/StellaOps.Platform.WebService/AGENTS.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Platform WebService Charter
|
||||
|
||||
## Mission
|
||||
Operate the Platform aggregation service for health, onboarding, preferences, quotas, search, and metadata.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Platform.WebService`.
|
||||
- Keep responses deterministic and tenant-scoped.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `Program.cs`
|
||||
- `Endpoints/PlatformEndpoints.cs`
|
||||
- `Services/PlatformHealthService.cs`
|
||||
- `Services/PlatformOnboardingService.cs`
|
||||
- `Services/PlatformPreferencesService.cs`
|
||||
- `Services/PlatformQuotaService.cs`
|
||||
- `Services/PlatformSearchService.cs`
|
||||
|
||||
## Coordination
|
||||
- Platform service owners.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/platform/architecture.md`
|
||||
- `docs/modules/platform/platform-service.md`
|
||||
- `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file and local `TASKS.md`.
|
||||
- 2. Keep outputs deterministic (ordering, timestamps, IDs).
|
||||
- 3. Enforce tenant scoping and avoid cross-tenant leakage.
|
||||
- 4. Log any cross-module edits in the sprint Execution Log.
|
||||
10
src/Platform/StellaOps.Platform.WebService/TASKS.md
Normal file
10
src/Platform/StellaOps.Platform.WebService/TASKS.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Platform WebService Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0761-M | DONE | TreatWarningsAsErrors=true (MAINT complete). |
|
||||
| AUDIT-0761-T | DONE | Revalidated 2026-01-07. |
|
||||
| AUDIT-0761-A | DONE | Already compliant with TreatWarningsAsErrors. |
|
||||
@@ -0,0 +1,33 @@
|
||||
# Platform WebService Tests Charter
|
||||
|
||||
## Mission
|
||||
Validate Platform WebService endpoints and deterministic responses.
|
||||
|
||||
## Responsibilities
|
||||
- Maintain `StellaOps.Platform.WebService.Tests`.
|
||||
- Keep tests deterministic and offline-friendly.
|
||||
- Surface open work on `TASKS.md`; update statuses (TODO/DOING/DONE/BLOCKED/REVIEW).
|
||||
|
||||
## Key Paths
|
||||
- `HealthEndpointsTests.cs`
|
||||
- `MetadataEndpointsTests.cs`
|
||||
- `OnboardingEndpointsTests.cs`
|
||||
- `PreferencesEndpointsTests.cs`
|
||||
- `QuotaEndpointsTests.cs`
|
||||
- `SearchEndpointsTests.cs`
|
||||
- `PlatformWebApplicationFactory.cs`
|
||||
|
||||
## Coordination
|
||||
- Platform service owners.
|
||||
|
||||
## Required Reading
|
||||
- `docs/modules/platform/architecture-overview.md`
|
||||
- `docs/modules/platform/architecture.md`
|
||||
- `docs/modules/platform/platform-service.md`
|
||||
- `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`
|
||||
|
||||
## Working Agreement
|
||||
- 1. Update task status to `DOING`/`DONE` in both corresponding sprint file and local `TASKS.md`.
|
||||
- 2. Keep tests deterministic (stable ordering, timestamps, IDs).
|
||||
- 3. Avoid network in tests; use in-memory fixtures.
|
||||
- 4. Log any cross-module edits in the sprint Execution Log.
|
||||
@@ -0,0 +1,10 @@
|
||||
# Platform WebService Tests Task Board
|
||||
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/permament/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| AUDIT-0762-M | DONE | Revalidated 2026-01-07 (test project). |
|
||||
| AUDIT-0762-T | DONE | Revalidated 2026-01-07. |
|
||||
| AUDIT-0762-A | DONE | Waived (test project; revalidated 2026-01-07). |
|
||||
Reference in New Issue
Block a user