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.
5 files changed,
+3 insertions,
-8 deletions
| 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 |
|
- **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 |
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 |
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 |
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 |
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 |
|
|