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

@@ -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`