Update README to reflect Ceàrd as GPT's name

This commit is contained in:
jester 2025-12-13 22:32:58 +00:00
parent 6bceeffb35
commit 88c0258a9e

View File

@ -9,7 +9,7 @@
## 🎯 Purpose ## 🎯 Purpose
This repository provides persistent documentation that both Claude (architecture) and GPT (implementation) can access across chat sessions without re-uploading files. This repository provides persistent documentation that both Claude (architecture) and Ceàrd (implementation) can access across chat sessions without re-uploading files.
**Base URL for raw files**: **Base URL for raw files**:
``` ```
@ -24,7 +24,7 @@ https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/
| File | Purpose | Primary User | Size | | File | Purpose | Primary User | Size |
|------|---------|--------------|------| |------|---------|--------------|------|
| **GPT_Implementation_Handover.md** | Implementation tasks, sprint plan, boundaries | GPT | 18 KB | | **GPT_Implementation_Handover.md** | Implementation tasks, sprint plan, boundaries | Ceàrd | 18 KB |
| **Cross_Project_Tracker.md** | Architectural boundaries, drift prevention, ADL | Both | 23 KB | | **Cross_Project_Tracker.md** | Architectural boundaries, drift prevention, ADL | Both | 23 KB |
| **Drift_Prevention_Card.md** | 30-second session starter, quick checks | Both | 3 KB | | **Drift_Prevention_Card.md** | 30-second session starter, quick checks | Both | 3 KB |
| **Master_Bootstrap.md** | Strategic overview, business model, infrastructure | Claude | 21 KB | | **Master_Bootstrap.md** | Strategic overview, business model, infrastructure | Claude | 21 KB |
@ -42,7 +42,7 @@ https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/
## 🚀 Session Start Instructions ## 🚀 Session Start Instructions
### **For GPT (Implementation Sessions)** ### **For Ceàrd (Implementation Sessions)**
**Quick Start**: **Quick Start**:
``` ```
@ -112,7 +112,7 @@ Decision: [What needs to be decided]
--- ---
## 🚊 Current Platform Status (Quick Reference) ## 🛠️ Current Platform Status (Quick Reference)
**Platform Readiness**: 85% complete **Platform Readiness**: 85% complete
**Launch Status**: Decision pending (NOW vs +3 days vs +1 week) **Launch Status**: Decision pending (NOW vs +3 days vs +1 week)
@ -140,9 +140,9 @@ Decision: [What needs to be decided]
## 🎯 File Descriptions ## 🎯 File Descriptions
### **GPT_Implementation_Handover.md** ### **GPT_Implementation_Handover.md**
**For**: GPT implementation sessions **For**: Ceàrd implementation sessions
**Contains**: **Contains**:
- Role definition (GPT implements, Claude architects) - Role definition (Ceàrd implements, Claude architects)
- 3-day sprint with concrete tasks - 3-day sprint with concrete tasks
- Platform status (85% complete) - Platform status (85% complete)
- Boundaries (API vs Agent vs Frontend) - Boundaries (API vs Agent vs Frontend)
@ -150,15 +150,15 @@ Decision: [What needs to be decided]
- Testing requirements - Testing requirements
- File locations with specific changes needed - File locations with specific changes needed
**When to Read**: Every GPT session start **When to Read**: Every Ceàrd session start
--- ---
### **Cross_Project_Tracker.md** ### **Cross_Project_Tracker.md**
**For**: Both Claude and GPT **For**: Both Claude and Ceàrd
**Contains**: **Contains**:
- Ownership matrix (who owns what) - Ownership matrix (who owns what)
- Canonical contracts (API → Agent, Frontend → API) - Canonical contracts (API ↔ Agent, Frontend ↔ API)
- Drift detection rules (5 violation patterns) - Drift detection rules (5 violation patterns)
- Architecture Decision Log (7 locked decisions) - Architecture Decision Log (7 locked decisions)
- High-risk integration zones - High-risk integration zones
@ -169,7 +169,7 @@ Decision: [What needs to be decided]
--- ---
### **Drift_Prevention_Card.md** ### **Drift_Prevention_Card.md**
**For**: Both Claude and GPT **For**: Both Claude and Ceàrd
**Contains**: **Contains**:
- 30-second boundary check - 30-second boundary check
- 7 locked decisions (quick reference) - 7 locked decisions (quick reference)
@ -208,7 +208,7 @@ Decision: [What needs to be decided]
--- ---
## 📄 Keeping Knowledge Base Updated ## 📝 Keeping Knowledge Base Updated
### **After Major Changes** ### **After Major Changes**
@ -261,7 +261,7 @@ Date: 2025-12-08
**Onboarding**: **Onboarding**:
1. Read this README.md (understand structure) 1. Read this README.md (understand structure)
2. Read role-specific files (GPT vs Claude) 2. Read role-specific files (Ceàrd vs Claude)
3. Activate drift prevention (check boundaries) 3. Activate drift prevention (check boundaries)
4. Begin work within constraints 4. Begin work within constraints
@ -286,7 +286,7 @@ Date: 2025-12-08
--- ---
## 📎 Quick Reference URLs ## 🔎 Quick Reference URLs
**Most Common Files**: **Most Common Files**:
@ -294,7 +294,7 @@ Date: 2025-12-08
# Drift Prevention (session start) # Drift Prevention (session start)
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/Drift_Prevention_Card.md https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/Drift_Prevention_Card.md
# GPT Implementation # Ceàrd Implementation
https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/GPT_Implementation_Handover.md https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/GPT_Implementation_Handover.md
# Boundaries (before code changes) # Boundaries (before code changes)
@ -326,7 +326,7 @@ curl https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/README.md
## 🎯 Success Metrics ## 🎯 Success Metrics
**Knowledge Base is Working If**: **Knowledge Base is Working If**:
- ✅ Claude/GPT can fetch files without re-upload - ✅ Claude/Ceàrd can fetch files without re-upload
- ✅ Session start takes <2 minutes (load context) - ✅ Session start takes <2 minutes (load context)
- ✅ No duplicate documentation (single source of truth) - ✅ No duplicate documentation (single source of truth)
- ✅ Architectural boundaries enforced (drift prevention active) - ✅ Architectural boundaries enforced (drift prevention active)
@ -351,7 +351,7 @@ curl https://git.zerolaghub.com/jester/knowledge-base/raw/branch/main/README.md
1. Upload core files to this repository 1. Upload core files to this repository
2. Test URLs work (fetch in browser) 2. Test URLs work (fetch in browser)
3. Test AI access (paste URL in Claude/GPT) 3. Test AI access (paste URL in Claude/Ceàrd)
4. Begin using for session continuity 4. Begin using for session continuity
--- ---