From ffe90bff9418c71d74213fa98357d841cfc6925e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:13:47 +0000 Subject: [PATCH 1/2] Initial plan From af28ed09f6674ef98baa0388065ed8cc4f23c292 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:15:07 +0000 Subject: [PATCH 2/2] Fix broken llms/Respo.md references in Agents.md Co-authored-by: tiye <449224+tiye@users.noreply.github.com> --- Agents.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Agents.md b/Agents.md index 2245dd9..8c3ebe2 100644 --- a/Agents.md +++ b/Agents.md @@ -119,7 +119,7 @@ defn twig-user (user) #### 5. **Create/Update UI** (Respo component) -See [Respo.md](./llms/Respo.md) for UI development. +See the Respo component guide by running `cr libs readme respo.calcit` for UI development. ```cirru defn comp-task-list (tasks) @@ -615,7 +615,7 @@ When adding a feature: **Further Reading**: -- UI components → [Respo.md](./llms/Respo.md) +- UI components → run `cr libs readme respo.calcit` for Respo component docs - Template source → https://github.com/Cumulo/calcium-workflow -Also read `llms/*.md` for framework usages. +Also run `cr docs agents --full` for full CLI reference.