distributed 2.2.0

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# GitKB Process Discipline

## Session Start

```bash
git-kb context --compact --code-refs
git-kb board
```

## During Work

- Log progress in the task document.
- Keep acceptance criteria updated.

## Completion

- Add completion evidence before marking a task complete.
- Only then set status to `completed`.