Commit a4af226
Polish docs: reorganize pages and clean up AI filler
The docs had grown into a couple of monolith pages (advanced-patterns.md
at 1100 lines, dependencies.md at 540 lines) and production.md was
padded with generic ops advice (capacity planning formulas, blue-green
deployment instructions, Grafana dashboards) that doesn't belong in
project docs.
Reorganization:
- Split advanced-patterns.md into task-behaviors.md, task-patterns.md,
and observability.md
- Split dependencies.md into dependency-injection.md and moved
behavioral deps (retries, timeouts, progress, concurrency) into
task-behaviors.md
- Updated nav, mkdocs.yml, and cross-references accordingly
production.md cleanup:
- Cut Redis Streams Architecture internals (creates implied contracts)
- Cut generic sections: capacity planning, deployment strategies, dead
letter handling, scaling considerations, monitoring checklist, Grafana
dashboard, tuning recipes
- Moved CLI strike examples into the Striking section
- Added Signal Handling section for k8s/container orchestrator users
- Removed Error Handling section (already covered in task-behaviors and
getting-started)
Consistency pass across all docs:
- Removed closing filler paragraphs from task-behaviors.md and
testing.md
- Fixed "comprehensive" wording in getting-started.md and testing.md
- Updated stale production.md description in getting-started.md nav
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 23e3c3d commit a4af226
File tree
16 files changed
+1544
-1867
lines changed- .github/workflows
- docs
16 files changed
+1544
-1867
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments