# Research notes: mecha suits by hideo

Status: draft-for-human-review. Submission state: **complete-draft**.

## Per-essay checks report

| Check | Report |
| --- | --- |
| Identity and package | Chain 1, project 180, slug and title as assigned; artist credit 'hideo' per index (page byline 'HIDΞ0'). Seven files. |
| Structure and citations | 2,184 words; seven sections; 9 sources, all cited; five unresolved questions. |
| Source research | Collection page with sales notes, four index retrievals, renderer, three.js LICENSE r124, three.js ConvexHull example, NFT License summary. Gap: artist site failed to load. |
| Code | 10 parts, 65,717 bytes, SHA-256 matches record, evidence and renderer. Full read including embedded three.js modules. |
| Visual evidence | V01, V02 sustained with measured camera control tests; V03, V04 focused. Canvas pixel signatures are not usable for this WebGL renderer (no preserved drawing buffer), so camera state and screenshots were used instead. Silent. |
| Header | Three wallets vs 256 owners; one match, 180000025. |
| History and rights | Tiers reconstructed and labelled; UNICEF amount inferred only. Embedded MIT code flagged. |
| Provenance and usage | Anthropic / claude-opus-5; nulls explained. |
| Validator | Below. |
| Submission state | **complete-draft**, six pending exceptions. |

## Validator

Command actually executed, from the extracted pack root:

```sh
python3 scripts/validate_series_essays.py submission/mecha-suits-by-hideo
```

Supplied validator identity: `scripts/validate_series_essays.py` as distributed in `claude-remaining-10.zip`, SHA-256 `f7b561578fa3ece1680ef69a2b8b484c660ca3d0b17275df10c6ff2026f09fdc`. No substitute validator was used and no check was altered. A structural pass is not by itself completion; the checks report above is the substantive report.

Executed at: `2026-09-20T06:02:47+00:00`

Exit status: `0`

Unedited output:

```
{
  "status": "PASS",
  "scope": "Structural package validation only. Does not grant editorial acceptance or confirm publication.",
  "essays": [
    {
      "title": "mecha suits",
      "slug": "mecha-suits-by-hideo",
      "words": 2184,
      "sources": 9,
      "examples": 4,
      "pendingEditorialExceptions": 6
    }
  ],
  "totalWords": 2184,
  "errors": []
}
```
