Skip to content

Releases: Amb2rZhou/intern-clawd

v0.1.0 — First Public Release

Choose a tag to compare

@Amb2rZhou Amb2rZhou released this 10 Apr 11:57

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 wikiwork/ and life/ knowledge bases with independent index, log, projects, reflections
  • 7 secretary rituals — 站会 (standup) / 周会 (weekly) / 复盘 (reflect) / inbox / 归档 (archive) / 继续 (resume) / lint
  • 5 capture entries⌃⌥C global hotkey · clawd and inbox zsh aliases · Feishu/WeChat IM bridges (optional) · terminal clawd command
  • 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 generated restore.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
claude

In 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.