Write a standalone deployment guide comparing the two Phase 6 form factors — slim laptop mode (SQLite, no Docker, npm install -g) and the Docker fleet image — so a contributor can pick the right one for their situation (single machine vs. running many parallel miner attempts). Pure documentation; no code changes.
Deliverables
References
packages/gittensory-miner/ package README (from the packaging skeleton issue) — this guide extends it.
Dockerfile (repo root) comment header — the tone/level of detail to match for the deployment invariants section.
Write a standalone deployment guide comparing the two Phase 6 form factors — slim laptop mode (SQLite, no Docker,
npm install -g) and the Docker fleet image — so a contributor can pick the right one for their situation (single machine vs. running many parallel miner attempts). Pure documentation; no code changes.Deliverables
packages/gittensory-miner/DEPLOYMENT.md(or a README section) with a comparison table: setup steps, dependencies, when to use which, resource footprint.init,doctor, expected directory layout./data, pass credentials via env, run.npm install -g @jsonbored/gittensory-miner.References
packages/gittensory-miner/package README (from the packaging skeleton issue) — this guide extends it.Dockerfile(repo root) comment header — the tone/level of detail to match for the deployment invariants section.