Commit 1b80b7f
committed
docs(readme): drop misattributed "borrowing from" in Quality gates
Both attributions were wrong:
- Structural validation was credited to "Codex skill-creator" at
github.com/openai/skills — but that repo has no skill-creator, and
validator.py is explicitly modeled on Anthropic's quick_validate.py
(see the module docstring).
- Trigger-accuracy evals were credited to Anthropic skill-creator —
but evaluator.py has no such inspiration in its docstrings; the
design (description-only trigger grader + body-aware coverage
grader) is OpenKB's own.
Iteration pattern in workspace.py is genuinely borrowed from Anthropic
skill-creator, and that credit lives in the module docstring where it
belongs.
Reframed the README line to describe what the gates do, without
parading non-existent or backwards lineage.1 parent 543edbe commit 1b80b7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments