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

@@ -12,6 +12,7 @@ Use OpenCode as the daily AI entry point for this workspace without losing proje
2. Run `opencode` from the integrated terminal at the repository root.
3. Use the `fidelity` primary agent for this project profile, or the generic `workspace` agent for reusable profile work.
4. Let project-level config load from `AGENTS.md`, `opencode.json`, `.opencode/commands/`, and `.opencode/plugins/`.
5. Treat `.agents/` as the shared source for reusable workflows and skill/rule content; `.opencode/` is the OpenCode runtime view over that source.
---
@@ -30,6 +31,7 @@ Use OpenCode as the daily AI entry point for this workspace without losing proje
- Project instructions load automatically from `opencode.json`.
- Root rules also load automatically from `AGENTS.md`.
- Shared workflow/rule content can stay centralized in `.agents/` while OpenCode keeps using `.opencode/`.
- The main context command reads the reusable `core/`, active profile, stable workspace files, and today's log.
- Stable context is split by systems, workstreams, process, people, and decisions so the agent can pull the right layer instead of overloading one project file.
- Live communication context can be refreshed into `ai/inbox/` using the configured connector.