HackerTrans
TopNewTrendsCommentsPastAskShowJobs

daxaur

no profile record

Submissions

Show HN: Tabia – The first free, open-source chess opening trainer

github.com
4 points·by daxaur·25 days ago·0 comments

Show HN: I made Claude Code block my distractions and track everything I ship

twitter.com
1 points·by daxaur·4 months ago·1 comments

Show HN: I turned Claude Code into a personal assistant

github.com
11 points·by daxaur·4 months ago·5 comments

comments

daxaur
·4 months ago·discuss
Github:

https://github.com/daxaur/openpaw
daxaur
·4 months ago·discuss
Thank you!

Memory right now is flat markdown files (MEMORY.md , SOUL.md) that Claude reads at session start. Honestly it works better than you'd expect. Claude's context window is big enough that a few hundred lines of memory covers most personal assistant use cases. I'd rather keep it as plain text you can read and edit yourself than add a vector DB dependency for marginal recall gains.

The filesystem context thing is exactly right btw
daxaur
·4 months ago·discuss
It is indeed very similar, but

OpenClaw doesn't support Claude Code's native OAuth, plus it runs its own daemon. OpenPaw goes the other direction: it writes config files that Claude Code already understands (CLAUDE.md, permissions, hooks) and exits so claude code can function as an actual personal assistant with all the skills needed. No daemon, no extra process.