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:
2026-05-06 04:33:33 +00:00
parent eeb5fa0d75
commit e9729fbe3a
2 changed files with 43 additions and 0 deletions
+3
View File
@@ -65,6 +65,9 @@
"correctness": {
"noUnusedVariables": "error",
"noUnusedImports": "error"
},
"nursery": {
"noConsole": "error"
}
}
}