Document single-user model and MCIAS migration path in AUDIT.md

Single authenticated user by design. If multi-user is ever needed,
auth migrates to MCIAS — standalone auth won't be extended.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 20:23:57 -07:00
parent ea9375b6ae
commit c5469c6bdf

View File

@@ -177,3 +177,11 @@ severity levels. All critical and high issues resolved.
| A-015 | Medium | Open |
| A-016 | Low | Open |
| A-017 | Low | Open |
## Design Note: Single-User Model
This server is designed for a single authenticated user. The users
table and multi-user schema exist but are used for one account only.
If multi-user support is ever needed, authentication will migrate to
MCIAS (Metacircular Identity and Access Service) — the standalone
auth implementation here will not be extended for multiple users.