Add prettier

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-02-03 17:14:17 +02:00
parent 1a32bff6ec
commit 21c66df2b1
14 changed files with 1105 additions and 692 deletions

View File

@@ -31,22 +31,6 @@ When you learn something important:
- Add recurring context directly to this CLAUDE.md
- Always index new memory files at the top of CLAUDE.md
## Qwibit Ops Access
You have access to Qwibit operations data at `/workspace/extra/qwibit-ops/` with these key areas:
- **sales/** - Pipeline, deals, playbooks, pitch materials (see `sales/CLAUDE.md`)
- **clients/** - Active accounts, service delivery, client management (see `clients/CLAUDE.md`)
- **company/** - Strategy, thesis, operational philosophy (see `company/CLAUDE.md`)
Read the CLAUDE.md files in each folder for role-specific context and workflows.
**Key context:**
- Qwibit is a B2B GEO (Generative Engine Optimization) agency
- Pricing: $2,000-$4,000/month, month-to-month contracts
- Team: Gavriel (founder, sales & client work), Lazer (founder, dealflow), Ali (PM)
- Obsidian-based workflow with Kanban boards (PIPELINE.md, PORTFOLIO.md)
## WhatsApp Formatting
Do NOT use markdown headings (##) in WhatsApp messages. Only use:
@@ -171,7 +155,7 @@ Groups can have extra directories mounted. Add `containerConfig` to their entry:
"containerConfig": {
"additionalMounts": [
{
"hostPath": "/Users/gavriel/projects/webapp",
"hostPath": "~/projects/webapp",
"containerPath": "webapp",
"readonly": false
}