mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
98c775ad6a
Removed AGENTS.md from instructions and updated comment.
10 lines
377 B
JSON
10 lines
377 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"instructions": [
|
|
"COMMANDS.md"
|
|
]
|
|
// AGENTS.md is the default file that enables operating the repository. It's included by default.
|
|
// COMMANDS.md contains the authorized workflow templates for this Commands2Skills demo
|
|
// Instructions are loaded in order, allowing access to main repo commands plus local ones
|
|
}
|