Sign In

agentsx

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentsx

Cross-machine agent config sync CLI

npmnpm
Version
0.1.0
Version published
Weekly downloads
9
-35.71%
Maintainers
1
Weekly downloads
 
Created
Source

agentsx

여러 컴퓨터에서 코딩 에이전트 설정을 Git 저장소로 동기화하는 CLI입니다.

시작

pnpm i
pnpm build

명령

npx agentsx init <repo-url>
npx agentsx agents
npx agentsx targets <agent>
npx agentsx push <agent> [targets...] [--conflict fail-all|overwrite|partial]
npx agentsx pull <agent> [targets...] [--conflict fail-all|overwrite|partial]
npx agentsx sync <agent> [targets...] [--conflict fail-all|overwrite|partial]
  • targets를 생략하면 TUI 선택 UI가 열립니다.
  • 선택/충돌 결정은 ~/.agentsx/state.json에 저장되어 재사용됩니다.

품질 검증

pnpm check

문서

  • 요구사항: REQUIREMENTS.md
  • 에이전트 작업 가이드: AGENTS.md
  • 온라인 기반 경로 조사: AGENT_PATHS.md

FAQs

Package last updated on 07 Feb 2026

Related posts