প্রকল্প সম্পর্কে

এই repository একটি canonical `AGENTS.md` file-এর মাধ্যমে AI agent instruction পরিচালনার standard system প্রদান করে। Claude Code, Cursor, Gemini এবং Copilot-এর মতো বিভিন্ন AI tool-এর মধ্যে instruction synchronize করার script এবং safety ও quality checker-এর একটি পূর্ণ সেট এতে রয়েছে। প্রধান সক্ষমতা: - **Instruction synchronization**: `.cursorrules`, `.clinerules` এবং `CLAUDE.md`-এর মতো tool-specific configuration file-গুলির মধ্যে rule set একরূপ রাখার script। - **Safety guardrail**: destructive bash command, infrastructure access এবং নিষিদ্ধ agent ব্যবহারের বিরুদ্ধে portable Python checker। - **Compliance tooling**: Git identity, branch naming, secret heuristic এবং দুর্বল hashing algorithm-এর automatic check। - **Prose analysis**: commit message, pull request title এবং সাধারণ documentation-এ hedging, passive voice ও নিষিদ্ধ vocabulary শনাক্ত করার advisory tool। - **Workflow integration**: pull request ও push-এর সময় compliance enforce করার GitHub Actions workflow, immutable-tree orchestration-সহ। - **Agent hook**: Claude Code-এর জন্য consent gate enforce এবং high-risk operation block করার বিশেষ hook।