Add FOAM_CURRENT_DIR template variable (#1507)

* Added FOAM_CURRENT_DIR template variable

* Added /research-issue Claude command

* Added integration test to create note using FOAM_CURRENT_DIR

* Updated documentation

* fixed comment

* Fail FOAM_CURRENT_DIR resolution if no editor nor workspace is open
This commit is contained in:
Riccardo
2025-09-06 15:25:06 +02:00
committed by GitHub
parent f57b8ec9b6
commit 5cbc722929
9 changed files with 216 additions and 9 deletions

View File

@@ -119,6 +119,8 @@ This allows features to:
## Development Workflow
We build production code together. I handle implementation details while you guide architecture and catch complexity early.
When working on an issue, check if a `.agent/tasks/<issue-id>-<sanitized-title>.md` exists. If not, suggest whether we should start by doing a research on it (using the `/research-issue <issue-id>`) command.
Whenever we work together on a task, feel free to challenge my assumptions and ideas and be critical if useful.
## Core Workflow: Research → Plan → Implement → Validate