Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 3.04 KB

File metadata and controls

62 lines (53 loc) · 3.04 KB
status current
last-verified 2026-07-25
owner software-engineer
source .memory-bank/decisions

System patterns

Current architecture and Decision record index. Read linked records only when the task needs their rationale, consequences, or confirmation evidence.

Architecture overview

CopilotAtelier repository
├── Agents, Instructions, Skills, Prompts
├── Setup-CopilotSettings.ps1
│   └── one Canonical target: OneDrive when available, user profile otherwise
│       └── ~/.copilot Discovery links
├── tests and Reference
└── .memory-bank
    ├── index.md
    ├── routed canonical files
    ├── decisions/
    ├── topics/
    └── session/

Decision index

# Decision record Status Date
1 Use OneDrive when available Accepted 2026-04-23
2 Parse JSONC-tolerant settings Accepted 2026-04-23
3 Preserve unrelated location settings Accepted 2026-04-23
4 Use Agent-to-agent handoffs Accepted 2026-04-23
5 Scope Instructions with applyTo Accepted 2026-04-23
6 Require Skill frontmatter Accepted 2026-04-23
7 Use Claude Opus 4.8 Accepted 2026-07-02
8 Store Session handoffs separately Accepted 2026-05-27
9 Codify the Markdown house style Accepted 2026-07-02
10 Detach long-running PowerShell Accepted 2026-07-07
11 Exempt Non-impacting turns Accepted 2026-07-16
12 Govern the Ubiquitous Language Accepted 2026-07-22
13 Centralize shared lifecycle behavior Accepted 2026-07-24
14 Prove Memory Bank routing Accepted 2026-07-24
15 Keep native memory role-gated Accepted 2026-07-24

Live relationships

  • The Setup script deploys the four Customization directories and creates Discovery links.
  • GUI screenshot workflows branch by source ownership: modifiable applications own a self-capturing mode; external executables use a process-scoped driver with event-driven readiness, restoration, and content verification.
  • Custom agent frontmatter controls current tools and Agent-to-agent handoffs.
  • Instruction frontmatter controls current applyTo scope.
  • Prompt frontmatter controls current Custom agent binding.

Read those source files for changing inventories. This file indexes durable relationships and Decision records only.