Initial commit

This commit is contained in:
2026-05-16 12:05:36 -03:00
parent 0ce972a361
commit e82cee97a7
65 changed files with 9051 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
# DMARC Watch Developer Docs
This folder documents the implemented repository for developers and LLM agents. It is a code-navigation aid, not end-user product documentation.
## Index
- [Repository structure](repository.md): top-level files, application package layout, tests, design references, and generated runtime paths.
- [Runtime and development workflow](runtime.md): configuration loading, local test commands, Docker entry points, scheduler jobs, and CLI/API processing paths.
- [Code map](code-map.md): major modules, data flow, persistence models, alerting, LLM usage, and dashboard/API surfaces.
- [Agent notes](agent-notes.md): scoped guidance for future code changes and documentation work in this repository.
## Scope Notes
- The repository is named DMARC Watch in the orchestration context, while the implemented FastAPI application currently identifies itself as `DMARC Sentinel`.
- Settings are loaded from host-controlled files and environment variables. The implemented settings page is read-only.
- These docs describe current files only. They do not define migration, compatibility, or product roadmap decisions.