Files
HOALedgerIQ_Website/skills/self-improving/corrections.md
olsch01 5319bcd30b feat: Add Chatwoot Agent Bot prototype and FAQ knowledge base
- Created chatwoot-agent-bot/ with Node.js webhook server
- Bot detects intent (greeting, billing, technical, features, account)
- Auto-responds from FAQ knowledge base or escalates to human
- FAQ-KB.md: Living knowledge base that grows with customer questions
- CHATWOOT-SETUP.md: Complete deployment and configuration guide
- Supports Telegram notifications on escalation
- Bot runs on port 3001, ready for Chatwoot webhook integration
2026-04-01 16:26:05 -04:00

1.0 KiB

Corrections Log — Template

This file is created in ~/self-improving/corrections.md when you first use the skill. Keeps the last 50 corrections. Older entries are evaluated for promotion or archived.

Example Entries

## 2026-02-19

### 14:32 — Code style
- **Correction:** "Use 2-space indentation, not 4"
- **Context:** Editing TypeScript file
- **Count:** 1 (first occurrence)

### 16:15 — Communication
- **Correction:** "Don't start responses with 'Great question!'"
- **Context:** Chat response
- **Count:** 3 → **PROMOTED to memory.md**

## 2026-02-18

### 09:00 — Project: website
- **Correction:** "For this project, always use Tailwind"
- **Context:** CSS discussion
- **Action:** Added to projects/website.md

Log Format

Each entry includes:

  • Timestamp — When the correction happened
  • Correction — What the user said
  • Context — What triggered it
  • Count — How many times (for promotion tracking)
  • Action — Where it was stored (if promoted)