Skip to content

feat(memory): add in-memory principal resolution#10

Merged
jmgilman merged 1 commit into
masterfrom
feat/session-004-memory-resolution
May 8, 2026
Merged

feat(memory): add in-memory principal resolution#10
jmgilman merged 1 commit into
masterfrom
feat/session-004-memory-resolution

Conversation

@jmgilman
Copy link
Copy Markdown
Contributor

@jmgilman jmgilman commented May 8, 2026

Summary

  • Add store/memory.Store for principal creation, explicit identity linking, and identity-to-principal resolution.
  • Keep the phase 3 slice on the existing root authkit contracts without adding broader repository interfaces.
  • Add Testify-backed behavior coverage and module metadata for the new test dependency.

Testing

  • go test ./...
  • go build ./...
  • git diff --check
  • moon run root:check

Implement the phase 3 memory store for principal creation, explicit identity links, and identity-to-principal resolution.\n\nThe store is concurrency-safe, deterministic for tests/examples, and preserves the existing authkit root contracts without adding broader repository interfaces.
@jmgilman jmgilman marked this pull request as ready for review May 8, 2026 00:53
@jmgilman jmgilman merged commit b101fed into master May 8, 2026
2 checks passed
@jmgilman jmgilman deleted the feat/session-004-memory-resolution branch May 8, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant