com um clique
source-mirror
// Clone/update project-local source mirrors under .agent-sources, keep them out of commits, and read docs/source before making API claims.
// Clone/update project-local source mirrors under .agent-sources, keep them out of commits, and read docs/source before making API claims.
Maintain Cloudflare Agent Dungeon .brain notes as the durable project graph using PARA placement and source-backed receipts.
Query JoelClaw docs/PDF Brain for Old School Essentials rules while preserving Referee-only access and avoiding public corpus leakage.
| name | source-mirror |
| description | Clone/update project-local source mirrors under .agent-sources, keep them out of commits, and read docs/source before making API claims. |
Use when researching Cloudflare Agents SDK, Think, Effect, prior inspiration repos, or any external source before implementation.
.agent-sources/..agent-sources/ out of commits via .git/info/exclude, not project .gitignore, unless Joel explicitly wants it committed.Expected setup:
mkdir -p .agent-sources
git clone --depth 1 --filter=blob:none https://github.com/cloudflare/agents.git .agent-sources/cloudflare-agents
printf '\n.agent-sources/\n' >> .git/info/exclude
Useful paths:
.agent-sources/cloudflare-agents/docs/**.agent-sources/cloudflare-agents/docs/think/**.agent-sources/cloudflare-agents/packages/agents/src/**.agent-sources/cloudflare-agents/packages/think/src/**.agent-sources/cloudflare-agents/examples/**Before writing, reviewing, or refactoring Effect code, hydrate/search official Effect source through the pi-effect/effect-source workflow.
Expected path:
.agent-sources/effect
Capture source-backed findings in .brain/resources/ with:
Do not let chat be the only record.