From e7f3dc8b0a5763bac7eefa227cce12fb9334c63e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 May 2026 01:18:06 +0200 Subject: [PATCH] chore(sandcastle): install uv, harden APT setup, add memories to prompts --- .sandcastle/plan-prompt.md | 2 +- .sandcastle/strategies/implement/critic-prompt.md | 2 +- .sandcastle/strategies/implement/implement-prompt.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.sandcastle/plan-prompt.md b/.sandcastle/plan-prompt.md index 7c9d6dab..2f4470fb 100644 --- a/.sandcastle/plan-prompt.md +++ b/.sandcastle/plan-prompt.md @@ -7,7 +7,7 @@ Read open GitHub issues and produce a parallelizable execution plan. This is a Node.js TypeScript monorepo (pnpm workspace) simulating OCPP charging stations. Structure: root simulator (`src/`), `ui/common`, `ui/cli`, `ui/web`, `tests/ocpp-server` (Python). Test runner: Node.js native (`node:test`). Build tool: esbuild. Linter: ESLint (neostandard). -Read `AGENTS.md` for project conventions. +Read `AGENTS.md` and `.serena/memories/project_overview`. ## Open Issues diff --git a/.sandcastle/strategies/implement/critic-prompt.md b/.sandcastle/strategies/implement/critic-prompt.md index 75ffaa97..ea2c76b1 100644 --- a/.sandcastle/strategies/implement/critic-prompt.md +++ b/.sandcastle/strategies/implement/critic-prompt.md @@ -6,7 +6,7 @@ Analyze the implementation on branch `{{BRANCH}}` and produce structured finding Run `git diff main...{{BRANCH}}` to see all changes. Examine the diff carefully. For each issue found, produce a structured finding. -Read `AGENTS.md` and `CONTRIBUTING.md` for the project's coding standards. +Read `AGENTS.md`, `CONTRIBUTING.md` and `.serena/memories/code_style_conventions`. ## Output Format diff --git a/.sandcastle/strategies/implement/implement-prompt.md b/.sandcastle/strategies/implement/implement-prompt.md index fade97b0..d2d1ace6 100644 --- a/.sandcastle/strategies/implement/implement-prompt.md +++ b/.sandcastle/strategies/implement/implement-prompt.md @@ -18,7 +18,7 @@ Explore the repo to understand the architecture before coding. Pay attention to: - Test files touching relevant modules - Existing patterns in similar code -Read `AGENTS.md` and `CONTRIBUTING.md` for project conventions. +Read `AGENTS.md`, `CONTRIBUTING.md`, `.serena/memories/code_style_conventions` and `.serena/memories/task_completion_checklist`. ## Implementation -- 2.53.0