From: Jérôme Benoit Date: Wed, 6 May 2026 23:18:06 +0000 (+0200) Subject: chore(sandcastle): install uv, harden APT setup, add memories to prompts X-Git-Tag: cli@v4.7.0~33 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e7f3dc8b0a5763bac7eefa227cce12fb9334c63e;p=e-mobility-charging-stations-simulator.git chore(sandcastle): install uv, harden APT setup, add memories to prompts --- 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