Skip to main content

max / makenotwork

docs: drop refs to moved internal docs server/README: remove pointers to test_plan, rollback, audit_review. mnw-cli/architecture: remove Todo table row. server/docs/design-system: remove Phase 1-8 todo ref. server/docs/scaling: remove deploy.md and todo.md refs. shared/tagtree: remove audit_review table row.
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-21 02:32 UTC
Commit: 9752bf3cf75d8fc9a008c63271ed2c6fe386fd9d
Parent: 1912757
5 files changed, +3 insertions, -8 deletions
@@ -153,4 +153,3 @@ Target: port 22 on hetzner (after migrating sshd to port 2200 on Tailscale only)
153 153 | Config | `src/config.rs` |
154 154 | Deploy | `deploy/deploy.sh` |
155 155 | systemd unit | `deploy/mnw-cli.service` |
156 - | Todo | `docs/todo.md` |
@@ -10,10 +10,7 @@ Built with Axum, SQLx (PostgreSQL), and Askama templates.
10 10 - **Contributing:** `CONTRIBUTING.md`
11 11 - **Deployment:** `deploy/deploy.sh` (run from this directory)
12 12 - **Schema:** `docs/schema.md`
13 - - **Test plan:** `docs/test_plan.md`
14 13 - **Troubleshooting:** `docs/troubleshooting.md`
15 - - **Rollback:** `docs/rollback.md`
16 - - **Audit:** `docs/audit_review.md`
17 14
18 15 ## Quick start
19 16
@@ -154,4 +154,4 @@ When a screen genuinely needs something not in this charter:
154 154
155 155 ## Audit cadence
156 156
157 - Phase 0 establishes the charter. Phases 1-8 (see `docs/todo.md`) audit conformance: every finding in those phases should be expressible as "screen X uses an off-charter primitive Y" or "primitive Y has a gap the charter should address." Free-form aesthetic critique is out of scope — that belongs to brand work, not this charter.
157 + Phase 0 establishes the charter. Subsequent phases (tracked internally) audit conformance: every finding in those phases should be expressible as "screen X uses an off-charter primitive Y" or "primitive Y has a gap the charter should address." Free-form aesthetic critique is out of scope — that belongs to brand work, not this charter.
@@ -1,6 +1,6 @@
1 1 # Infrastructure Scaling Audit
2 2
3 - Capacity assessment of the production stack and the upgrade path from current state through 100k creators. Companion to `architecture.md` (what exists) and `deploy.md` (how it ships).
3 + Capacity assessment of the production stack and the upgrade path from current state through 100k creators. Companion to `architecture.md` (what exists).
4 4
5 5 ## Current Topology
6 6
@@ -110,7 +110,7 @@ At every stage past ~100 creators, infrastructure is well under 5% of revenue. T
110 110
111 111 1. Stripe fees being raised by Stripe (out of our control).
112 112 2. Cache hit ratio collapsing (controllable; track it).
113 - 3. Hidden labor cost of support per creator (controllable via DIY tier guardrails — see `todo.md` DIY section).
113 + 3. Hidden labor cost of support per creator (controllable via DIY tier guardrails).
114 114
115 115 The 0% platform fee model holds at every projected stage. The bottleneck is creator acquisition and support load, not infrastructure unit economics.
116 116
@@ -124,7 +124,6 @@ At typical corpus sizes (hundreds to low thousands), `suggest` completes in sing
124 124 | Library source | `MNW/shared/tagtree/src/lib.rs` |
125 125 | Cargo manifest | `MNW/shared/tagtree/Cargo.toml` |
126 126 | Benchmarks | `MNW/shared/tagtree/benches/tagtree_bench.rs` |
127 - | Audit review | `docs/shared/tagtree/audit_review.md` |
128 127
129 128 ## Metrics
130 129