Files
SentryAgent.ai Developer 0d56895fae chore: archive Phase 1 P1 OpenSpec changes
Archive dockerfile, agntcy-alignment-docs, and nodejs-sdk changes
now that implementation is complete and pushed to develop.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 14:47:12 +00:00

418 B

ADDED Requirements

Requirement: Dockerfile exists at project root

The system SHALL provide a multi-stage Dockerfile that builds the TypeScript source and produces a minimal production image running as a non-root user.

Requirement: .dockerignore exists at project root

The system SHALL provide a .dockerignore that excludes development artifacts, secrets, and test files from the Docker build context.