Skip to content

Commit 68339d0

Browse files
refactor(root): consolidate legacy skills into oma-* namespace and add multi-agent hooks
Remove duplicate legacy skill definitions in favor of unified oma-* prefixed skills. Add hook configurations and settings for Claude, Codex, Gemini, and Qwen agents. Generated with oh-my-agent Co-Authored-By: First Fluke <our.first.fluke@gmail.com>
1 parent c144bcc commit 68339d0

190 files changed

Lines changed: 4599 additions & 15401 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/_shared/context-budget.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/context-budget.md

File renamed without changes.

.agents/skills/_shared/context-loading.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/context-loading.md

File renamed without changes.

.agents/skills/_shared/difficulty-guide.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/difficulty-guide.md

File renamed without changes.

.agents/skills/_shared/lessons-learned.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/lessons-learned.md

File renamed without changes.

.agents/skills/_shared/memory-protocol.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/memory-protocol.md

File renamed without changes.

.agents/skills/_shared/phase-gates.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/phase-gates.md

File renamed without changes.

.agents/skills/_shared/reasoning-templates.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/reasoning-templates.md

File renamed without changes.

.agents/skills/_shared/session-metrics.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/session-metrics.md

File renamed without changes.

.agents/skills/_shared/skill-routing.md renamed to .agents/.migration-backup/shared-layout-v2/skills/_shared/skill-routing.md

File renamed without changes.

.agents/agents/qa-reviewer.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CHARTER_CHECK:
3838
Report findings with severity levels:
3939

4040
```
41-
## Review Result: {PASS | FAIL}
41+
## Review Result: {PASS | WARNING | FAIL}
4242
4343
### CRITICAL
4444
- `file:line` — description — remediation code
@@ -60,7 +60,8 @@ Report findings with severity levels:
6060
3. Run automated tools first (`npm audit`, lint, type-check)
6161
4. No false positives — verify each finding
6262
5. Provide remediation code, not just descriptions
63-
6. PASS verdict: zero CRITICAL and zero HIGH issues
64-
7. FAIL verdict: any CRITICAL or HIGH issue found
65-
8. Never modify source code — review only
66-
9. Never modify `.agents/` files
63+
6. PASS verdict: zero CRITICAL, HIGH, and MEDIUM issues
64+
7. WARNING verdict: zero CRITICAL and HIGH, but MEDIUM issues exist
65+
8. FAIL verdict: any CRITICAL or HIGH issue found
66+
9. Never modify source code — review only
67+
10. Never modify `.agents/` files

0 commit comments

Comments
 (0)