docs: update roadmap and README for WP2.5 completion and v0.3.0 release#65
Conversation
Mark WP2.5 (Prime Lab Integration) and WP2.5a (Fallback Host Path) as complete with detailed completion notes. Add v0.3.0 release section to roadmap. Update README with Prime Lab Integration section, roadmap status table, and documentation link. https://claude.ai/code/session_01K51YkP3GWcYFDypAZbNekn
Replace TEAM=intertwine with TEAM=your-team in README, Prime Lab integration guide, and roadmap completion notes. Add prerequisite section and credential note to PRIME-LAB-INTEGRATION.md so external users know to supply their own Prime credentials. https://claude.ai/code/session_01K51YkP3GWcYFDypAZbNekn
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 130f665596
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - [ ] Document launch commands and minimum-run parameters in `docs/PRIME-LAB-INTEGRATION.md`. | ||
| - [ ] Add metadata normalization so hosted run outputs map to `outputs/evals/...` for report tooling. | ||
| - [ ] Add Makefile wrappers for hosted run/eval parity (`lab-run-e1`, `lab-run-e2`, `lab-eval-e1`, `lab-eval-e2`) and fallback `env-eval-*` wrappers. | ||
| - [x] Add compatibility checks: `prime --version`, command discovery for `lab`, auth status, and required team permissions. |
There was a problem hiding this comment.
Remove unsupported team-permission check claim
This checklist item is marked complete, but the implemented gate (scripts/prime_lab_check.py) only checks CLI presence/version, top-level lab/env command discovery, and auth (prime whoami); it does not verify whether the caller has the required permissions for the target team. In environments where auth succeeds but team access is missing, this documentation overstates readiness and can lead users to trust make lab-check before prime lab ... --team ... fails at launch time.
Useful? React with 👍 / 👎.
Mark WP2.5 (Prime Lab Integration) and WP2.5a (Fallback Host Path) as
complete with detailed completion notes. Add v0.3.0 release section to
roadmap. Update README with Prime Lab Integration section, roadmap
status table, and documentation link.
https://claude.ai/code/session_01K51YkP3GWcYFDypAZbNekn