CodeSyncer - AI coding assistant के लिए context management CLI टूल
(github.com/bitjaru)AI coding assistant (Claude Code, Cursor आदि) का उपयोग करते समय
session बदलने पर context खो जाने की समस्या को हल करने के लिए बनाया गया यह टूल है।
मुख्य फीचर्स:
- project structure स्कैन करने के बाद AI द्वारा parse की जा सकने वाली Markdown दस्तावेज़ों का स्वतः निर्माण
- multi-repo/monorepo support (Turborepo, pnpm, Nx, Lerna आदि)
- code comment tags (
@codesyncer-decisionआदि) के जरिए decision history रिकॉर्ड करना - risk keywords (payment, authentication, deletion आदि) का पता चलने पर AI task रोकना और पुष्टि माँगना
v2.6.0 में Watch Mode जोड़ा गया:
codesyncer watchचलाने पर file changes की real-time monitoring@codesyncer-*tags मिलने परDECISIONS.mdमें स्वतः sync- chokidar-आधारित, 500ms debouncing
इसे पहले अंदरूनी तौर पर इस्तेमाल किया जाता था, अब व्यवस्थित करके open source के रूप में जारी किया गया है।
GitHub: https://github.com/bitjaru/codesyncer
NPM: npm install -g codesyncer
यह TypeScript में लिखा गया है, और dependencies लगभग chalk, commander, inquirer, chokidar, fs-extra हैं।
अभी कोई टिप्पणी नहीं है.