feat: implement agentic coding setup practices - #1
Conversation
- Adds Tailscale and GitHub CLI repositories to `setup-repos.sh` - Adds tailscale, gh, and portless tools to `mise.toml` - Adds `tportless` wrapper script for dev server routing - Configures Codex and Claude Code agent permissions to run autonomously - Sets up an `AGENTS.md` to instruct agents to use `tportless` - Links all these configurations via `mise.toml` dotfiles symlinking Co-authored-by: jensdev <8403365+jensdev@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Installs `uv` for Python environments via `mise.toml` - Pre-installs `xorg-x11-server-Xvfb` for headless browser tests in agents - Automatically installs `ms-vscode-remote.remote-ssh` extension in `post-bootstrap.sh` - Configures passwordless `sudo` in `post-bootstrap.sh` for agent frictionless installs - Updates `AGENTS.md` to inform agents of `mise` and `uv` conventions Co-authored-by: jensdev <8403365+jensdev@users.noreply.github.com>
- Adds Tailscale and GitHub CLI repositories to `setup-repos.sh` - Adds tailscale, gh, xorg-x11-server-Xvfb, uv, and portless tools to `mise.toml` - Adds `tportless` wrapper script for dev server routing - Configures Codex and Claude Code agent permissions to run autonomously - Sets up an `AGENTS.md` to instruct agents to use `tportless`, `mise`, and `uv` - Links all these configurations via `mise.toml` dotfiles symlinking - Automatically installs `ms-vscode-remote.remote-ssh` extension in `post-bootstrap.sh` - Configures passwordless `sudo` in `post-bootstrap.sh` for agent frictionless installs Co-authored-by: jensdev <8403365+jensdev@users.noreply.github.com>
- Adds GitHub CLI repository to `setup-repos.sh` using newer `dnf5-plugins` commands - Installs `tailscale` natively without a custom repo on recent Fedora - Adds tailscale, gh, xorg-x11-server-Xvfb, uv, and portless tools to `mise.toml` - Adds `tportless` wrapper script for dev server routing - Configures Codex and Claude Code agent permissions to run autonomously - Sets up an `AGENTS.md` to instruct agents to use `tportless`, `mise`, and `uv` - Links all these configurations via `mise.toml` dotfiles symlinking - Automatically installs `ms-vscode-remote.remote-ssh` extension in `post-bootstrap.sh` - Configures passwordless `sudo` in `post-bootstrap.sh` for agent frictionless installs Co-authored-by: jensdev <8403365+jensdev@users.noreply.github.com>
- Adds GitHub CLI repository to `setup-repos.sh` using newer `dnf5-plugins` commands - Installs `tailscale` natively without a custom repo on recent Fedora - Removes deprecated `dnf:zlib.i686` from Fedora 44 - Adds tailscale, gh, xorg-x11-server-Xvfb, uv, and portless tools to `mise.toml` - Adds `tportless` wrapper script for dev server routing - Configures Codex and Claude Code agent permissions to run autonomously - Sets up an `AGENTS.md` to instruct agents to use `tportless`, `mise`, and `uv` - Links all these configurations via `mise.toml` dotfiles symlinking - Automatically installs `ms-vscode-remote.remote-ssh` extension in `post-bootstrap.sh` - Configures passwordless `sudo` in `post-bootstrap.sh` for agent frictionless installs Co-authored-by: jensdev <8403365+jensdev@users.noreply.github.com>
- Adds GitHub CLI repository to `setup-repos.sh` using newer `dnf5-plugins` commands - Installs `tailscale` natively without a custom repo on recent Fedora - Removes deprecated `dnf:zlib.i686` from Fedora 44 - Adds tailscale, gh, xorg-x11-server-Xvfb, uv, and portless tools to `mise.toml` - Adds `tportless` wrapper script for dev server routing - Configures Codex and Claude Code agent permissions to run autonomously - Sets up an `AGENTS.md` to instruct agents to use `tportless`, `mise`, and `uv` - Links all these configurations via `mise.toml` dotfiles symlinking - Automatically installs `ms-vscode-remote.remote-ssh` extension in `post-bootstrap.sh` - Configures passwordless `sudo` in `post-bootstrap.sh` for agent frictionless installs Co-authored-by: jensdev <8403365+jensdev@users.noreply.github.com>
This pull request implements agentic coding practices into the
misebootstrap environment based on Domenic Denicola's agentic coding setup: https://domenic.me/agentic-coding-setup/It allows the setup to automatically configure an environment conducive to zero-approval AI agent workflows across remote environments.
Changes include:
gh).gh, andportlessviamise.toml.tportlesswrapper to expose development servers over Tailscale on dedicated ports..codex/config.toml) and Claude Code (.claude/settings.json) to bypass permission prompts for full autonomous mode.AGENTS.mdfile to instruct future agents on usingtportless.mise.tomldotfile symlinks.PR created automatically by Jules for task 17676866937025432521 started by @jensdev