-
Notifications
You must be signed in to change notification settings - Fork 3
Home
dotagent edited this page May 16, 2026
·
2 revisions
One
.agent/folder. Every AI coding tool in sync. Bug registry, anti-patterns, DB hotspots, Redis keys, dependency map — every AI agent on your team reads the same canonical context, ranked by severity, every session, automatically.
Welcome. This wiki is the operational manual. For the code, see the main repo.
- Getting Started — install in 30 seconds, first sync, first commit
- Architecture — the diagram, the four memories, how everything fits
-
Sources and Docs — how
docs/*.mdbecomes the source of truth
- Commands Reference — every CLI command
-
Configuration Reference — every key in
.agent/config.yaml - Memory Model — deep dive on Working / Episodic / Semantic / Personal
- Auto-Dream — the agent-learning loop with mandatory rationale
- Server and RBAC — centralized event server for teams
- Multi-Project and Multi-Developer — running on N repos with N teammates
- Migrating from Claude-Code-Optimization — lossless migrator
-
Troubleshooting —
dotagent doctor, common issues, debug logging - FAQ — answers to questions that come up
# install (one machine, once)
pipx install "git+https://github.com/dilawarabbas1/dotagent"
# initialize a project (each repo, once)
cd ~/code/your-project
dotagent init # zero prompts
dotagent doctor # self-check
git add .agent/ CLAUDE.md && git commit -m "chore: add dotagent context"
# daily flow
dotagent sync # after editing docs/ or .agent/*.md
dotagent context # see exactly what an AI agent sees
dotagent who --file path/to/file.py # which dev / AI touched it
dotagent dream run # extract learning signalsv0.2.0 — launch-ready. 79+ tests passing across all phases. See the CHANGELOG.
Repo · Issues · Changelog · License: MIT