omnitrack 0.3.0

Universal issue-tracker provider contracts and clients (Linear, Jira, ...) for Rust, in one crate.
Documentation
1
2
3
4
5
6
7
8
9
# issue-providers-rs docs

| # | Doc | Description |
| --- | --- | --- |
| 00 | [Overview]./00-overview.md | What it is, universal terminology, goals/non-goals |
| 01 | [Architecture]./01-architecture.md | Workspace, fluent registry, capabilities, persistence boundary |
| 02 | [Contracts]./02-contracts.md | Capability traits, value objects, pagination, errors |
| 03 | [Providers]./03-providers.md | Provider crate anatomy, adding a tracker, transport |
| 04 | [Development]./04-development.md | Toolchain, lints, CI, tag-driven release/publish |