Merge pull request #100 from heygen-com/fix/shared-claude-md-docs-urls

fix(cli): point agents to docs CLI and llms.txt instead of guessing URLs
This commit is contained in:
James Russo
2026-03-27 15:35:57 -07:00
committed by GitHub
+14 -2
View File
@@ -25,9 +25,21 @@ npx hyperframes lint # validate compositions
npx hyperframes docs <topic> # reference docs in terminal
```
Available doc topics: `data-attributes`, `gsap`, `compositions`, `rendering`, `templates`, `troubleshooting`
## Documentation
Full docs: [hyperframes.heygen.com](https://hyperframes.heygen.com)
**For quick reference**, use the local CLI docs command (no network required):
```bash
npx hyperframes docs <topic>
```
Topics: `data-attributes`, `gsap`, `compositions`, `rendering`, `templates`, `troubleshooting`
**For full documentation**, discover pages via the machine-readable index — do NOT guess URLs:
```
https://hyperframes.heygen.com/llms.txt
```
## Project Structure