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>
This commit is contained in:
11
openspec/changes/archive/2026-03-28-dockerfile/proposal.md
Normal file
11
openspec/changes/archive/2026-03-28-dockerfile/proposal.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Why
|
||||
The `docker-compose.yml` `app` service references a `Dockerfile` that does not exist. Docker containerisation is a Phase 1 P1 item. Without it, the full docker-compose stack cannot start and the DevOps deployment path is incomplete.
|
||||
|
||||
## What Changes
|
||||
- New `Dockerfile` at project root — multi-stage build (builder + production)
|
||||
- New `.dockerignore` — excludes `node_modules`, `dist`, test files, `.env`
|
||||
- `docker-compose.yml` `app` service becomes fully functional
|
||||
|
||||
## What Does Not Change
|
||||
- No source code changes
|
||||
- No dependency changes
|
||||
Reference in New Issue
Block a user