# Upstream Snapshot

**thalix-auto** is a personal fork of [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) rebranded with `/tap:` namespace and extended with a Pi (pi.dev) adapter.

> This file is deliberately exempt from the rebrand script (`scripts/rebrand.mjs`) so the upstream attribution stays accurate. **Do not** let automated renames touch it.

## Snapshot

- **Upstream repo**: https://github.com/Yeachan-Heo/oh-my-claudecode
- **Upstream commit at fork time**: `679b418f32409e6d0edecf5038fd2de460cfce04`
- **Upstream version at fork time**: `4.13.7`
- **Fork date**: 2026-05-13

## What changed in the fork

1. **Brand**: `oh-my-claudecode` → `thalix-auto`, `omc` → `tap`, npm `oh-my-claude-sisyphus` → `tap-skill`.
2. **Slash namespace**: `/oh-my-claudecode:*` → `/tap:*` in Claude Code; `/tap-*` in Pi (Pi prompt names are flat — the namespace is encoded as a filename prefix).
3. **Pi (pi.dev) adapter**: new `prompts/` directory mirroring `commands/`, `extensions/tap.ts` extension, `pi` manifest in `package.json`, install path under `~/.pi/agent/`.
4. **Multi-target installer**: `tap-skill add --target=claude|pi|codex|all` (auto-detect by default).

## Resyncing with upstream

To pull future upstream changes:

```bash
# fetch fresh upstream
rm -rf /tmp/thalix-recon && mkdir /tmp/thalix-recon && cd /tmp/thalix-recon
git clone --depth 1 https://github.com/Yeachan-Heo/oh-my-claudecode.git omc-source

# see what's changed since the SHA recorded above
cd omc-source && git log --oneline 679b418f..HEAD

# stage a rebranded copy in a scratch dir, then diff against our tree
node /Users/chrismckenna/development/thalix-auto/scripts/rebrand.mjs --root /tmp/thalix-recon/omc-source
diff -r /tmp/thalix-recon/omc-source /Users/chrismckenna/development/thalix-auto
```

Then cherry-pick the diffs you want.

## Credit

All architectural credit for the orchestrator, agent definitions, skill bodies, HUD, hooks, and team bridge belongs to **Yeachan Heo** and the oh-my-claudecode contributors. thalix-auto is a rebrand + Pi adapter on top of their work, MIT-licensed identically.
