Voice + consistency: vary stock formulas, vendor-balance orient.py, unify loop (#48,#49,#51) (#68)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #68.
This commit is contained in:
@@ -49,8 +49,14 @@ SIGNALS: dict[str, str] = {
|
||||
"README.md": "Has a README — read it first",
|
||||
"CONTRIBUTING.md": "Has contributor guidance — read before changing",
|
||||
"ARCHITECTURE.md": "Has an architecture doc — rare and valuable",
|
||||
# Committed AI-instruction files. Name the real ones across vendors — singling out one
|
||||
# would both miss files and cut against the vendor-neutral point (Module 5).
|
||||
"AGENTS.md": "Has a committed AI instructions file (Module 5)",
|
||||
"CLAUDE.md": "Has a committed AI instructions file (Module 5)",
|
||||
"GEMINI.md": "Has a committed AI instructions file (Module 5)",
|
||||
".cursorrules": "Has a committed AI instructions file (Module 5)",
|
||||
".cursor/rules": "Has a committed AI instructions file (Module 5)",
|
||||
".github/copilot-instructions.md": "Has a committed AI instructions file (Module 5)",
|
||||
}
|
||||
|
||||
# Common test-runner hints keyed off a present signal file.
|
||||
|
||||
Reference in New Issue
Block a user