docs(audit): refresh diagnostics handoff
This commit is contained in:
parent
4e78f285be
commit
e940d067c3
@ -12,7 +12,7 @@ A tooling-backed audit was performed across all 69 workspace packages.
|
||||
`pnpm install / typecheck / lint` pass cleanly on the current workspace.
|
||||
`pnpm lint` was previously failing fast at one package, but a structural eslint
|
||||
config fix + 13 mechanical lint fixes made the lint pipeline run end-to-end.
|
||||
A fresh rerun on 2026-05-04 shows **0 lint errors / 101 warnings**; the old
|
||||
A fresh rerun on 2026-05-04 shows **0 lint errors / 93 warnings**; the old
|
||||
85-error P-sweep handoff is stale.
|
||||
|
||||
---
|
||||
@ -25,7 +25,7 @@ A fresh rerun on 2026-05-04 shows **0 lint errors / 101 warnings**; the old
|
||||
| `pnpm typecheck` | ✅ pass | All 69 packages compile |
|
||||
| `pnpm test` | ✅ pass | ~2,200 tests; cowork-service `EPIPE` flake cleared on focused rerun |
|
||||
| `pnpm lint` (pipeline) | ✅ runs end-to-end | Was bailing fast; this audit unblocked it |
|
||||
| `pnpm lint` (errors) | ✅ 0 | 101 warnings remain — see `docs/AUDIT_PLATFORM.md` section W |
|
||||
| `pnpm lint` (errors) | ✅ 0 | 93 warnings remain — see `docs/AUDIT_PLATFORM.md` section W |
|
||||
|
||||
---
|
||||
|
||||
@ -53,7 +53,7 @@ The nomgap deployment edits that were previously uncommitted were finalized in
|
||||
- `products/nomgap/product.json` — replaces flag set, restructures containers
|
||||
- `services/platform-service/src/modules/flags/seed.ts` — adds 14 lines of seed flags
|
||||
|
||||
The current working tree is clean after `433c3a5`.
|
||||
The current working tree is clean after `91e08bf`.
|
||||
|
||||
### 3. The audit doc is the source of truth
|
||||
|
||||
@ -67,7 +67,8 @@ The current working tree is clean after `433c3a5`.
|
||||
diagnostics (`5fb4921`). The remaining admin-web W2 warnings were cleared in
|
||||
`1089597`, config Key Vault diagnostics were documented in `5b0fbc2`,
|
||||
monitoring health-check output was documented in `e9a70ed`, and create-app /
|
||||
design-token generator CLI output was documented in `433c3a5`.
|
||||
design-token generator CLI output was documented in `433c3a5`. Diagnostics
|
||||
client console capture was documented in `91e08bf`.
|
||||
- **Section R** (housekeeping): token export and peer-warning observations are documented/verified.
|
||||
|
||||
For the live warning checklist and parallel-agent workflow, use
|
||||
|
||||
Loading…
Reference in New Issue
Block a user