feat: Agent Orchestrator — multi-project agent dashboard
Tauri + Svelte 5 + Rust application for orchestrating multiple AI coding agents. Includes Claude, Aider, Codex, and Ollama provider support, multi-agent communication (btmsg/bttask), session anchors, plugin sandbox, FTS5 search, Landlock sandboxing, and 507 vitest + 110 cargo tests.
This commit is contained in:
commit
3672e92b7e
272 changed files with 68600 additions and 0 deletions
10
.claude/rules/10-code-consistency.md
Normal file
10
.claude/rules/10-code-consistency.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Code Consistency
|
||||
|
||||
Before writing any code, read the existing codebase and match its patterns.
|
||||
|
||||
## Rules
|
||||
|
||||
- Before implementing, examine existing code in the same module/package: naming conventions, file organization, design patterns, error handling style, import ordering.
|
||||
- Match what's there. If the project uses factories, use factories. If it's camelCase, use camelCase.
|
||||
- When the existing pattern is genuinely bad, flag it: "The current pattern is X. I think Y would be better because [reason]. Want me to refactor consistently, or match existing style?"
|
||||
- When a formatter or linter is configured, use it. When none exists, propose one from project start.
|
||||
Loading…
Add table
Add a link
Reference in a new issue