]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(sandcastle): install uv, harden APT setup, add memories to prompts
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 23:18:06 +0000 (01:18 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 23:18:06 +0000 (01:18 +0200)
.sandcastle/plan-prompt.md
.sandcastle/strategies/implement/critic-prompt.md
.sandcastle/strategies/implement/implement-prompt.md

index 7c9d6dab4665461bcf922813995b32c8e5d6a6d4..2f4470fb182043501208758bfd770f8ae90d8be8 100644 (file)
@@ -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
 
index 75ffaa979cc417e4b4653b6b6ed72e0106b4c69e..ea2c76b115fb5605fdef38cdc25e9f480a29525e 100644 (file)
@@ -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
 
index fade97b0916ea53e31694bdf82be77c9e01fb0f7..d2d1ace66f64766a47c444bc34d42d022c928835 100644 (file)
@@ -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