docs: rebuild the public documentation site - #109
Merged
Conversation
- Add 'reviewed by' pattern to FORBIDDEN_ATTRIBUTION_PATTERNS - Sort offenders list in assertion message for deterministic reporting - Add regression test: verify 'Reviewed by Codex' is caught by patterns
Rewrite the architecture overview and the four layer pages (platform, auth, teams, audit) to describe the current implementation instead of stale/nonexistent interfaces. - system-overview.md: current identity chain, runtime components, runtime topology, mind-body split, accurate background-task gating, auth modes, and security model. Drops ADR references, planning language, and brittle test counts. - layers/platform.md: replaces the nonexistent AgentIdentityProvider with the actual CredentialStore protocol and per-OS keyring/CNG implementations. - layers/auth.md: documents the three-hop and two-hop token flows in tools/teams.py, certificate assertion building, error handling, token refresh/retry, and MSAL delegated auth. - layers/teams.md: documents Agent User vs delegated-mode sending, the no-default-chat model, chat creation idempotency (1:1 only), client-side message filtering, and channel-push vs auto-wait delivery. - layers/audit.md: documents the real tools/audit.py implementation, event schema, attribution types, and the audit-before-execute pattern used by Files and Teams tools. All five pages link only to existing pages or forthcoming canonical pages already referenced elsewhere in the docs site; no links to ADRs, plans, runbooks, or platform-learnings. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
engineering-history/; preserve 71 legacy URLs with redirects.TODOS.md, preserve actionable backlog in existing issues/PRs and issues persona-sati: refresh long-running authentication without restart #103-security: validate Conditional Access and agent governance matrix #108, and update repository instructions and code comments to current paths.Validation
python -m pytest -v --tb=short— 1691 passed, 1 skippedpython -m ruff check .pytest tests/docs -v— 19 passedmkdocs build --strict