Architecture: OU placement, reboot deferral, session-based user tracking - #1
Merged
Merged
Conversation
…racking Three rows added to docs/design/0001-architecture.md from a design pass: - Directory placement: a computer object lives in exactly one OU, so `ou` is a single string with move-on-mismatch; "several OUs" is really security groups, carried as a list. Converged is read back from the object's DN. - Deferral: an open item on the coordinator. Server-side policy on the reboot block (count and duration), kept per reason, so an install can be postponed while an imaging task keeps its hard countdown. - User tracking: a refactor, not a port. Take session events from the OS with session id, boot id, kind and end reason, so a login whose previous session never closed is explainable as an interrupted session or an unclean shutdown. Server representation becomes sessions with an end reason rather than disconnected event rows. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KMx1TtgaroLE9xvJWGFgKT
mastacontrola
deleted the
docs/architecture-directory-deferral-sessions
branch
September 4, 2026 00:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three design rows in
docs/design/0001-architecture.md, no code.ouis a single string, ensured by moving on mismatch; "several OUs" means security groups, carried as agroupslist. Converged is read back from the DN, not the join call's return code.🤖 Generated with Claude Code
https://claude.ai/code/session_01KMx1TtgaroLE9xvJWGFgKT