You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor to documentation-only repository and create demo-fastapi
Major changes:
- Remove FEATURES_INVENTORY.md (planning artifact)
- Replace all "Amber" → "CBA" (Codebase Agent)
- Replace all "buffet approach" → "standalone patterns"
- Remove all app/, tests/, Containerfile references
- Update CLAUDE.md, README.md, quickstart.md for docs-only focus
- Update scripts/setup.sh to install only doc tooling
- Add references to new demo-fastapi repository
The working FastAPI application now lives in a separate repository:
https://github.com/jeremyeder/demo-fastapi
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@@ -20,41 +20,41 @@ This document catalogs all techniques, patterns, and automation discovered acros
20
20
21
21
---
22
22
23
-
## Issue-to-PR Automation (Amber)
23
+
## Issue-to-PR Automation (CBA)
24
24
25
25
### Overview
26
26
27
-
**Amber** is a background agent that automatically converts GitHub issues into pull requests. This is the **core productivity multiplier** - team members can trigger automated fixes without direct access to Claude Code.
27
+
**CBA** is a background agent that automatically converts GitHub issues into pull requests. This is the **core productivity multiplier** - team members can trigger automated fixes without direct access to Claude Code.
**Purpose**: Documentation-only reference for AI-assisted development patterns
6
6
7
7
---
@@ -21,10 +21,10 @@
21
21
22
22
### Repository Purpose
23
23
24
-
This is a **GitHub template repository** demonstrating AI-assisted development best practices. It's a **documentation-only** reference using the "buffet approach" - concepts are standalone and independently adoptable.
24
+
This is a **GitHub template repository** demonstrating AI-assisted development best practices. It's a **documentation-only** reference using the "standalone patterns approach" - concepts are standalone and independently adoptable.
25
25
26
26
**Key Principles**:
27
-
- ✅ **Buffet approach** - Patterns are standalone and independently adoptable
27
+
- ✅ **Standalone patterns approach** - Patterns are standalone and independently adoptable
28
28
- ✅ **Documentation-focused** - Pure reference material, no working application
29
29
- ✅ **Succinct content** - No AI slop, get to the point
30
30
- ✅ **Quality automation** - Documentation linting and validation
@@ -49,6 +49,11 @@ This is a **GitHub template repository** demonstrating AI-assisted development b
49
49
- Markdown linting
50
50
- Mermaid diagram validation
51
51
52
+
### Working Application Demo
53
+
54
+
For a **working FastAPI application** demonstrating these patterns in practice, see:
55
+
**[demo-fastapi](https://github.com/jeremyeder/demo-fastapi)** - Toy application showing CBA patterns in action
56
+
52
57
---
53
58
54
59
## Development Standards
@@ -402,7 +407,7 @@ Common sanitization functions to implement:
402
407
**NEVER include**:
403
408
- ❌ Red Hat branding or references
404
409
- ❌ "Amber" terminology (use "Codebase Agent" or "CBA")
0 commit comments