codesyncer
Persistent coding context and decision memory across sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install CodeSyncer?โผ
Run `npx skills add bitjaru/codesyncer --all -g -y` in your terminal to install it globally, then run `codesyncer init` inside your project.
How does CodeSyncer preserve context between sessions?โผ
It embeds searchable @codesyncer-* tags directly in your code, so the agent recovers decisions, inferences, and business context automatically when it reads the files.
Does CodeSyncer stop risky code changes?โผ
Yes. It auto-pauses on keywords related to payments, security, data deletion, and external APIs, requiring your confirmation before the agent proceeds.
Which coding tools work with CodeSyncer?โผ
It fully supports Claude Code today, with Cursor and GitHub Copilot support planned, and its tags work in any tool that reads your code.
Can CodeSyncer watch my files automatically?โผ
Yes. Running `codesyncer watch` monitors file changes in real time and logs new decision tags to DECISIONS.md automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core