SPB Git forge

spb/khaelor

Public

KHAELOR — a terminal-native autonomous engineering agent powered by Anthropic.

5commits 1branches 1releases
1.4 MBsize
maindefault branch
20 days agolast push
TypeScript 82.9% HTML 14.9% CSS 1.1% JavaScript 0.7%

History of website/public/docs/phases.html · clear filter

  1. Mon, Aug 10, 2026 2

    1. feat(website): legendary landing + 4x docs + modern light theme
      …
      - Landing: full TUI gallery (12 window-chromed terminal mocks: slash palette,
        @mentions, permission panel, intra-line diff, processes, /sdiff, /cost
        sparkline, /memory, /tasks, verify repair loop, markdown, steering),
        hero glow, stats band, macOS-style terminal window chrome everywhere
      - Docs 4x: 11 new pages (cookbook, verification, worktrees, repograph,
        memory, context, fork-replay, cli, architecture, events, theming) +
        restructured 7-group sidebar across all 21 pages
      - Legendary modern light theme: warm paper + ink + ember, soft shadows,
        terminals stay obsidian for contrast
      - Deployed to www.khaelor.sh
      
      Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
      Simon-Pierre Boucher committed 1 mo ago · 1 file +16 −1
    2. feat: KHAELOR v2 (0.2.0) — phase gates, native verify, fork/replay/sdiff, memory, RepoGraph, worktree subtasks, khaelord daemon, Khaelis TUI, website redesign
      …
      - §1 Phase gates: phase.* events, PhaseService around the kernel, design tool,
        PHASE_GATE_BLOCKED enforcement in the Tool Runtime, --gate strict|auto|off,
        status-bar phase ribbon, /phase override, strict-mode approval panel
      - §4 Native verification: .khaelor/verify.json + auto-detection, parallel
        checks after each edit batch, verify.result events, bounded repair loop
      - §2 Sessions: /fork (JSONL prefix + meta.json lineage), /replay (sandboxed
        worktree), /sdiff (structured run comparison)
      - §5 Project memory: remember tool, .khaelor/MEMORY.md with event-anchored
        provenance, context injection, /memory
      - §3 RepoGraph: incremental semantic index (TS/JS/Python), symbols + refs
        tools, file skeletons (tree-sitter documented as upgrade path)
      - §6 Parallel subtasks: git worktree isolation, child sessions with
        attenuated permissions, subtask.* events, /spawn /tasks /merge (--no-ff)
      - §7 khaelord daemon: event-sourced goals, cron + heartbeat scheduler,
        BudgetGuard (hard ceilings, real costs only), async ApprovalQueue,
        webhook/command channels, control socket, /goals
      - TUI v2: Khaelis theme (obsidian + magma), OKLCH gradients, cockpit status
        bar with context gauge, verify strip, design panel, braille sparkline,
        splash sweep, motion doctrine, --doctor-tui
      - Website: full Khaelis redesign, v2 landing, phases + daemon docs, 0.2.0
        installer artifact (deployed to www.khaelor.sh)
      
      40 durable event types · 11 tools · 698 tests · npm run check green
      
      Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
      Simon-Pierre Boucher committed 1 mo ago · 1 file +143