You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Generic AI Agents**: `AGENTS.md`, `.agents/rules`, `.agents/commands` (tasks), `.agents/tasks`
32
+
-**Generic AI Agents**: `AGENTS.md`, `.agents/rules`, `.agents/commands` (reusable content blocks), `.agents/tasks`
33
33
34
-
The tool automatically discovers and includes rules from these locations in your project, parent directories, and user home directory (`~`).
34
+
The tool automatically discovers and includes rules from these locations in your project and user home directory (`~`).
35
35
36
36
## Agentic Workflows
37
37
@@ -106,7 +106,7 @@ Options:
106
106
Include rules with matching frontmatter. Can be specified multiple times as key=value.
107
107
Note: Only matches top-level YAML fields in frontmatter.
108
108
-a string
109
-
Target agent to use (excludes rules from that agent's own paths). Supported agents: cursor, opencode, copilot, claude, gemini, augment, windsurf, codex.
109
+
Target agent to use. Required when using -w to write rules to the agent's user rules path. Supported agents: cursor, opencode, copilot, claude, gemini, augment, windsurf, codex.
110
110
-w Write rules to agent's config file and output only task to stdout. Requires agent (via task or -a flag).
If multiple task files have the same `task_name`, selectors determine which one is used.
803
+
If multiple task files have the same filename (without `.md` extension) in different search path directories, selectors determine which one is used. Remember, tasks are matched by filename, not by the `task_name` field in frontmatter.
0 commit comments