go-crypt/auth
Claude 7407b89b8d
refactor(ax): AX RFC-025 compliance sweep pass 1
Remove banned imports (fmt, strings, os, errors, path/filepath) across all
production and test files, replace with core.* primitives, coreio.ReadStream,
and coreerr.E. Upgrade dappco.re/go/core v0.5.0 → v0.7.0 for core.PathBase
and core.Is. Fix isRepoScoped to exclude pr.* capabilities (enforcement is at
the forge layer, not the policy engine). Add Good/Bad/Ugly test coverage to
all packages missing the mandatory three-category naming convention.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 08:48:56 +01:00
..
auth.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
auth_test.go refactor: migrate imports to dappco.re/go/core/* paths 2026-03-22 01:43:27 +00:00
hardware.go feat(auth): Phase 2 key management — Argon2id, rotation, revocation 2026-02-20 02:27:03 +00:00
session_store.go refactor: migrate imports to dappco.re/go/core/* paths 2026-03-22 01:43:27 +00:00
session_store_sqlite.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
session_store_test.go refactor: migrate imports to dappco.re/go/core/* paths 2026-03-22 01:43:27 +00:00