docs(keyword-detector): document tightened trigger scope
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| Keyword | Pattern | Effect |
|
| Keyword | Pattern | Effect |
|
||||||
|---------|---------|--------|
|
|---------|---------|--------|
|
||||||
| `ultrawork` / `ulw` | `/\b(ultrawork|ulw)\b/i` | Full orchestration mode — parallel agents, deep exploration, relentless execution |
|
| `ultrawork` / `ulw` | `/\b(ultrawork|ulw)\b/i` | Full orchestration mode — parallel agents, deep exploration, relentless execution |
|
||||||
| Search mode | `SEARCH_PATTERN` (from `search/`) | Web/doc search focus prompt injection |
|
| Search mode | `SEARCH_PATTERN` (from `search/`) | Explicit search prompt injection; excludes casual phrases like `show me`, `where is`, standalone `find`, and multilingual where/show variants |
|
||||||
| Analyze mode | `ANALYZE_PATTERN` (from `analyze/`) | Deep analysis mode prompt injection |
|
| Analyze mode | `ANALYZE_PATTERN` (from `analyze/`) | Explicit analysis prompt injection; excludes conversational how/why/explain/understand phrases across supported languages |
|
||||||
|
|
||||||
## STRUCTURE
|
## STRUCTURE
|
||||||
|
|
||||||
@@ -29,12 +29,10 @@ keyword-detector/
|
|||||||
│ └── isPlannerAgent.ts
|
│ └── isPlannerAgent.ts
|
||||||
├── search/
|
├── search/
|
||||||
│ ├── index.ts
|
│ ├── index.ts
|
||||||
│ ├── pattern.ts # SEARCH_PATTERN regex
|
│ └── default.ts # SEARCH_PATTERN regex + SEARCH_MESSAGE
|
||||||
│ └── message.ts # SEARCH_MESSAGE
|
|
||||||
└── analyze/
|
└── analyze/
|
||||||
├── index.ts
|
├── index.ts
|
||||||
├── pattern.ts # ANALYZE_PATTERN regex
|
└── default.ts # ANALYZE_PATTERN regex + ANALYZE_MESSAGE
|
||||||
└── message.ts # ANALYZE_MESSAGE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## DETECTION LOGIC
|
## DETECTION LOGIC
|
||||||
|
|||||||
Reference in New Issue
Block a user