Releases: Amb2rZhou/intern-clawd
Releases · Amb2rZhou/intern-clawd
Release list
v0.1.0 — First Public Release
intern-clawd v0.1.0 — First Public Release
A Personal Secretary OS for Claude Code, built on top of Andrej Karpathy's LLM Wiki three-layer pattern (raw / wiki / schema), extended with persona, rituals, and multi-channel capture.
What's in the box
- Dual-domain wiki —
work/andlife/knowledge bases with independent index, log, projects, reflections - 7 secretary rituals — 站会 (standup) / 周会 (weekly) / 复盘 (reflect) / inbox / 归档 (archive) / 继续 (resume) / lint
- 5 capture entries —
⌃⌥Cglobal hotkey ·clawdandinboxzsh aliases · Feishu/WeChat IM bridges (optional) · terminalclawdcommand - Claude Code hook integration — SessionStart wiki injection (cwd-gated), SessionEnd session routing, post-write self-check
- One-shot installer (
setup.sh) and one-shot reverter (uninstall.sh) with automatic backups and a generatedrestore.sh - Honest risk catalog (
RISKS.md) — A/B/C tier known issues, what's fixed, mitigated, and intentionally left unfixed
Vanilla Claude Code compatibility
Installing intern-clawd does not affect your ability to run vanilla Claude Code outside ~/.clawd/. The cwd-gated SessionStart hook returns in ~5ms via pure bash before spawning python3 in non-secretary sessions, and the global CLAUDE.md wiki sync rule is conditional on ~/.clawd existing. cwd is the natural mode switch — enter ~/.clawd for secretary mode, leave for vanilla.
Quick Start (5 minutes)
git clone https://github.com/Amb2rZhou/intern-clawd.git ~/.clawd
cd ~/.clawd && bash setup.sh
echo "我是 $(whoami),今天想试试 intern-clawd 这个秘书系统。" > shared-wiki/boss-profile.md
claudeIn the Claude session, type 「站会」. Done.
Acknowledgements
- Andrej Karpathy for the LLM Wiki three-layer pattern this project builds on
- Claude Code for the hook system, CLAUDE.md injection mechanism, and SessionStart/SessionEnd lifecycle
Full changelog
See CHANGELOG.md.