1 parent 76ad618 commit 3cdc153Copy full SHA for 3cdc153
1 file changed
README.md
@@ -86,22 +86,5 @@ Run the complete verification pipeline:
86
npm run typecheck
87
npm test
88
npm run build
89
-```
90
-
91
-## Architecture
92
93
-```text
94
-src/
95
-├── domain/
96
-│ ├── profile.ts # strict v3 schema, defaults, and v1/v2 migration
97
-│ └── presets.ts # trusted visual presets
98
-├── generator/
99
-│ ├── svg.ts # four-variant desktop SVG renderer
100
-│ ├── readme.ts # GitHub README renderer
101
-│ ├── escape.ts # XML, Markdown, and URL safety boundaries
102
-│ └── artifacts.ts # deterministic file and ZIP assembly
103
-├── services/github.ts # optional public repository import
104
-├── components/ # editor fields and profile preview
105
-├── webmcp.ts # agent-facing read and stage tools
106
-└── App.tsx # editor state and workflows
+```
107
```
0 commit comments