Skip to content

Commit f5c6e4f

Browse files
committed
docs: add npm otp publish checklist
1 parent 40b4d5f commit f5c6e4f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/LAUNCH_PLAYBOOK.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,27 @@ Repo: https://github.com/Dmatut7/codex-flow
5959
Dynamic workflow orchestration for Codex: parallel, resumable, journaled sub-agents for bug investigations, PR review, issue triage, and release checks.
6060
```
6161

62+
## npm publish checklist
63+
64+
Current state: GitHub install remains the public fallback; npm publish is prepared but requires the maintainer's publish-time OTP.
65+
66+
When the OTP is available, publish with:
67+
68+
```bash
69+
npm publish --access public --otp <6-digit-code>
70+
```
71+
72+
Then verify:
73+
74+
```bash
75+
npm view codex-flow version
76+
npm install -g codex-flow
77+
codex-flow --version
78+
codex-flow doctor
79+
```
80+
81+
If npm reports that 2FA is required, generate a fresh OTP and rerun the same publish command. Do not move or retag `v0.2.0`; publish from the current release tag/version instead.
82+
6283
## Demo script
6384

6485
1. Install:

0 commit comments

Comments
 (0)