feat: install @ai-hero/sandcastle + minimal Dockerfile
This commit is contained in:
14
.sandcastle/Dockerfile
Normal file
14
.sandcastle/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Minimal sandbox for sandcastle dispatch.
|
||||||
|
# Will be extended once the CI image is identified (see ADR-future).
|
||||||
|
FROM node:22-bookworm-slim
|
||||||
|
|
||||||
|
# pnpm via corepack (matches the repo's pnpm version)
|
||||||
|
RUN corepack enable && corepack prepare pnpm@9 --activate
|
||||||
|
|
||||||
|
WORKDIR /workspace
|
||||||
|
|
||||||
|
# Repo files are mounted by sandcastle at /workspace at runtime.
|
||||||
|
# The agent runs `pnpm install --frozen-lockfile` as its first step
|
||||||
|
# per the implementer prompt template.
|
||||||
|
|
||||||
|
CMD ["bash"]
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@ai-hero/sandcastle": "*",
|
||||||
"@turbo/gen": "^2.4.0",
|
"@turbo/gen": "^2.4.0",
|
||||||
"@types/node": "^22.0.0",
|
"@types/node": "^22.0.0",
|
||||||
"husky": "^9.0.0",
|
"husky": "^9.0.0",
|
||||||
|
|||||||
17027
pnpm-lock.yaml
generated
17027
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user