evolving 0.1.1

git for decisions — an immutable, content-addressed ledger of human-authored decisions that resurfaces when a bound check goes red
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod canonical;
pub mod capture;
pub mod cmd;
pub mod config;
pub mod events;
pub mod guard;
pub mod lint;
pub mod liveness;
pub mod migrate;
pub mod receipt;
pub mod runner;
pub mod selected;
pub mod staleness;
pub mod state;
pub mod store;
pub mod tick;
pub mod verdict;
pub mod verify;