forked from systemfsoftware/systemfsoftware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystemfsoftware.toml
More file actions
48 lines (46 loc) · 1.59 KB
/
Copy pathsystemfsoftware.toml
File metadata and controls
48 lines (46 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# OMP plugin practice configuration
#
# WARNING: every value in this file must be an array of strings. One malformed
# value fails the whole-file decode and voids EVERY key below, across plugins —
# a typo in no_inject_refs silently disables no_delegate_skills too.
#
# Skills that MUST NOT be delegated to subagent dispatches (task / Agent).
# Adding or removing a skill is a config edit, never a code edit.
no_delegate_skills = [
"lfg",
"ce-babysit-pr",
"ce-brainstorm",
"ce-code-review",
"ce-commit",
"ce-commit-push-pr",
"ce-compound",
"ce-compound-refresh",
"ce-debug",
"ce-doc-review",
"ce-explain",
"ce-ideate",
"ce-optimize",
"ce-plan",
"ce-pov",
"ce-proof",
"ce-resolve-pr-feedback",
"ce-riffrec-feedback-analysis",
"ce-simplify-code",
"ce-strategy",
"ce-test-browser",
"ce-work",
"ce-worktree",
]
# Skills whose doctrine MUST be in a session's context before any subagent
# dispatch (task / agent) executes. While the doctrine counts as not-loaded,
# the dispatch-doctrine gate blocks once with the doctrine kernel in the
# denial; an observed successful read of a listed skill, or one delivered
# kernel-block, marks the session loaded.
dispatch_doctrine_skills = ["task-decomposition"]
# @-ref targets, as project-relative paths, that the omp host already renders as
# context files, so the claude-compat plugin must not inject a second copy.
# Matching is exact: "AGENTS.md" suppresses only the root file, never a nested
# "packages/foo/AGENTS.md". Absent, it defaults to ["AGENTS.md"]; set it to []
# to disable suppression entirely.
#
# no_inject_refs = ["AGENTS.md"]