feat(tools): add loop-sync CLI (#47)#88
Merged
Merged
Conversation
…sync - Detect drift between STATE.md ↔ LOOP.md - Check for missing required files (STATE.md, LOOP.md, AGENTS.md) - Scan skills directory for version information - Calculate consistency score (0-100) with health levels - Provide actionable suggestions for fixing issues - Support JSON and human-readable output formats - Include comprehensive test suite This tool helps teams maintain consistent Loop configurations across their repositories and detect configuration drift early. Closes #none (new feature)
- Build dist/ directory for loop-sync CLI - Add !tools/loop-sync/dist/ to .gitignore - Add test:loop-sync and update test:tools, build:tools scripts - Fix TypeScript types in sync.ts (add help? and json? to SyncOptions)
- Resolve package.json conflict (loop-sync + mcp-server in test:tools) - Wire loop-sync into ci-validate-gates.sh - Fix sync.ts syntax + multi-tool skills scan (.grok/.claude/.codex) - Fix tests: use dist/, node:test API, npm run build - Add @types/node devDependency - README Quick Links entry Thanks @hsms4710-pixel
Contributor
Loop Readiness AuditScore: 100/100 (L3) Strong loop readiness — good candidate for L3 with explicit gates. Top suggestions
Posted by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased and reviewed community PR #47 by @hsms4710-pixel.
Adds
loop-syncDetect drift between
STATE.md↔LOOP.md, missing required files, and skills layout. Returns a 0–100 consistency score with actionable suggestions.node tools/loop-sync/dist/cli.js .Maintainer rebase fixes
package.jsonwith mcp-server tooling (both intest:tools/build:tools)loop-synctoci-validate-gates.shnode:testAPI, build-before-test, import fromdist/)@types/node; multi-tool skills scan (Grok/Claude/Codex)Verification
npm run test:tools✓bash scripts/ci-validate-gates.sh✓Closes #47 — thanks @hsms4710-pixel!