Skip to content

Commit 0bbc387

Browse files
committed
Run loop: document scientist-focused README differentiation
1 parent 44c174f commit 0bbc387

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

manuscript/sciclaw-component-revision-plan.qmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,22 @@ Use a layered naming strategy instead of hard renames:
317317
- `make build`
318318
- Upstream synchronization in this loop merged substantial additional updates (Docker, docs, provider changes), and compatibility checks remained green post-merge.
319319

320+
## Commit Slice F: Scientist-Facing README Rebranding and Diff Guidance
321+
322+
- Updated `README.md` with a dedicated section describing:
323+
- sciClaw's scientific use-case positioning,
324+
- concrete differences from stock PicoClaw,
325+
- compatibility boundaries kept intact (CLI command and upstream sync model).
326+
- Added an explicit comparison table for scientists covering:
327+
- workspace defaults,
328+
- runtime prompt semantics,
329+
- migration behavior,
330+
- CLI branding behavior,
331+
- manuscript/reproducibility workflow expectations.
332+
- Validation executed:
333+
- `go test ./cmd/picoclaw ./pkg/migrate ./pkg/agent`
334+
- `make build`
335+
320336
# Phased Revision Plan
321337

322338
## Phase 1: Stabilize Baseline

manuscript/sciclaw-manuscript-outline.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ See @fig-system-architecture.
8686
- Runtime paired-scientist semantics are now implemented in core prompt/context construction, including reproducibility-focused system rules and `TOOLS.md` bootstrap context loading with test coverage.
8787
- Workspace migration logic is now aligned with paired-scientist defaults by migrating `IDENTITY.md`, `sessions/`, and `cron/`, with dedicated migration test coverage.
8888
- CLI display surfaces now present sciClaw branding while preserving `picoclaw` command compatibility, with dedicated output tests and successful post-merge validation.
89+
- README now includes a scientist-focused stock-vs-sciClaw diff section so research users can quickly understand behavioral, reproducibility, and workflow deltas.
8990

9091
# Methods {#sec-methods}
9192

plans/main-plan-activity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@
2222
- Timestamp: 2026-02-12T14:52:32Z | Git hash: fc4a501
2323
- Continued implementation with strategic commits: rebranded CLI display surfaces to sciClaw with explicit `picoclaw` compatibility messaging, added CLI branding tests, merged latest upstream changes, reran build/tests, updated manuscript implementation status, and re-rendered manuscript outputs.
2424
- Timestamp: 2026-02-12T17:01:59Z | Git hash: a7554fe
25+
- Continued implementation with strategic commits: updated README with a scientist-specific stock-vs-sciClaw comparison and explicit rebranding/compatibility guidance, reran build/tests, updated manuscript implementation status, and re-rendered manuscript outputs.
26+
- Timestamp: 2026-02-12T18:00:30Z | Git hash: 44c174f

plans/main-plan-log.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ timestamp,loop,action,status,git_hash,notes
1111
2026-02-12T14:49:13Z,10,"Continued implementation with runtime prompt/context strategic slice",completed,bd8a306,"Implemented sciClaw runtime identity and reproducibility rules in pkg/agent/context.go, loaded TOOLS.md bootstrap context, added pkg/agent context tests, upstream sync no-op, build/tests passed, rendered manuscript outputs"
1212
2026-02-12T14:52:32Z,11,"Continued implementation with workspace migration alignment slice",completed,fc4a501,"Extended migration scope for IDENTITY.md and sessions/cron directories, expanded migrate tests, merged upstream/main, build/tests passed, updated manuscript implementation status, rendered manuscript outputs"
1313
2026-02-12T17:01:59Z,12,"Continued implementation with CLI display rebranding slice",completed,a7554fe,"Rebranded CLI user-facing output to sciClaw while preserving picoclaw command compatibility, added CLI branding tests, merged upstream/main with large Docker/docs/provider updates, build/tests passed, updated manuscript implementation status, rendered manuscript outputs"
14+
2026-02-12T18:00:30Z,13,"Continued implementation with scientist-facing README differentiation slice",completed,44c174f,"Added specific stock PicoClaw vs sciClaw comparison and scientist-oriented use-case guidance to README, tests/build passed, updated manuscript implementation status, rendered manuscript outputs"

plans/main-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ do deep review of the plan including thinking about high level vision, peer revi
6161

6262
Now start implementing the plan with strategic commits and build tests all the way through
6363

64+
update readme for new branding and use case with description on what's changed from original. be specific to help scientists undrfstand the differences between stock picoclaw and our revision.
65+
6466
### One-Time Instructions — Tasks that should only execute once
6567

6668
<!-- 👤 AUTHOR AREA: Add one-time tasks below -->

0 commit comments

Comments
 (0)