MarkdownCommitsConfig

Commits

  1. d696776silen2026-07-02 18:29

    chore: update version

  2. 7cccde0silen2026-07-02 17:49

    chore: update version

  3. 8ae210bsilen2026-07-02 17:42

    chore: update version

  4. 6ed3680silen2026-07-02 17:23

    chore: update version

  5. 8381113silen2026-07-02 17:18

    chore: update version

  6. babf13fsilen2026-06-30 19:52

    finished

  7. 163e947silen2026-06-30 19:30

    feat download

  8. e605ae6silen2026-06-30 18:58

    Refactor code into multiple modules - src/main.rs: Entry point and server setup - src/routes/mod.rs: HTTP route handlers - src/views/mod.rs: HTML views and components - src/docs/mod.rs: Documentation serving and markdown parsing - src/files/mod.rs: Embedded file definitions Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>

  9. 17a991bsilen2026-06-30 18:55

    Add Rust CDN server with embedded fixi files - Embed vendor files (tachyons.css, the-fixi-project@0.1.1.min.js) at compile time - Embed skill documentation files (fixi, moxi, paxi, ssexi, rexi) - Use actix-web for HTTP server - Use maud for HTML templating - UI features: - List vendor files with sizes, CDN URLs, and curl commands - List documentation with descriptions and view links - Quick start section with usage examples - Styled with tachyons CSS - Interactive with fixi.js and moxi Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>

  10. 149db2bsilen2026-06-30 18:28

    Add moxi, paxi, ssexi, and rexi project skills - Created comprehensive skill documentation for all fixi ecosystem libraries: - moxi: client-side scripting with on-* and live attributes - paxi: HTML morphing for state-preserving DOM swaps - ssexi: Server-Sent Events support for real-time streaming - rexi: fluent fetch API wrapper for JSON calls - Each skill includes overview, attributes, events, examples, best practices - Added quick reference cards for each library Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>

  11. b284020silen2026-06-30 18:24

    Add fixi project skill with comprehensive reference - Created .vibe/skills/fixi/skill.md with full fixi.js documentation - Includes attributes, events, configuration, and examples - Added workflows, best practices, and quick reference card Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>

  12. 5b41d06silen2026-06-30 18:16

    Initial commit