No description
Find a file
Claude 0c06f1498d
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-29 21:11:16 +01: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 Merge pull request '[agent/codex] Convention drift check. Read CLAUDE.md. Find: missing SPDX h...' (#9) from agent/convention-drift-check--read-claude-md into dev 2026-03-23 14:47:36 +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-29 21:11:16 +01:00
errors_test.go fix: replace stdlib helpers with core 2026-03-23 07:38:22 +00:00
go.mod fix: replace stdlib helpers with core 2026-03-23 07:38:22 +00:00
go.sum fix: replace stdlib helpers with core 2026-03-23 07:38:22 +00:00
log.go refactor(ax): AX compliance pass — usage example comments on all exported functions 2026-03-29 21:11:16 +01:00
log_test.go fix: replace stdlib helpers with core 2026-03-23 07:38:22 +00:00
SECURITY_ATTACK_VECTOR_MAPPING.md docs(security): add attack vector mapping 2026-03-23 13:01:11 +00:00