feat: Add prompt engineering lessons for reusable prompting strategies and standup-specific guidance

This commit is contained in:
2026-04-21 09:11:12 -06:00
parent b264d380bc
commit f51fb07bfb
2 changed files with 52 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ It is not Fidelity project documentation. Do not transfer this folder as project
- Define how the agent uses the memory interface and Obsidian adapter.
- Define how the agent verifies technical claims.
- Define how the agent updates commands, prompts, skills, and rules when recurring behavior changes.
- Preserve reusable prompting and output-quality lessons so the agent does not need to rediscover them in later sessions.
---
@@ -32,4 +33,3 @@ It is not Fidelity project documentation. Do not transfer this folder as project
- `ai/inbox/` and connector `generated/` folders are evidence, not canonical memory.
- `scripts/memory/` is the project-agnostic interface for reading, searching, creating, querying, and validating project knowledge.
- `scripts/obsidian/` is the current Obsidian adapter and must not become the core abstraction.