devteam
Run a team of local coding agents in your terminal. Launch multiple Claude Code, Codex or Gemini agents, switch between them, review their changes and add comments, and push PRs all from one streamlined terminal UI. An exercise to push how fast development can happen with multiple parallel agents. Mostly vibe-coded
파일 탐색기
최종 버전 다운로드 (.zip)- config.json
- claude-code-review.yml
- claude.yml
- test.yml
- filesystem-and-layout.md
- github-and-pr-caching.md
- overview.md
- state-and-data-flow.md
- testing-strategy.md
- tmux-and-ai-sessions.md
- project-config.md
- projects-worktrees-workspaces.md
- status-model.md
- archive-and-restore.md
- branch-picking.md
- diff-review-comments.md
- feature-creation.md
- session-lifecycle.md
- settings-ai-editing.md
- release-and-version-check.md
- code-map.md
- decisions.md
- glossary.md
- documentation-gap-analysis.md
- README.md
- screenshot.png
- version-check-and-publish.md
- devteam.ts
- AnnotatedText.tsx
- FullScreen.tsx
- LoadingScreen.tsx
- StatusChip.tsx
- AIToolDialog.tsx
- BranchPickerDialog.tsx
- CommentInputDialog.tsx
- ConfirmDialog.tsx
- CreateFeatureDialog.tsx
- FileTreeOverlay.tsx
- HelpOverlay.tsx
- InfoDialog.tsx
- NoProjectsDialog.tsx
- ProgressDialog.tsx
- ProjectPickerDialog.tsx
- SessionWaitingDialog.tsx
- SettingsDialog.tsx
- TrackerProjectPickerDialog.tsx
- UnsubmittedCommentsDialog.tsx
- useDiffComments.ts
- useDiffNavigation.ts
- mdRowHelpers.tsx
- SideBySideDiffRows.tsx
- UnifiedDiffRows.tsx
- useColumnWidths.ts
- useHighlightPriority.ts
- EmptyState.tsx
- highlight.ts
- MessageView.tsx
- PaginationFooter.tsx
- PromptView.tsx
- SessionCell.tsx
- TableHeader.tsx
- utils.ts
- WorkspaceGroupRow.tsx
- WorktreeRow.tsx
- MarkdownRowView.tsx
- MarkdownView.tsx
- DiffView.tsx
- MainView.tsx
- GitHubContext.tsx
- InputFocusContext.tsx
- UIContext.tsx
- WorktreeContext.tsx
- GitHubCore.ts
- RalphCore.ts
- WorktreeCore.ts
- WorktreeStatus.ts
- core-types.ts
- useKeyboardShortcuts.ts
- useMarkdownTheme.ts
- usePagination.ts
- useTerminalDimensions.ts
- ArchiveConfirmScreen.tsx
- CreateFeatureScreen.tsx
- prChip.ts
- runningChips.ts
- TrackerBoardScreen.tsx
- TrackerItemScreen.tsx
- TrackerProposalScreen.tsx
- TrackerStagesScreen.tsx
- WorktreeListScreen.tsx
- AIToolService.ts
- CommentStoreManager.ts
- GitHubService.ts
- GitService.ts
- MemoryMonitorService.ts
- PRStatusCacheService.ts
- TmuxService.ts
- TrackerService.ts
- VersionCheckService.ts
- versionTypes.ts
- WorkspaceService.ts
- convertToSideBySide.ts
- formatCommentsAsPrompt.ts
- loadDiff.ts
- types.ts
- blockContext.ts
- diffPrepass.ts
- inline.ts
- render.ts
- themes.ts
- types.ts
- aiSessionMemory.ts
- commandExecutor.ts
- concurrency.ts
- diffLineIndex.ts
- fileSystem.ts
- formatting.ts
- gitHelpers.ts
- index.ts
- intervals.ts
- languageMapping.ts
- lastTrackerProject.ts
- layout.ts
- lineWrapper.ts
- logger.ts
- throttle.ts
- timing.ts
- trackerCardStatus.ts
- validation.ts
- viewport.ts
- pagination.ts
- App.tsx
- bootstrap.tsx
- cli.ts
- config.ts
- constants.ts
- index.ts
- models.ts
- ui.js
- ink-syntax-highlight.js
- ink-testing-library.js
- ink.js
- _utils.js
- app-full.test.mjs
- archive-esc-blank.test.mjs
- attach-detach-rerender.test.mjs
- diffview-row-visibility.test.mjs
- exact-page-size-navigation.test.mjs
- mainview-list.test.mjs
- mainview-row-visibility.test.mjs
- page-preserve-after-attach.test.mjs
- smoke.test.mjs
- tracker-board-merged-label.test.mjs
- tracker-board-size.test.mjs
- workspace-archive-last-child.test.mjs
- workspace-changes-column.test.mjs
- workspace-rendering.test.mjs
- zero-state-empty-app.test.mjs
- zero-state-empty.test.mjs
- zero-state-no-projects.test.mjs
- archived.test.tsx
- branch-picker.test.tsx
- comment-send.test.tsx
- data-flow.test.tsx
- diff-comments.test.tsx
- diff-file-navigation.test.tsx
- diff-wrap-mode.test.tsx
- full-workflow.test.tsx
- half-screen-navigation.test.tsx
- main-view-half-screen.test.tsx
- navigation.test.tsx
- project-filter.test.tsx
- project-picker-input-behavior.test.tsx
- session.test.tsx
- side-by-side-diff.test.tsx
- ui-dialogs.test.tsx
- unarchive-workflow.test.tsx
- unsaved-comments-dialog.test.tsx
- worktree.test.tsx
- FakeAIToolService.ts
- FakeGitHubService.ts
- FakeGitService.ts
- FakeMemoryMonitorService.ts
- FakeTmuxService.ts
- FakeWorktreeService.ts
- stores.ts
- idle.txt
- waiting.txt
- working.txt
- idle.txt
- waiting.txt
- working.txt
- idle.txt
- README.md
- waiting.txt
- working.txt
- idle.txt
- README.md
- waiting.txt
- working.txt
- kanban-narrow-footer.txt
- ai-tool-detection.test.ts
- ai-tool-dialog.test.tsx
- ai-tool-selection-logic.test.ts
- ai-tool-switching.test.ts
- aiSessionMemory.test.ts
- AIToolService.test.ts
- app-services.test.tsx
- applyConfig.test.ts
- columnLayout.test.ts
- comment-fileheader-duplicate.test.tsx
- comment-formatting.test.tsx
- comment-line-mapping.test.tsx
- convertToSideBySide.test.ts
- cross-project-sorting-comparator.test.ts
- dialog-navigation-bug.test.ts
- diff-file-ordering.test.ts
- diffLineIndex.test.ts
- diffWidthIssue.test.tsx
- fileSystem-utils.test.ts
- formatCommentsAsPrompt.test.ts
- git-archive-clean.test.ts
- git-worktree-creation.test.ts
- input-focus.test.tsx
- layout-utils.test.ts
- loadDiff.test.ts
- markdown-blockContext.test.ts
- markdown-diffPrepass.test.ts
- markdown-render.test.ts
- memoryMonitor.test.ts
- pageDownOnePage.test.ts
- pagination-fixes.test.tsx
- pagination.test.ts
- paginationState.test.ts
- paginationUtils.test.ts
- prChip.test.ts
- PRStatusCacheService.test.ts
- ralph.test.ts
- remote-commit-invalidation.test.ts
- runningChips.test.ts
- sanitization.test.ts
- services.test.ts
- settingsDialog-wipe-prevention.test.tsx
- sideBySideDiff.test.ts
- sort-instability.test.tsx
- statusChipMapping.test.ts
- tmux-status-bar.test.ts
- tracker-board-create-flow.test.ts
- tracker-derive-slug.test.ts
- tracker-item-screen-actions.test.ts
- tracker-proposal-create.test.ts
- tracker.test.ts
- TrackerBoardScreen.test.ts
- unarchive-bug.test.ts
- useKeyboardShortcuts.test.ts
- versionCheckService.test.ts
- workspaceService.test.ts
- WorktreeCoreAutoResume.test.ts
- WorktreeCoreSessionTermination.test.ts
- WorktreeService.test.ts
- renderApp.tsx
- testDataFactories.ts
- testHelpers.ts
- README.md
- setup.e2e.ts
- setup.ts
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- status.json
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- status.json
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- status.json
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- implementation.md
- notes.md
- requirements.md
- .gitignore
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- install.sh
- jest.config.js
- jest.e2e.config.js
- jest.unit.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- RELEASING.md
- tsconfig.json
- tsconfig.node-tests.json
- tsconfig.test.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/agent-era/devteam
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd devteam
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다.
npm i -g @agent-era/devteam
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm i -g @agent-era/devteam
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm version <patch|minor|major>
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm publish --access public
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run release:patch # bump patch + publish
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run release:minor # bump minor + publish
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
