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
@@ -156,7 +156,7 @@ Installs [peon-ping](https://peonping.com/) for game character voice notificatio
156
156
- Devcontainer-aware audio relay to host machine
157
157
- Non-interactive, idempotent installation
158
158
159
-
[📖 Documentation](./features/peon-ping/README.md)
159
+
[📖 Documentation](./src/peon-ping/README.md)
160
160
161
161
## Usage
162
162
@@ -185,13 +185,13 @@ Features from this repository are available via GitHub Container Registry. Refer
185
185
186
186
| Feature | Description | Documentation |
187
187
|---------|-------------|---------------|
188
-
|[essential-dev](./features/essential-dev)| Core dev environment with Git, Copilot, Markdown, and editor tools |[README](./features/essential-dev/README.md)|
189
-
|[vuto-header](./features/auto-header)| Automatic file headers with customizable templates (simple or custom) |[README](./features/auto-header/README.md)|
190
-
|[aite-plus](./features/vite-plus)| Complete Vite+ toolchain with Oxc, Vitest, and VS Code integration |[README](./features/vite-plus/README.md)|
191
-
|[package-auto-install](./features/package-auto-install)| Automatic package installation with corepack support for Node 24+ |[README](./features/package-auto-install/README.md)|
192
-
|[typescript-dev](./features/typescript-dev)| TypeScript/JavaScript dev with indexing and web tools (requires essential-dev) |[README](./features/typescript-dev/README.md)|
193
-
|[angular-dev](./features/angular-dev)| Angular development environment with extensions and CLI autocompletion |[README](./features/angular-dev/README.md)|
194
-
|[shell-history-per-project](./features/shell-history-per-project)| Per-project shell history persistence with multi-shell auto-detection |[README](./features/shell-history-per-project/README.md)|
188
+
|[essential-dev](./src/essential-dev)| Core dev environment with Git, Copilot, Markdown, and editor tools |[README](./src/essential-dev/README.md)|
189
+
|[auto-header](./src/auto-header)| Automatic file headers with customizable templates (simple or custom) |[README](./src/auto-header/README.md)|
190
+
|[vite-plus](./src/vite-plus)| Complete Vite+ toolchain with Oxc, Vitest, and VS Code integration |[README](./src/vite-plus/README.md)|
191
+
|[package-auto-install](./src/package-auto-install)| Automatic package installation with corepack support for Node 24+ |[README](./src/package-auto-install/README.md)|
192
+
|[typescript-dev](./src/typescript-dev)| TypeScript/JavaScript dev with indexing and web tools (requires essential-dev) |[README](./src/typescript-dev/README.md)|
193
+
|[angular-dev](./src/angular-dev)| Angular development environment with extensions and CLI autocompletion |[README](./src/angular-dev/README.md)|
194
+
|[shell-history-per-project](./src/shell-history-per-project)| Per-project shell history persistence with multi-shell auto-detection |[README](./src/shell-history-per-project/README.md)|
195
195
|[git-absorb](./src/git-absorb)| Automatic absorption of staged changes into logical commits |[README](./src/git-absorb/README.md)|
196
196
|[dotfiles-sync](./src/dotfiles-sync)| Sync local Git, SSH, GPG, and npm config — works on macOS, Linux, WSL, Codespaces |[README](./src/dotfiles-sync/README.md)|
197
197
|[peon-ping](./src/peon-ping)| AI agent sound notifications with multi-IDE hooks and Peon Pet extension |[README](./src/peon-ping/README.md)|
0 commit comments