chore: add structured logging convention + ban console.*
- biome.json: noConsole rule (nursery) - CLAUDE.md: logging section — fixed 8-char Crockford Base32 tag per call site, createLogger() API, CLI exception documented 小橘 <xiaoju@shazhou.work>
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
"correctness": {
|
||||
"noUnusedVariables": "error",
|
||||
"noUnusedImports": "error"
|
||||
},
|
||||
"nursery": {
|
||||
"noConsole": "error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user