Skip to content

Commit 3cdc153

Browse files
authored
Update README.md
Signed-off-by: Talal <153442159+TFQ0@users.noreply.github.com>
1 parent 76ad618 commit 3cdc153

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,5 @@ Run the complete verification pipeline:
8686
npm run typecheck
8787
npm test
8888
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
89+
```
10790
```

0 commit comments

Comments
 (0)