You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update REQUIREMENTS.md and CLAUDE.md for Phase 7 completion
- Mark JSON-04 (oneof discriminator) and JSON-08 (flatten) as Complete
- Fix JSON-04 annotation naming: oneof_config, not oneof_discriminator
- Add comprehensive JSON mapping annotations section to CLAUDE.md
- Add annotation extension number registry table
- Add internal/annotations/ to project structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .planning/REQUIREMENTS.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ Requirements for v1.0 release. Each must work across all generators (go-http, go
23
23
-[x]**JSON-01**: #87 Nullable primitives -- per-field `nullable` annotation; generates pointer types in Go, `| null` union in TS, `nullable: true` in OpenAPI
24
24
-[x]**JSON-02**: #88 int64/uint64 as string encoding -- per-field `int64_encoding` annotation with NUMBER/STRING options
25
25
-[x]**JSON-03**: #89 Enum string encoding with custom values -- per-enum `enum_encoding` and per-value `enum_value` annotations
26
-
-[]**JSON-04**: #90 Oneof as discriminated union -- per-oneof `oneof_discriminator`and `oneof_flatten` annotations with field collision detection at generation time
26
+
-[x]**JSON-04**: #90 Oneof as discriminated union -- per-oneof `oneof_config` annotation (with `discriminator`and `flatten` fields) and per-field `oneof_value` annotation, with field collision detection at generation time
0 commit comments