feat: add shared workflow and skill references in .agents and update GEMINI.md for clarity on workspace structure

This commit is contained in:
2026-04-28 07:24:23 -06:00
parent 0e6957d0b3
commit fc634280a4
14 changed files with 82 additions and 3 deletions

View File

@@ -124,9 +124,9 @@ If a correction applies to a command, prompt, skill, agent, or reusable rule, up
Examples:
- A standup formatting correction should update `prompts/standup.md` and `.agents/workflows/standup.md`.
- A standup formatting correction should update `prompts/standup.md` and the shared workflow in `.agents/workflows/standup.md`.
- A Mattermost freshness correction should update the Mattermost command/plugin instructions.
- A Copilot prompt-structure correction should update `prompts/copilot-prompt.md`, `.agents/workflows/copilot-prompt.md`, or the Copilot skill.
- A Copilot prompt-structure correction should update `prompts/copilot-prompt.md`, `.agents/workflows/copilot-prompt.md`, or the shared skill/rule source.
- A Swift answer-quality correction should update the relevant iOS skill or `project-knowledge/03-context/ios/` guidance.
Keep the daily log as evidence of what happened, but make the reusable behavior live in the file that controls that behavior.
@@ -193,7 +193,7 @@ When the role is not explicit, store:
Use for explicit confirmed decisions with ongoing impact.
### `.agents/workflows/`, `.agents/rules/`, `prompts/`, and `agent-memory/`
### `.agents/workflows/`, `.agents/rules/`, `.agents/skills/`, `.opencode/`, `prompts/`, and `agent-memory/`
Use these when the new information changes how the workspace should operate: