Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions builtin-modules/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,19 @@ Each module should have a standard header comment:

## Current Modules

| Module | Purpose |
|--------|---------|
| `base64` | Base64 encode/decode for Uint8Array |
| `crc32` | CRC32 checksum calculation |
| `xml-escape` | XML entity escaping |
| `zip-format` | ZIP file creation |
| `str-bytes` | String/bytes conversion |
| `ooxml-core` | Core OOXML utilities |
| `pptx` | PowerPoint generation |
| `pptx-charts` | Chart support for PPTX |
| `pptx-tables` | Table support for PPTX |
| `shared-state` | Cross-handler state management |
| Module | Purpose |
| -------------- | ----------------------------------- |
| `base64` | Base64 encode/decode for Uint8Array |
| `crc32` | CRC32 checksum calculation |
| `xml-escape` | XML entity escaping |
| `zip-format` | ZIP file creation |
| `str-bytes` | String/bytes conversion |
| `ooxml-core` | Core OOXML utilities |
| `pptx` | PowerPoint generation |
| `pptx-charts` | Chart support for PPTX |
| `pptx-tables` | Table support for PPTX |
| `xlsx` | Excel workbook generation |
| `shared-state` | Cross-handler state management |

## Workflow

Expand Down
Loading
Loading