mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
Enhance devcontainer and CI workflows
- Add persistent volume mounts for Go/npm caches (faster rebuilds) - Add shell config with helpful aliases and custom prompt - Add comprehensive devcontainer documentation - Add pre-commit hooks for Go formatting and linting - Use go-version-file in CI workflows instead of hardcoded versions - Simplify docker compose commands with --wait flag - Add gitignore entries for devcontainer auth files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
cb99673b7c
commit
3fdf753a5b
106 changed files with 1648 additions and 1373 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -178,3 +178,7 @@ landing-page/
|
|||
.gemini/
|
||||
deployment/
|
||||
start-pulse-agent.sh
|
||||
|
||||
# Dev container extension auth
|
||||
.devcontainer/.claude/
|
||||
.devcontainer/.config/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue