jira.log
01Command Claude Code
Log a new Jira issue to RHOAIENG with Team (Ambient team) and Component (Agentic) pre-filled.
Vision/Mission https://ambient-code.ai : Virtual team management and collaboration platform. User guides: https://ambient-code.github.io/platform/
Command Claude Code
Log a new Jira issue to RHOAIENG with Team (Ambient team) and Component (Agentic) pre-filled.
Command Claude Code
Start a fresh PostgreSQL container and run all migrations. If a database already exists, this will tear it down first.
Command Claude Code
Add a new field to an existing Kind, updating all layers consistently.
Command Claude Code
Generate a complete CRUD entity (Kind) using the automated generator script.
Command Claude Code
Completely remove a generated Kind and all its artifacts from the project.
Command Claude Code
Regenerate the Go client code from OpenAPI specifications. Run this after modifying any openapi/.yaml files.
Command Claude Code
Validate that this TRex-spawned project is in a healthy, working state. This command is idempotent — it succeeds if everything is already running and correct, and only fails if something is genuinely broken.
Command Claude Code
Build and start the API server with authentication and authorization disabled for local development.
Command Claude Code
Run integration tests against a real PostgreSQL database (provisioned automatically via testcontainers).
Command Claude Code
Run unit tests against the package and command code (no database required).
Command Claude Code
Run all static analysis checks: go vet, format verification, and linting.