Skip to content

Configure Amp orb lifecycle#208

Merged
arjunkomath merged 2 commits into
mainfrom
chore/orb-setup
Jul 25, 2026
Merged

Configure Amp orb lifecycle#208
arjunkomath merged 2 commits into
mainfrom
chore/orb-setup

Conversation

@arjunkomath

@arjunkomath arjunkomath commented Jul 25, 2026

Copy link
Copy Markdown
Member

Summary

  • install the repository's mise-managed Go, Node, and pnpm toolchains in fresh Amp orbs
  • install locked web dependencies and download dependencies for all Go modules
  • persist mise activation for clean login shells and supervised commands
  • provide a fast no-op resume hook because the repository has no persistent orb services

Validation

  • ran .agents/setup repeatedly; cached runs complete in about 1.4 seconds
  • verified .agents/resume completes immediately
  • verified Go 1.25.5, Node 24.18.0, and pnpm 11.17.0 from a minimal login shell
  • verified both lifecycle scripts with bash -n and executable mode 100755

Scope

The orb does not provision PostgreSQL, seed accounts, or start the web application. Existing web tests mock database access, and database/application services can be configured ad hoc when a task specifically requires them.

@arjunkomath
arjunkomath merged commit b48512e into main Jul 25, 2026
4 checks passed
@arjunkomath
arjunkomath deleted the chore/orb-setup branch July 25, 2026 03:09
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.

2 participants