diff --git a/profile/README.md b/profile/README.md index 88d2556..acda704 100644 --- a/profile/README.md +++ b/profile/README.md @@ -199,8 +199,8 @@ Taskade builds in the open. Star the repos that are useful to you: | [`taskade/docs`](https://github.com/taskade/docs) | API documentation and developer guides | ![GitHub stars](https://img.shields.io/github/stars/taskade/docs?style=flat-square) | | [`taskade/awesome-vibe-coding`](https://github.com/taskade/awesome-vibe-coding) | Curated list of tools and resources for vibe coding | ![GitHub stars](https://img.shields.io/github/stars/taskade/awesome-vibe-coding?style=flat-square) | | [`taskade/taskade`](https://github.com/taskade/taskade) | Docs, guides, honest comparisons, and the clone-ready App Kits Gallery. | ![GitHub stars](https://img.shields.io/github/stars/taskade/taskade?style=flat-square) | -| [`taskade/temporal-parser`](https://github.com/taskade/temporal-parser) | ISO 8601 / RFC 3339 / IXDTF parser built with compiler design principles | ![GitHub stars](https://img.shields.io/github/stars/taskade/temporal-parser?style=flat-square) | -| [`taskade/uri-parser`](https://github.com/taskade/uri-parser) | URI parser library | ![GitHub stars](https://img.shields.io/github/stars/taskade/uri-parser?style=flat-square) | +| [`taskade/temporal-parser`](https://github.com/taskade/temporal-parser) | ISO 8601 / RFC 3339 / IXDTF lexer+parser (pair with uri-parser). By [@lxcid](https://github.com/lxcid). | ![GitHub stars](https://img.shields.io/github/stars/taskade/temporal-parser?style=flat-square) | +| [`taskade/uri-parser`](https://github.com/taskade/uri-parser) | RFC 3986 URI lexer+parser — lossless AST, host-path, no-scheme (pair with temporal-parser). By [@lxcid](https://github.com/lxcid). | ![GitHub stars](https://img.shields.io/github/stars/taskade/uri-parser?style=flat-square) | | [Integration Kit](https://github.com/taskade/integrations) | Public source-of-truth for Taskade actions & triggers (Zapier, n8n) built on the public API | ![GitHub stars](https://img.shields.io/github/stars/taskade/integrations?style=flat-square) | | [Genesis Sample App](https://github.com/taskade/taskade-sample-app) | A Workspace DNA template for building AI-powered Taskade Genesis apps — one prompt to a working app | ![GitHub stars](https://img.shields.io/github/stars/taskade/taskade-sample-app?style=flat-square) |