mirror of
https://github.com/Asixa/codemap-skill.git
synced 2026-08-29 00:01:19 +00:00
Make audit standard a configurable, editable page (standard.json + in-map editor); add copy-fix-prompt button
This commit is contained in:
@@ -101,3 +101,11 @@ only stale + unaudited modules need a fresh subagent.
|
||||
`coupling` (low/med/high/core) is a **structural** property — how central the module is
|
||||
(degree + role). `score` is a **quality** property — how clean the code is. They are
|
||||
independent: a `core` module can be clean (A) and a `low` leaf can be broken (F).
|
||||
|
||||
## Custom audit standard (`standard.json`)
|
||||
|
||||
The scoring standard is data, not code: `reference/standard.json` holds the rubric,
|
||||
severities, coupling levels, and the issue `tags` (each `{id,label,labelZh,bad,en,zh}`).
|
||||
A project overrides it at `<project>/.claude/codemap/modules.json`'s sibling
|
||||
`standard.json`. The map renders + lets you edit it on the **Standard** page (Export to
|
||||
save). Audits must use the project standard's tags when present — including custom ones.
|
||||
|
||||
Reference in New Issue
Block a user