Skip to content

Commit 32ead8c

Browse files
committed
style: format issue-128 resolution report
1 parent b83ca60 commit 32ead8c

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

docs/research/phase-6/issue-128-resolution-report.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,25 @@ The 261 eliminated failures were pure CRLF artifacts on untouched upstream files
6262

6363
The 394 real failures were categorized:
6464

65-
| Category | Count | Origin |
66-
| ------------------------------- | ----- | -------------------------------------------- |
67-
| Markdown docs (`docs/`) | 389 | Created by us, never run through Prettier |
68-
| Modified upstream source files | 2 | `endpoint.spec.ts`, `info.ts` — our edits |
69-
| New config/data files | 3 | Issue template, `tasks.json`, `api.json` |
70-
| **Total** | **394** | **100% caused by our work** |
65+
| Category | Count | Origin |
66+
| ------------------------------ | ------- | ----------------------------------------- |
67+
| Markdown docs (`docs/`) | 389 | Created by us, never run through Prettier |
68+
| Modified upstream source files | 2 | `endpoint.spec.ts`, `info.ts` — our edits |
69+
| New config/data files | 3 | Issue template, `tasks.json`, `api.json` |
70+
| **Total** | **394** | **100% caused by our work** |
7171

7272
Zero untouched upstream files fail. Zero CSAPI code files fail.
7373

7474
### Other QA Gates
7575

7676
While investigating, all other QA gates were verified locally:
7777

78-
| Gate | Result |
79-
| ---------------- | ------------------------------------------------------- |
80-
| `typecheck` | **PASS** — clean, exit 0 |
81-
| `lint` | **PASS** — clean, exit 0 |
82-
| `test:node` | **PASS** — 60/60 suites, 0 failures |
83-
| `test:browser` | 58/60 pass — 2 fail due to Windows-only esbuild bug |
78+
| Gate | Result |
79+
| -------------- | --------------------------------------------------- |
80+
| `typecheck` | **PASS** — clean, exit 0 |
81+
| `lint` | **PASS** — clean, exit 0 |
82+
| `test:node` | **PASS** — 60/60 suites, 0 failures |
83+
| `test:browser` | 58/60 pass — 2 fail due to Windows-only esbuild bug |
8484

8585
The QA workflow was blocked entirely at step 1 (`format:check`), so none of
8686
these other gates were ever reached in CI.
@@ -157,16 +157,16 @@ logic changes.
157157

158158
## Files Changed
159159

160-
| Scope | Files | Nature of Changes |
161-
| --------------------------- | ----- | ---------------------------------------- |
162-
| `docs/**` (markdown) | 389 | Line wrapping, spacing, table alignment |
163-
| `src/ogc-api/endpoint.spec.ts` | 1 | Whitespace/formatting from our edits |
164-
| `src/ogc-api/info.ts` | 1 | Whitespace/formatting from our edits |
165-
| `.github/ISSUE_TEMPLATE/general-task.yml` | 1 | Formatting |
166-
| `.vscode/tasks.json` | 1 | Formatting |
167-
| `app/src/data/api.json` | 1 | Formatting (removed by `.vscode` ignore) |
168-
| `.prettierignore` | 1 | Added `docs/research/standards/*.yaml` |
169-
| `.gitignore` | 1 | Added temp debug file patterns |
160+
| Scope | Files | Nature of Changes |
161+
| ----------------------------------------- | ----- | ---------------------------------------- |
162+
| `docs/**` (markdown) | 389 | Line wrapping, spacing, table alignment |
163+
| `src/ogc-api/endpoint.spec.ts` | 1 | Whitespace/formatting from our edits |
164+
| `src/ogc-api/info.ts` | 1 | Whitespace/formatting from our edits |
165+
| `.github/ISSUE_TEMPLATE/general-task.yml` | 1 | Formatting |
166+
| `.vscode/tasks.json` | 1 | Formatting |
167+
| `app/src/data/api.json` | 1 | Formatting (removed by `.vscode` ignore) |
168+
| `.prettierignore` | 1 | Added `docs/research/standards/*.yaml` |
169+
| `.gitignore` | 1 | Added temp debug file patterns |
170170

171171
**Note:** `.vscode/tasks.json` is already in `.gitignore`, so it was formatted
172172
locally but not tracked. The actual commit contains 394 file changes.

0 commit comments

Comments
 (0)