Commit Graph

11 Commits

Author SHA1 Message Date
Claude
13abef8bc1 docs: remove diagram, restructure Why DevClaw into clean bullet lists
Replaced dense inline-linked paragraphs with a short intro sentence
per pillar followed by bullet points. Each bullet is one concept with
one link. Removed the ASCII parallelization diagram.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 07:23:04 +00:00
Claude
348b33f40b docs: title with OpenClaw, savings in header, vertical architecture diagram
- Title: "DevClaw — Development Plugin for OpenClaw"
- Renamed "Token savings" header to "~60-80% token savings"
- Added vertical ASCII diagram showing heartbeat dispatching to
  isolated projects with parallel DEV/QA — mobile-friendly layout

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 06:00:59 +00:00
Claude
8cebeee314 docs: visually differentiate human message in demo transcript
Indent the "You:" line differently from the Agent lines so it stands
out as a human dropping into an otherwise autonomous flow.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 05:07:14 +00:00
Claude
f13e101656 docs: shorten demo, inline human interaction, use GitHub issues
Trimmed the chat transcript: removed separate "You jump in" section,
inlined a single human message within the webapp group flow, dropped
Linear sync in favor of GitHub issue creation. Shorter, tighter.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 05:01:38 +00:00
Claude
fce256fe59 docs: add concise three-pillar benefits section with cross-links
Autonomous multi-project development, process enforcement, and token
savings — each as a brief paragraph with inline links to the detailed
sections below.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 04:31:53 +00:00
Claude
9d1e253f11 docs: remove auto-chaining, reframe around scheduling system
Auto-chaining was removed from the codebase. All docs now describe the
scheduling model: work_finish transitions labels, the heartbeat's tick
pass (which also fires immediately after every work_finish) detects
available work and fills free slots. Removed autoChain config references.

Files updated: README.md, README2.md, docs/TOOLS.md, ARCHITECTURE.md,
ROADMAP.md, MANAGEMENT.md, ONBOARDING.md, lib/templates.ts

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 04:20:25 +00:00
Claude
261babdf61 docs: merge demo into one continuous chat view with external sync
Single unbroken group-chat transcript now flows from autonomous work,
through human planning/steering, syncing issues to Linear, and back
to autonomous execution — showing everything happens in the same
conversation.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 02:20:08 +00:00
Claude
40215f5c28 docs: show planning and steering in the same group chat demo
Manual interaction example now shows creating issues, sequencing work,
and parking tasks in Planning — all in the same conversation where
autonomous execution happens.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 02:12:50 +00:00
Claude
089664a675 docs: rewrite 'what it looks like' to show multi-project auto-scheduling
Show two projects running overnight with heartbeat-driven dispatch,
auto-chaining, QA failures cycling back to DEV, and different developer
levels — all without human involvement. Manual mode shown as secondary.

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 02:08:41 +00:00
Claude
7a59c76709 docs: add task management section, auto-scheduling with configs, simplify team tables
- Bundle task management: issue tracker integration, creating/updating/commenting,
  custom instructions per project — all in one section
- Add automatic scheduling section: heartbeat service, auto-chaining, execution
  modes, with full config snippets and settings table
- Remove standalone "Parallel everything" section (folded into scheduling)
- Simplify team tables: Level / Assigns to / Model columns

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 02:06:38 +00:00
Claude
1c68113ef4 docs: add README2.md — fresh rewrite for OpenClaw users
Complete from-scratch rewrite of the README with an OpenClaw user perspective:
- Opens with a concrete group chat interaction showing the full flow
- Frames the problem as "babysitting the thing you built to avoid babysitting"
- "Meet your team" section makes the model mapping fun and relatable
- Pipeline explained as a story, not a spec
- Behind-the-scenes section covers session reuse, heartbeat, auto-chaining
- Issue tracker integration framed as "your issues, your tracker"
- Onboarding shown as a natural conversation
- Tools framed as guardrails, not API endpoints

https://claude.ai/code/session_01R3rGevPY748gP4uK2ggYag
2026-02-11 01:37:09 +00:00