fix: remove hardcoded CORA project references (#121)

The plugin had hardcoded references to 'CORA' (Every's internal project)
throughout the documentation workflow, making it project-specific rather
than generic. This affected users trying to use the plugin on non-CORA
projects.

Changes:
- Replace 'cora-critical-patterns.md' with 'critical-patterns.md'
- Replace 'Which CORA module' with 'Which module or component'
- Replace 'CORA-Specific Resources' with 'Project-Specific Resources'
- Replace 'CORA-MODULES.md' with 'modules documentation'
- Replace 'CORA system' with 'System-wide' in templates
- Update cora-test-reviewer description to be generic

Files modified:
- learnings-researcher.md: Fixed critical patterns file reference
- compound-docs/SKILL.md: Removed module and filename hardcoding
- compound-docs/assets/*.md: Generalized template references
- workflows/compound.md: Changed 'CORA schema' to 'solution schema'
- workflows/work.md: Made test reviewer description generic

This makes the plugin truly project-agnostic as advertised.
This commit is contained in:
terry-li-hm
2026-01-25 05:08:43 +08:00
committed by GitHub
parent 12b83e683f
commit 2eae6ad21a
7 changed files with 17 additions and 17 deletions

View File

@@ -66,7 +66,7 @@ Grep: pattern="email" path=docs/solutions/ output_mode=files_with_matches -i=tru
**Regardless of Grep results**, always read the critical patterns file:
```bash
Read: docs/solutions/patterns/cora-critical-patterns.md
Read: docs/solutions/patterns/critical-patterns.md
```
This file contains must-know patterns that apply across all work - high-severity issues promoted to required reading. Scan for patterns relevant to the current feature/task.
@@ -182,7 +182,7 @@ Structure your findings as:
- **Relevant Matches**: [Y files]
### Critical Patterns (Always Check)
[Any matching patterns from cora-critical-patterns.md]
[Any matching patterns from critical-patterns.md]
### Relevant Learnings