Skip to content

docs: add loop-sync subsection to QUICKSTART#263

Merged
cobusgreyling merged 1 commit into
cobusgreyling:mainfrom
a-yeyang:docs/quickstart-loop-sync
Jul 13, 2026
Merged

docs: add loop-sync subsection to QUICKSTART#263
cobusgreyling merged 1 commit into
cobusgreyling:mainfrom
a-yeyang:docs/quickstart-loop-sync

Conversation

@a-yeyang

Copy link
Copy Markdown
Contributor

Closes #226.

Adds a loop-sync subsection to docs/QUICKSTART.md, placed right after the audit step (section 4), so newcomers learn to catch STATE.mdLOOP.md drift before scheduling a loop on stale instructions.

Acceptance criteria (from #226)

  • Short subsection after the audit step
  • Shows npx @cobusgreyling/loop-sync . with sample output + interpretation
  • One sentence on when to run it (after editing LOOP.md, before scheduling L2)
  • Links to tools/loop-sync/README.md

Notes

  • The sample output is real — captured by running loop-sync against a fresh loop-init --pattern daily-triage scaffold (80/100, two warnings), not hand-written.
  • Score bands in the interpretation match the tool's actual implementation (>=70 healthy / 40–69 warning / <40 critical in tools/loop-sync/src/sync.ts), which is why the 80/100 sample reads (healthy).
  • Also added a loop-sync line to the copy-paste cheat sheet for parity with the other tools.
  • Verified locally: validate-registry ✓ and check-loop-init-sync ✓ still pass; only docs/QUICKSTART.md is changed; the tools/loop-sync/README.md link target exists.

PR checklist

  • Links work from the relevant index
  • No secrets, tokens, or internal URLs
  • STATE.md examples use .example suffix (n/a — no state files added)
  • Safety-sensitive patterns reference docs/safety.md (n/a)

Document loop-sync drift detection between STATE.md and LOOP.md in the
Quickstart, after the audit step. Includes the npx command, real sample
output with interpretation, when to run it (after editing LOOP.md, before
scheduling an L2 loop), and a link to tools/loop-sync/README.md. Also adds
loop-sync to the copy-paste cheat sheet.

Closes cobusgreyling#226

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@a-yeyang
a-yeyang requested a review from cobusgreyling as a code owner July 13, 2026 03:03
@github-actions

Copy link
Copy Markdown
Contributor

Thanks @a-yeyang for contributing a docs improvement — visible, reviewable PRs like this grow the reference for everyone.

What happens next

  • Maintainer aims for same-day review on story, adopter, and scoped docs/example PRs (CONTRIBUTING.md).
  • good first issue PRs: comment on the linked issue so we can assign and close on merge.

More ways to help

— loop-engineering maintainers

@cobusgreyling
cobusgreyling merged commit e0e7182 into cobusgreyling:main Jul 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add loop-sync subsection to QUICKSTART

2 participants