Skip to main content

max / makenotwork

server: bump to 0.8.14 Doc/copy refinements landed since 0.8.13. No code, schema, or behavior changes. Patch bump per CLAUDE.md sprint cadence. - Reframe tier copy as file-size envelope across tiers.md, pricing.md, how-we-work.md, creators.html, index.html, pricing.html, user_creator.html. Add Ko-Fi sidebar to compare.md. Hotfix stale tier prices on creators.html. Add ToS Liability carve-out for Guarantees. Add private-alpha disclosure on landing/creators. Add downgrade-over-cap behavior note. (cef4b54) - Substitute storage limits and $16-60 tier-price ranges via assumptions.toml [tier_limits] section across guide/tiers.md, guide/files.md, guide/02-content.md, about/pricing.md, about/how-we-work.md, about/compare.md, about/guarantees.md, guide/fan-guide.md, support/faq.md. (8cec188) - Substitute founder-cohort cap via cohort.cap_display = "1,000"; raise toml cap_count 500 -> 1000 to match public copy and migration 116. (558abbd) - Remove unused site-docs/public/html/ static-build artifact (73 files, never mounted to any route in lib.rs; was shipping literal {{...}} markers in dead code). (b7eb1b4) Cargo.lock also catches up from 0.8.12 -> 0.8.14 (prior 0.8.13 bump updated Cargo.toml only). Production deploy: assumptions.toml is rsync'd from _private/docs/mnw/server-internal/business/ to prod via deploy.sh:77. Server must pick up the new [tier_limits] keys and [cohort] cap_display for the new substitutions to render correctly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-01 05:22 UTC
Commit: c3375ecbdcebfaaacfd30c30350f7e968f1f8893
Parent: b7eb1b4
2 files changed, +2 insertions, -2 deletions
@@ -4140,7 +4140,7 @@ dependencies = [
4140 4140
4141 4141 [[package]]
4142 4142 name = "makenotwork"
4143 - version = "0.8.12"
4143 + version = "0.8.14"
4144 4144 dependencies = [
4145 4145 "anyhow",
4146 4146 "apple-codesign",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.8.13"
3 + version = "0.8.14"
4 4 edition = "2024"
5 5 license-file = "LICENSE"
6 6