Axiom — Development Changelog
Description
**Purpose**: Historical record of Axiom development milestones, TDD testing results, and architectural decisions. **For current context**, see CLAUDE.md ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for CharlesWiltgen/Axiom, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
Axiom — Development Changelog
**Purpose**: Historical record of Axiom development milestones, TDD testing results, and architectural decisions.
**For current context**, see CLAUDE.md
Version History
v2.34 — xclog Console Capture Tool (2026-03-15)
**xclog — iOS console capture for LLMs.** No single external tool replicates Xcode's debug console. xclog combines `simctl launch --console` (print/debugPrint) with `log stream --style ndjson` (os_log/Logger) into unified structured JSON output, purpose-built for LLM consumption.
**Tool** (`tools/xclog/`):
launch— full capture (print + os_log), simulator onlyattach— live os_log stream from running process, simulator onlyshow— historical log search (post-mortem), works with simulator AND physical devices vialog collectlist— discover installed apps on simulator- JSON-lines output by default with level, subsystem, category, process, pid fields
--timeout,--max-linesfor bounded capture (context-safe for LLMs)--filter(regex),--subsystemfor noise reduction- Universal binary (ARM64 + Intel) shipped at
bin/xclog - 30 unit tests, fuzz-tested ndjson parser (1.8M executions, 0 failures)
**Axiom integration**:
axiom-xclog-refreference skill — TDD-tested (13/13 RED→GREEN), crash diagnosis and silent failure workflows/axiom:consolecommand — guided capture with list → launch flow- Session-start hook injects xclog awareness into every conversation
- Routed via
ios-build(entry #16) andios-performancerouters - VitePress doc pages for skill and command
- MCP bundle updated (searchable via MCP server)
**TDD results**: RED phase identified 13 failure modes without the skill (partial capture, unbounded output, no JSON, no bundle ID discovery, context flooding, app state loss, misdiagnosis risk). GREEN phase confirmed all 13 addressed. One REFACTOR applied (launch-vs-attach decision promoted to Critical Best Practices).
LLDB Debugging Skill Suite (2026-02-18)
**New LLDB debugging skills** — Complete LLDB debugging support with discipline + reference skill pair:
axiom-lldb(discipline) — 6 playbooks for crash triage, state inspection,poalternatives, breakpoint strategy, expression evaluation, and thread analysis. Includes LLDB-vs-other-tools decision tree and anti-rationalization for print-statement debuggingaxiom-lldb-ref(reference) — Complete LLDB command reference organized by task: variable inspection (v/p/powith flags), breakpoints (conditional, symbolic, exception, regex), thread navigation, expression evaluation, memory commands, and.lldbinitcustomization
Routed via `axiom-ios-performance` router.
v2.20 — MCP Server + Games/3D Skills (2026-02-05)
**Axiom MCP server** — Axiom now includes an [MCP (Model Context Protocol) server](https://charleswiltgen.github.io/Axiom/guide/mcp-install) that brings its iOS development skills to any MCP-compatible AI coding tool — VS Code with GitHub Copilot, Claude
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing