You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains Mac-specific governance workflows and bootstrap configurations
4
+
for the PC2E Agent Governance Framework. These workflows are used when running AI agents
5
+
directly on macOS (e.g., Claude Desktop, Cursor, or other IDE-integrated agents) rather
6
+
than through the NAS Docker stack.
7
+
8
+
---
9
+
10
+
## Contents
11
+
12
+
| File | Purpose |
13
+
| --- | --- |
14
+
|[00_pc2e_governance_bootstrap.md](00_pc2e_governance_bootstrap.md)| Bootstrap script for loading the full governance context into a Mac-based agent session |
15
+
|[globaldockerworkflow.md](globaldockerworkflow.md)| Docker workflow adapted for Mac — supplements the NAS-targeted `workflows/docker-compose-workflow.md`|
16
+
|[resolving-errors.md](resolving-errors.md)| Debug mode supplement — error resolution patterns for Mac environment |
17
+
|[workflow-docker.md](workflow-docker.md)| Code mode supplement — Docker-specific implementation guidance for Mac |
18
+
19
+
---
20
+
21
+
## When to Use These Workflows
22
+
23
+
Use this directory when your AI agent is running on **macOS** — either locally or
24
+
via a remote IDE session connected to the Mac.
25
+
26
+
Use the root [`workflows/`](../workflows/) directory for NAS/Linux/Docker environments.
27
+
28
+
---
29
+
30
+
## Relationship to Parent Framework
31
+
32
+
These files supplement (not replace) the core governance rules:
33
+
34
+
```text
35
+
Precedence order:
36
+
global/ ← Universal — applies everywhere
37
+
modes/ ← Universal — applies everywhere
38
+
mac-global-workflows/ ← Mac-specific supplements only
39
+
workflows/ ← NAS/Linux-specific supplements only
40
+
```
41
+
42
+
Mac workflow files MUST NOT contradict global or mode rules. If a conflict exists,
43
+
the global rule takes precedence and the Mac workflow must be updated.
44
+
45
+
---
46
+
47
+
## Cross-References
48
+
49
+
-[Global Governance](../global/governance-framework.md) — Core imperatives that apply universally
0 commit comments