-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
ADRs are one piece — CoherenceOps is the full loop. ADRs don't track assumptions with expiry dates, don't detect drift, don't score health, and don't enforce via CI. CoherenceOps DLRs are richer than ADRs and are embedded in a governance system.
No. v0.1 is entirely manual — folders, templates, and one-click links. GitHub Actions enforcement is planned for v0.2 but is optional.
Then you have zero DLR overhead. CoherenceOps only adds process to major decisions. Minor PRs are untouched.
That's up to your team. Common choices: src/core/, infrastructure/, db/migrations/. Configure via ARCHITECTURE_PATHS in the future .coherenceops.yml.
That's what Policy Gates prevents — it blocks merges when an active assumption has passed its expiry date. Until CI is set up, schedule a monthly review of assumptions.yaml.
Yes. Place coherence/ at the repo root. DLRs, assumptions, and drift signals are flat-numbered and global to the repo.
5-10 minutes. The template is pre-filled via the one-click link. Most of the time is spent thinking about trade-offs and rollback — which you should be doing anyway.
Time a new team member with a stopwatch: give them a feature and ask "why was this built this way?" If they can find the DLR in under 60 seconds, you're hitting the target.
Yes. IntelOps, ReOps, FranOps, DriftOps are conceptual names. The folder names (intel/, decisions/, canon/, drift/) are what matter for tooling.
- Start
- Modules
- Governance
- Workflows
- Reference