Skip to content

Commit 4cb9e57

Browse files
tercelclaude
andcommitted
fix: sync review — rename architecture diagram components to match module names
[B-012] Architecture diagram listed SchemaParser, RefResolver, ApprovalGate, OutputFormatter as class names, but these are module-level functions, not classes. Renamed to match actual module names. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a327551 commit 4cb9e57

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,10 @@ apcore-cli (the adapter)
280280
|
281281
+-- ConfigResolver 4-tier config precedence
282282
+-- LazyModuleGroup Dynamic Click command generation
283-
+-- SchemaParser JSON Schema -> Click options
284-
+-- RefResolver $ref / allOf / anyOf / oneOf
285-
+-- ApprovalGate TTY-aware HITL approval
286-
+-- OutputFormatter TTY-adaptive JSON/table output
283+
+-- schema_parser JSON Schema -> Click options
284+
+-- ref_resolver $ref / allOf / anyOf / oneOf
285+
+-- approval TTY-aware HITL approval
286+
+-- output TTY-adaptive JSON/table output
287287
+-- AuditLogger JSON Lines execution logging
288288
+-- Sandbox Subprocess isolation
289289
|

0 commit comments

Comments
 (0)