Skip to content

feat: implement agentic coding setup practices - #1

Open
jensdev wants to merge 6 commits into
mainfrom
add-domenic-agentic-coding-practices-17676866937025432521
Open

feat: implement agentic coding setup practices#1
jensdev wants to merge 6 commits into
mainfrom
add-domenic-agentic-coding-practices-17676866937025432521

Conversation

@jensdev

@jensdev jensdev commented Jul 23, 2026

Copy link
Copy Markdown
Owner

This pull request implements agentic coding practices into the mise bootstrap 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:

  1. Adding official repositories for Tailscale and GitHub CLI (gh).
  2. Integrating Tailscale, gh, and portless via mise.toml.
  3. Creating a tportless wrapper to expose development servers over Tailscale on dedicated ports.
  4. Setting Codex/ChatGPT (.codex/config.toml) and Claude Code (.claude/settings.json) to bypass permission prompts for full autonomous mode.
  5. Creating an AGENTS.md file to instruct future agents on using tportless.
  6. Tying these configuration files to the user's home directory via mise.toml dotfile symlinks.

PR created automatically by Jules for task 17676866937025432521 started by @jensdev

- 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>
@google-labs-jules

Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules Bot and others added 5 commits July 24, 2026 07:51
- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant