-
Notifications
You must be signed in to change notification settings - Fork 0
Repo Intelligence
Automatic detection, profiling, and monitoring of repository characteristics. ClawDE understands your codebase so AI tools can work more effectively.
When you register a repository with ClawDE, the repo intelligence engine scans it to build a complete profile: what languages and frameworks you use, your coding conventions, your build tools, your test setup. This profile drives AI configuration generation and drift detection.
| Feature | Description |
|---|---|
| Stack detection | Languages, frameworks, build tools, linters, CI systems |
| Convention inference | Naming patterns, file organization, code style |
| Dependency analysis | Cross-package and cross-repo dependency graphs |
| AI config generation | Generate .claude/, .codex/, .cursor/ configurations |
| Drift detection | Monitor for divergence between config and actual codebase |
| Drift scoring | Quantified metrics showing how much drift has accumulated |
| Validator engine | Pluggable lint, test, typecheck, format, build validators |
| CI mode |
clawde ci verify for headless validation in CI pipelines |
- Scan — Analyze the repo's files, package.json, Cargo.toml, etc.
-
Profile — Generate a
RepoProfilewith detected stack, conventions, and dependencies - Generate — Create or update AI tool configurations based on the profile
- Monitor — Watch for changes that indicate drift from the profile
- Report — Surface drift scores and improvement suggestions
ClawDE generates configuration for every major AI coding tool:
-
Claude Code —
.claude/CLAUDE.md, rules, settings -
Codex —
.codex/AGENTS.md, configuration -
Cursor —
.cursor/rules/*.mdc
Each generation respects overwrite/improve/skip semantics — you choose what ClawDE manages and what you control manually.
Over time, codebases evolve. New dependencies appear, conventions shift, and AI configurations become stale. ClawDE's drift detector continuously monitors for:
- New languages or frameworks not reflected in AI configs
- Changed conventions that AI tools should know about
- Outdated validator configurations
- Missing or misconfigured tool settings
ClawDE · GitHub · MIT License
ClawDE
Getting started
Reference
- Architecture
- Daemon-Reference
- Folder-Structure
- Providers
- Multi-Account
- Security
- Features
- Features/Daemon
- Features/Session-Manager
- Features/Mode-System
- Features/Repo-Intelligence
- Features/Projects
- Features/Remote-Access
- Features/Desktop-App
- Features/Provider-Knowledge
- Features/Coding-Standards
- Roadmap
Branding
Contributing