Commit fbdbb85
feat: enable Playwright MCP for existing projects (#30)
* feat(docker-git): format ps output
* feat(docker-git): default to .docker-git and sync codex config
* feat(docker-git): improve TUI ssh flow
* fix(docker-git): suspend TUI during ssh
* fix(tui): disable input during ssh
* chore: add pre-commit large file guard
* feat(docker-git): add tmux attach
* fix(docker-git): stabilize tmux panes
* fix(docker-git): stabilize select view and ssh return
* fix(docker-git): reset tmux layout on mismatch
* fix(docker-git): correct tmux actions pane
* fix(docker-git): bump tmux layout version
* refactor(cli): move docker-git cli and tmux to app
* Restore web package files from local backup
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
* feat(docker-git): improve sessions and codex bootstrap
* feat(docker-git): enable zsh autosuggest
* feat(docker-git): enforce gh scopes and protect branches
* feat(docker-git): wait for ssh and track sessions
* feat(docker-git): add codex resume hint
* fix(docker-git): clean ssh login and sync templates
- Print codex resume hint on interactive shells\n- Disable Ubuntu MOTD/last-login noise inside containers\n- Silence SSH host-key warnings via LogLevel=ERROR\n- Force docker compose output to plain/no-ANSI to avoid escape sequences\n- Keep generated project templates in sync on compose up
* fix(docker-git): keep ssh port stable for running projects
Skip port re-selection when docker compose is already running for the project.
* fix(docker-git): escape newline in codex resume hint
* refactor(docker-git): remove legacy greeting scaffold
* fix(docker-git): make generated projects portable
* feat(docker-git): add down-all and per-project stop
* fix(docker-git): show only running containers in stop selector
* refactor(docker-git): remove redundant up from TUI menu
* fix(docker-git): disable mouse scroll for Ink TUI
* feat(docker-git): show connection info via selector
* feat(docker-git): add git-synced state commands
* feat(docker-git): clone state repo on init
* fix(docker-git): wipe volumes on --force
- When --force is set, run docker compose down -v before up to ensure /home/dev volume is clean
- Install pnpm via corepack in generated Dockerfiles for deterministic pnpm availability
- Update CLI/TUI wording to reflect force semantics
* update knowlenge
* feat(docker-git): add safe gitignore for state repo
* fix(docker-git): init state repo for empty remotes
* feat(docker-git): use ~/.docker-git as default projects root
* feat(docker-git): sync state repo with git
- Add "state sync" (commit + fetch/rebase + push)\n- Auto-sync state after create/update operations\n- On conflict/divergence, push a PR branch and print a compare URL
* feat(docker-git): delete project via selector
- Add TUI action to delete a project folder from the state root\n- Best-effort: run docker compose down before deleting\n- Auto-sync state repo after deletion
* feat(docker-git): confirm before deleting project
- Delete flow now requires a second Enter to confirm\n- Esc cancels confirmation\n- Confirmation resets on selection change
* fix(docker-git): auth state git operations via github token
- Read GITHUB_TOKEN from state .orch/env/global.env (or env vars)\n- Use GIT_ASKPASS for non-interactive https push/pull/sync
* fix(docker-git): normalize state sync + refresh stop selector
* fix(hooks): guard push against oversized .knowledge blobs
* feat(docker-git): share Codex auth + better SSH zsh UX
- Share Codex auth.json across projects (symlink) to avoid refresh_token_reused
- Keep per-project Codex sessions/logs under .orch
- Improve SSH terminal UX (ncurses-term, zsh completion ordering, autosuggest from history+completion)
- Support GitHub tree/blob URLs and add parser tests
* feat(docker-git): add Playwright MCP sidecar
- Add --mcp-playwright flag to generate Chromium sidecar container
- Auto-configure Codex MCP server (playwright) in entrypoint
- Provide wrapper to convert CDP HTTP endpoint -> usable WS endpoint
- Update tests + CLI usage
* feat(docker-git): isolate Playwright MCP contexts by default
* fix(docker-git): remove stale Playwright MCP block when disabled
* feat(app): expose Playwright MCP in TUI and help
* docs: add docker-git README
* fix(docker-git): make container IP reachable from external containers
- Connect managed containers to the default bridge network after compose up
- Prefer bridge IP for access logging so other containers can reach services by IP
* feat(docker-git): update default Codex config
- Default model: gpt-5.3-codex (xhigh) with pragmatic personality
- Enable live web search + web_search_request
- Enable shell_snapshot/collab/apps by default
* docs(agents): add sleep and gh workflows guidance
- Allow waiting for remote actions via sleep-based polling
- Prefer gh for issues/PRs and CI checks; wait for Actions after push
* fix(docker-git): propagate default Codex config to new containers
- Rewrite docker-git-managed Codex config.toml when defaults change
- Ensure per-project .orch/auth/codex/config.toml is updated on create and up
* feat(state): track full state dir in git
* feat(templates): allow committing .orch in state repo
* feat(state): ignore volatile Codex artifacts
* refactor(repo): move effect-template workspace to root
* fix(ci): restore checkout permissions
- Grant GITHUB_TOKEN contents:read so actions/checkout can fetch.
- Reduce lint complexity in resolveCreateInputs.
* fix(test): build lib before running app tests
CI test job runs `pnpm test` without building @effect-template/lib, but the package exports types from dist. Add `pretest` to build lib so lint:tests + vitest can resolve imports.
* chore(ci): add lib to checks
* fix(lib): pass effect lint
* fix(lib): pass vibecode-linter
* fix(ci): fail on lib lint errors
* fix(codex-config): remove deprecated web_search_request flag (#6)
Co-authored-by: codex-agent <codex-agent@users.noreply.github.com>
* ci(workflows): align with effect-template and add deps prune check (#8)
* ci(workflows): align with effect-template and add deps prune check
* fix(ci): restore snapshot checkout permission for private repo
* chore(release): version packages
* fix(shell): sync github auth env and improve docker error handling
* feat: parallel issue/PR workspaces in one repository (#9)
* feat(core): isolate issue/pr workspaces for parallel work
* fix(app): remove duplicate workspace path logic
* feat(shell): add issue workspace AGENTS context
* feat(cli): add --force-env soft reset mode
* fix(lib): resolve lint regressions in templates and file writer
* refactor(lib): split long functions for lint constraints
* refactor(lib): replace force flags params with options objects
* refactor(lib): remove forbidden casts in create-project options
* fix(lib): harden issue workspace env reset flow
* fix(lib): split auth sync copy helpers for lint
* fix(lib): manage AGENTS blocks without full overwrite
---------
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix(release): publish app CLI as @prover-coder-ai/docker-git (#16)
* fix(ci): disable npm publish in release workflow
* fix(ci): gate npm publish on token/access checks
* fix(release): publish app cli as @prover-coder-ai/docker-git
* chore(ci): drop custom release workflow changes
* fix(ci): keep app dist free of test-only deps
---------
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix: bridge GH token to git auth (#15)
* fix(shell): bridge gh token to git credentials
* fix(shell): auto-configure git credentials after gh auth
* test(docker-git): assert generated auth helper in entrypoint
* refactor(lib): split entrypoint git template blocks
---------
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix(release): publish only @prover-coder-ai/docker-git (#18)
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix(force-env): refresh managed files and rebuild on recreate (#19)
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix: handle docker socket permission failures early (#20)
* fix(shell): fail fast on docker socket permission errors
* fix(lib): reduce error renderer complexity
---------
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix(ci): validate app and lib in check workflow (#22)
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* fix(ci): enforce effect-ts analyzer on tests (#23)
* fix(lint): include tests in effect-ts analyzer
* chore(ci): retrigger checks after runner stall
---------
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>
* chore(release): version packages
* fix: support nested docker-git auth bootstrap and compose v2 (#25)
* fix(lib): bootstrap nested docker-git auth and compose v2
* refactor(lib): split nested docker-git entrypoint template
* refactor(lib): reduce lint complexity in path normalization
* chore(release): version packages
* fix(lib): resolve playwright MCP env interpolation in wrapper script
* feat(cli): add mcp-playwright command for existing projects
- Adds docker-git mcp-playwright to enable Playwright MCP + Chromium sidecar after create\n- Rewrites managed templates + docker-git.json, preserves env files and volumes\n- Includes parser + usecase tests
* fix(test): make vibecode-linter resolve pnpm binaries
vibecode-linter shells out to npx biome/tsc, but npm's npx can miss local pnpm workspace bins.\nAdd a small npx shim (pnpm exec) and prepend it to PATH for lint scripts.
* fix(cli): avoid pipe overload in command matcher
Effect\x27s pipe typings cap at 20 args; split Match.orElse into a second pipe call.
* chore(lint): apply autofixes
* feat(cli): add mcp-playwright command for existing projects
- Adds docker-git mcp-playwright to enable Playwright MCP + Chromium sidecar after create\n- Rewrites managed templates + docker-git.json, preserves env files and volumes\n- Includes parser + usecase tests
* fix(test): make vibecode-linter resolve pnpm binaries
vibecode-linter shells out to npx biome/tsc, but npm's npx can miss local pnpm workspace bins.\nAdd a small npx shim (pnpm exec) and prepend it to PATH for lint scripts.
* fix(scripts): make npx shim executable
---------
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex-agent <codex-agent@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: skulidropek <skulidropek@users.noreply.github.com>1 parent c720f7c commit fbdbb85
File tree
10 files changed
+298
-6
lines changed- packages
- app
- src/docker-git
- cli
- tests/docker-git
- lib
- src
- core
- usecases
- tests/usecases
- scripts
10 files changed
+298
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
122 | | - | |
| 125 | + | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
73 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
74 | 79 | | |
75 | | - | |
76 | 80 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
155 | 183 | | |
156 | 184 | | |
157 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
102 | 108 | | |
103 | 109 | | |
104 | 110 | | |
| |||
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
| 223 | + | |
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
0 commit comments