No description
Find a file
Claude a543af9cc6 refactor(ax): AX compliance pass — usage example comments on all exported functions
- Add usage example comments to Logger methods (SetLevel, Level, SetOutput, SetRedactKeys, Debug, Info, Warn, Error, Security)
- Add usage example comments to error introspection (Op, ErrCode, Root, AllOps, StackTrace, FormatStackTrace)
- Add usage example comments to package-level functions (Default, SetDefault)
- Banned imports (fmt, io, os, errors) are LEGITIMATE — this IS the logging/error abstraction layer

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 00:15:08 +00:00
.core chore: add .core/ build and release configs 2026-03-06 18:52:36 +00:00
.github/workflows ci: add Core ecosystem CI workflow with CodeRabbit auto-fix 2026-03-17 14:05:16 +00:00
.idea chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:49 +00:00
CLAUDE.md chore: migrate to dappco.re vanity import path 2026-03-21 23:43:13 +00:00
errors.go refactor(ax): AX compliance pass — usage example comments on all exported functions 2026-03-30 00:15:08 +00:00
errors_test.go fix(log): normalise levels, preserve nested error codes, and sanitise log messages 2026-03-29 22:39:46 +00:00
go.mod chore: migrate to dappco.re vanity import path 2026-03-21 23:43:13 +00:00
go.sum feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
log.go refactor(ax): AX compliance pass — usage example comments on all exported functions 2026-03-30 00:15:08 +00:00
log_test.go fix(log): sanitise structured logging keys and values 2026-03-29 23:29:43 +00:00