-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.yaml
More file actions
executable file
·158 lines (138 loc) · 3.45 KB
/
MANIFEST.yaml
File metadata and controls
executable file
·158 lines (138 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Cryptlz Workspace Manifest
# Root governance document for the entire Cryptlz monorepo
# Updated: 2026-02-27
# Status: ACTIVE - Aligned with 7-Pillar Composition Architecture
name: cryptlz-workspace
version: 1.1.0
type: monorepo
# Core operational crates (always build these)
# These are the 7 Pillar Composer Crates + Platform Core + Critical Tests
default-members:
- crates/cryptlz-pillar-gateway
- crates/cryptlz-pillar-data
- crates/cryptlz-pillar-intelligence
- crates/cryptlz-pillar-observability
- crates/cryptlz-pillar-verticals
- crates/vault-platform-app
- crates/vault-mcp-server
- crates/vault-security-core
- crates/vault-test-rainbow
# Domain groupings (7-Pillar Architecture)
domains:
gateway:
- cryptlz-pillar-gateway
- vault-gateway-unified
- vault-gateway-client
- vault-gateway-protocols
- vault-api-unified
- vault-mcp-server
security:
- vault-security-core
- vault-security-crypto
- vault-security-firewall
- vault-certificate-unified
- vault-trust-kernel
- vault-trust-events
- vault-trust-enforcer
data:
- cryptlz-pillar-data
- vault-db-core
- vault-db-cryptlz
- vault-storage-core
intelligence:
- cryptlz-pillar-intelligence
- vault-abc-trinity
- vault-intelligence-ai
- vault-ml-core
- vault-child-protection-ml
observability:
- cryptlz-pillar-observability
- vault-observability-core
- vault-observability-service
- vault-observability-client
- vault-observability-con
verticals:
- cryptlz-pillar-verticals
- vault-con-vertical-core
- vault-con-vertical-manager
- vault-platform-verticals
- vault-security-vertical
platform:
- vault-platform-app
- vault-platform-wallet
- vault-platform-wallet-crypto
- vault-biometrics-unified
- vault-conductor
- vault-k8s-unified
testing:
- vault-test-rainbow
- vault-testing-unified
- vault-testing-chaos-engine
# Criticality tiers
criticality:
P0:
- cryptlz-pillar-gateway
- cryptlz-pillar-data
- cryptlz-pillar-intelligence
- vault-security-core
- vault-certificate-unified
- vault-mcp-server
P1:
- cryptlz-pillar-observability
- cryptlz-pillar-verticals
- vault-platform-app
- vault-test-rainbow
- vault-db-cryptlz
P2:
- vault-abc-trinity
- vault-intelligence-ai
- vault-k8s-unified
# Transport requirements
transport:
mandate: http3-quic
legacy_allowed:
- http/1.1 (internal only)
- http/2 (deprecated, migration to QUIC in progress)
# Crypto requirements
crypto:
mandate:
- ed25519 (signing)
- chacha20poly1305 (encryption)
- blake3 (hashing)
- x25519-kyber (key exchange)
forbidden:
- rsa
- md5
- sha1
- des
- 3des
# Observability
observability:
mandate: atomic-counters
forbidden:
- prometheus
- grafana
- external telemetry
# Exclusion patterns
exclude:
- crates/.CONSOLIDATION_BACKUP
- crates/.PLATFORM_BACKUP
- crates/.SECURITY_BACKUP
- crates/*/src-ebpf
- crates/*/.backup
# Policy
policy:
consolidation_freeze: true
doc_required: true
manifest_required: true
# Owners
owners:
- Codex (coordinator)
- DOCK (docs)
- AG (architecture)
- GCL (stabilization)
- Kilo (precision)
---
# Changelog
# 2026-02-27: v1.1.0 - Aligned with 7-Pillar Composition Architecture and Rainbow Shakeout requirements
# 2026-02-27: v1.0.0 - Created based on Deep Research Report findings