Rebar Wiki
Structural memory for Claude Code and any MCP-compatible editor. Framework repo: github.com/spotcircuit/rebar. Landing page: getrebar.dev.
Start with Getting Started if youβre new. The rest of this wiki is organized by topic.
π§ How it works
Framework mechanics β the self-learn loop, knowledge layers, and command surface.
- Commands β all 26 slash commands across client/app management, development, wiki, and the self-learning harness
- Self-Learn Loop β how observations get validated, promoted, or discarded
- Four Knowledge Systems β expertise.yaml + memory + skills + wiki (why they stay separate)
- Paperclip Integration β autonomous agent orchestration layer
π Diagrams
Visual overviews of the framework.
- Architecture β system overview, close-loop harness, four knowledge systems, agent orchestration (6 mermaid diagrams)
- Command Flow β how commands chain together through the development cycle (5 mermaid diagrams)
π§© Patterns
Reusable engineering patterns captured from real projects.
- Act-Learn-Reuse Testing
- AI Receptionist β HubSpot Bridge β polling-based bridge for receptionist platforms with no webhooks (GoodCall, etc.); legacy v1 engagements API + phone-format-resilient dedup
- Claude JSON Extraction
- Cloudflare Pages Deploy
- Config-Driven Routing
- Correlation ID
- ECS Health Check Grace Period
- Error Handling
- Headless Detection Bypass
- Idempotency Guard
- Inline Editor Pattern
- Mock Data Strategy
- Persistent Browser Context
- Playwright E2E Harness (PrePitch)
- Pre-Release Checklist
- Rebar Onboarding Walkthrough
- Redis Circuit Breaker
- Scout-Build-Verify
- WebSocket Progress Pattern
π§ Decisions
Architectural decisions with rationale, captured as they happen.
π Platform
Platform-level knowledge β API behavior, integration gotchas, pipeline designs.
- DORA Metrics Definitions
- ElevenLabs Agents β voice-AI agent platform; pricing, telephony paths (Twilio/SIP), HubSpot/Salesforce/Stripe integrations, migration off polling-based receptionists
- Managed Agents Setup
- Publishing Pipeline
- Reddit Publishing Pipeline
- Service Fit Classification
- Slack Block Kit Pagination
- Slack Deploy Approval Audit
- Social Outreach Extensions
- Teams Transcript Ingestion
π§° Tools
Per-tool guides for everything rebar integrates with.
- Claude Desktop
- Claude Skills Library
- GitHub Integration
- Jira Integration
- Obsidian
- Paperclip
- Quartz β this site itself
- Slack Integration
π₯ People
Whoβs who on active engagements.
Using this wiki
- Left sidebar β browse by folder. Files are grouped into the buckets above.
- Search (top-left) β full-text search across everything.
- Graph (right, desktop) β see how pages cross-link.
- Backlinks (right, desktop) β who links TO the page youβre on.
Contributing
The wiki is sourced from wiki/ in the rebar repo. Edit a .md file there and push via bash scripts/publish-wiki.sh from the rebar repo β the Quartz site auto-rebuilds on the next push. Add a new page by creating it under the appropriate folder with frontmatter:
---
title: Page Title
tags: [pattern, example]
---Cross-link liberally with [[double-bracket-syntax]] β thatβs the Obsidian / Quartz convention.
- stripe-mode-observability β tag every Stripe object with the mode it was created in so key-drift is grep-able instead of support-ticket-able