--- title: "Changelog — rote™ by modiqo" description: "Notable changes to the rote™ site, docs, and agent-facing surfaces." doc_version: "1.0" last_updated: "2026-06-07" canonical: "https://modiqo.ai/changelog.txt" --- # Changelog A log of meaningful changes to rote, its documentation, and the machine-readable surfaces (`llms.txt`, `manifest-ai.json`, docs, mirrors). Product version history lives in the release notes shipped with the CLI and VS Code extension; this file tracks the public site. ## 2026-06-07 (later) - Added `/skills/rote-fit.txt` — agent-side skill that produces a "is rote a fit for {company}?" report. Runs entirely inside the customer's own agent (no hosted inference); taxonomy derived from the ICP + Qualifiers already in `/llms-full.txt` so there's a single source of truth. Referenced from `llms.txt`, `sitemap.txt`, and `manifest-ai.json`. - Updated `/skills/rote-fit.txt` to route on a single asked question — **Vendor track** (replace MCP/CLI/connectors the company would otherwise build for its customers) vs **Adopter track** (crystallize internal multi-vendor workflows) — under one URI. ## 2026-06-07 - Added `/product.txt` (alias: `/how-it-works.txt`) — the plain-language explainer for what rote is and the Explore → Crystallize → Recall loop. - Added `/changelog.txt`. - Synced the blog index across `blog.txt`, `llms-full.txt`, `manifest-ai.json`, and `sitemap.txt` — all 17 published posts now appear in every machine surface. - Softened the agent-skill install commands in `llms-full.txt`: the `modiqo/rote-skills` plugin marketplace is **not yet live**. Agents and humans should fetch `/skills/rote-setup.txt` directly until the marketplace ships. - Added `MistralAI-User` and `DuckAssistBot` to the allowed-crawlers list in `llms.txt` so it matches `robots.txt`. - Bumped `last_updated` on all agent-facing surfaces. ## 2026-05-28 - Published the full `~/.rote/` lifecycle docs: `rote-install`, `rote-overview`, `rote-vs-mq`, `rote-primitives`, `rote-architecture`, `rote-agent-quickstart`. - Shipped `/skills/rote-setup.txt` (SKILL.md verbatim) and referenced it from `llms-full.txt`. ## 2026-05-01 - First public revision of `llms.txt`, `llms-full.txt`, `manifest-ai.json`, and per-page `.txt` mirrors. - `robots.txt` updated with the full AI-crawler allow list and `.md` disallow (this host serves `.md` as `application/octet-stream`).