Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions copilot-agent-strategy/agent-365-lifecycle-atlas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the Agent 365 Lifecycle Atlas are documented here.

## 1.2.1 - 2026-09-16

- Fixed overlapping sticky headers in horizontally scrollable atlas tables
while preserving the page-level table header offset.

## 1.2.0 - 2026-09-16

- Added an SDK-adjacent section and sequence diagram for the seven stages behind
Expand Down
2 changes: 1 addition & 1 deletion copilot-agent-strategy/agent-365-lifecycle-atlas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: >-
Explore Agent 365 lifecycles, discovery, identity, tooling, telemetry, admin
actions, and 18 public API endpoints in one atlas.
author: Alejandro Lopez
version: 1.2.0
version: 1.2.1
published: "2026-09-10"
updated: "2026-09-16"
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
table.grid{width:100%;border-collapse:collapse;font-size:13px}
table.grid th,table.grid td{text-align:left;padding:9px 11px;border-bottom:1px solid var(--cp-rule);vertical-align:top}
table.grid th{font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--cp-muted);font-weight:600;border-bottom:1px solid var(--cp-rule-2);position:sticky;top:56px;background:var(--cp-paper)}
.diagram-scroll table.grid th{top:0}
table.grid tr:hover td{background:var(--cp-accent-tint)}
.tag{display:inline-block;font-size:10.5px;font-weight:600;padding:1px 7px;border-radius:3px;white-space:nowrap}
.tag.ga{color:#107c10;background:rgba(16,124,16,.10);border:1px solid rgba(16,124,16,.35)}
Expand Down