chore(project-map): regenerate .pi-map artifacts across the repo

This commit is contained in:
Developer
2026-06-17 11:31:24 +00:00
parent 0dd5f2317b
commit 93da9b42a2
683 changed files with 5075 additions and 4965 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
dir: tool-images
## role
Provides containerized development environment templates for AI coding agents and IDE tools used in the Headquarter platform.
Provides containerized development environment templates for various IDE and coding agent tools used in the Headquarter platform.
## parent
index: ./.pi-map.index.md
map: ./.pi-map.md
+8 -8
View File
@@ -4,18 +4,18 @@ dir: tool-images
index: tool-images/.pi-map.index.md
## role
Provides containerized development environment templates for AI coding agents and IDE tools used in the Headquarter platform.
Provides containerized development environment templates for various IDE and coding agent tools used in the Headquarter platform.
## files
- README.md | Documents a directory of Dockerfile templates for base tool types used in the Headquarter platform | dep: Docker, git, neovim, ranger, tmux, htop, tree, jq, Node.js 20, Pi Coding Agent
- base.dockerfile | Defines a base Docker development image with common CLI tools, Node.js, and a non-root user with sudo privileges for bind-mounted directory permission fixes. | dep: ubuntu:24.04, curl, wget, git, neovim, ranger, tmux, htop, tree, jq, ca-certificates, sudo, nodejs
- README.md | Documents a collection of Dockerfile templates for base tool types used in the Headquarter platform | dep: Docker, git, neovim, ranger, tmux, htop, tree, jq, Node.js 20, VS Code, Jupyter, OpenCode, Pi Coding Agent
- base.dockerfile | Base Docker image for development environments with common CLI tools, Node.js, and a non-root user with sudo permissions. | dep: ubuntu:24.04, apt, curl, nodejs, git, sudo
- code-server.dockerfile | Builds a Docker image for browser-based VS Code with additional development tools and Node.js | dep: linuxserver/code-server, git, neovim, ranger, tmux, htop, tree, jq, Node.js 20
- jupyter.dockerfile | Builds a Docker image for Jupyter Notebook/Lab with additional CLI tools and git configuration | dep: jupyter/scipy-notebook, apt, git, neovim, ranger, tmux, htop, tree, jq
- opencode.dockerfile | Builds a Docker container for running the OpenCode AI agent as a server | dep: ubuntu:24.04, nodejs, npm, python3, git, opencode
- pi-agent.dockerfile | Builds a Docker container providing a terminal-based development environment with the Pi coding agent and supporting tools (neovim, tmux, ranger, etc.) | dep: ubuntu:24.04, nodejs, npm, @earendil-works/pi-coding-agent, git, tmux, neovim, ranger, python3, build-essential
- jupyter.dockerfile | Builds a Docker image for Jupyter Notebook/Lab with additional CLI tools and git configuration | dep: jupyter/scipy-notebook, git, neovim, ranger, tmux, htop, tree, jq
- opencode.dockerfile | Builds a Docker container for running the OpenCode agent as a server with a pre-configured development environment | dep: ubuntu:24.04, nodejs, npm, opencode, python3, git, neovim, tmux, various CLI tools
- pi-agent.dockerfile | Builds a Docker image for a terminal-based coding environment with the Pi Coding Agent and various developer tools | dep: ubuntu:24.04, nodejs, npm, python3, git, neovim, tmux, ranger, @earendil-works/pi-coding-agent
## arch
Multi-flavored Dockerfile pattern with shared base layer (common CLI tools, Node.js, non-root user) and specialized downstream images for distinct tool types (VS Code, Jupyter, OpenCode, Pi agent).
Template-based Docker image hierarchy with a shared base layer (common CLI tools, Node.js, non-root user) and specialized downstream images for specific tools (VS Code Server, Jupyter, OpenCode agent, Pi agent), following a single inheritance pattern from base.dockerfile.
## tags
git, docker, neovim, ranger, tmux, agent, base, htop
git, docker, neovim, tmux, jupyter, opencode, agent, base
## symbols
-
## workflows