feat: add shared workflow and skill references in .agents and update GEMINI.md for clarity on workspace structure
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -13,6 +13,17 @@ Commands, prompts, skills, workflows, and automation surfaces that make the work
|
||||
|
||||
---
|
||||
|
||||
## Shared Source
|
||||
|
||||
- Shared workflow/rule source: `.agents/`
|
||||
- Shared workflow index: `.agents/workflows/index.md`
|
||||
- Shared skills/rules source: `.agents/rules/`
|
||||
- Shared skills compatibility path: `.agents/skills/`
|
||||
- Singular alias for compatible tools: `.agent/`
|
||||
- Gemini entrypoint: `GEMINI.md`
|
||||
|
||||
---
|
||||
|
||||
## OpenCode Agents
|
||||
|
||||
- [AI Workspace Core Map](ai-workspace-core.md)
|
||||
@@ -23,6 +34,7 @@ Commands, prompts, skills, workflows, and automation surfaces that make the work
|
||||
|
||||
## Commands
|
||||
|
||||
- Shared workflows source: `.agents/workflows/`
|
||||
- Commands index: `.opencode/commands/index.md`
|
||||
- Workspace context: `.opencode/commands/workspace-context.md`
|
||||
- Memory health: `.opencode/commands/memory-health.md`
|
||||
@@ -38,6 +50,7 @@ Commands, prompts, skills, workflows, and automation surfaces that make the work
|
||||
|
||||
## Skills
|
||||
|
||||
- Shared skills source: `.agents/skills/`
|
||||
- Skills index: `.opencode/skills/index.md`
|
||||
- Workspace memory curation: `.opencode/skills/workspace-memory-curation/SKILL.md`
|
||||
- Professional communication: `.opencode/skills/professional-communication/SKILL.md`
|
||||
|
||||
Reference in New Issue
Block a user