You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add devopster login via gh/az/glab CLI delegation with auto browser open,
OSC 8 clickable links, and device-code flow that works inside containers
- Add login status, login all, login logout subcommands
- Add src/auth/mod.rs: persistent token store in ~/.config/devopster/tokens.json
- Add src/ai/mod.rs: GitHub Copilot integration for topic/description suggestions
- Rewrite devopster init: live org/repo picker from gh/az/glab, scoped_repos
selection, copilot_enabled prompt, generates full config
- Add scoped_repos + copilot_enabled to AppConfig with scope_to_config filter
- Fix Dockerfile: --platform linux/arm64 and dynamic ARCH for glab install
- Fix make setup: single build then run to prevent double-compile OOM
- Add scripts/setup.sh and scripts/setup.ps1
- Rewrite Makefile with OS detection, tab indentation, help target
- Update README to single make setup getting-started flow
Copy file name to clipboardExpand all lines: README.md
+49-6Lines changed: 49 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,18 @@ The repository now includes:
31
31
32
32
## Container-First Workflow
33
33
34
-
This project is designed to be developed inside a container.
34
+
This project is designed to run inside a container. **The only required tool on your host machine is `make`**, everything else including Docker is installed automatically by `make setup`.
35
+
36
+
### What `make setup` installs
37
+
38
+
| Tool | Where | How |
39
+
|---|---|---|
40
+
| Homebrew | macOS only, if missing | Official install script |
0 commit comments