|
| 1 | +<!-- SPDX-License-Identifier: PMPL-1.0-or-later --> |
| 2 | +<!-- TOPOLOGY.md — Project architecture map and completion dashboard --> |
| 3 | +<!-- Last updated: 2026-02-19 --> |
| 4 | + |
| 5 | +# SDP HKDF Deployment — Project Topology |
| 6 | + |
| 7 | +## System Architecture |
| 8 | + |
| 9 | +``` |
| 10 | + ┌─────────────────────────────────────────┐ |
| 11 | + │ OPERATOR / ADMIN │ |
| 12 | + │ (Deployment & Provisioning) │ |
| 13 | + └───────────────────┬─────────────────────┘ |
| 14 | + │ |
| 15 | + ▼ |
| 16 | + ┌─────────────────────────────────────────┐ |
| 17 | + │ SDP HKDF INFRASTRUCTURE │ |
| 18 | + │ (Rootless/SDP Crypto Service) │ |
| 19 | + └──────────┬───────────────────┬──────────┘ |
| 20 | + │ │ |
| 21 | + ▼ ▼ |
| 22 | + ┌───────────────────────┐ ┌────────────────────────────────┐ |
| 23 | + │ CONFIGURATIONS │ │ CONTAINER RUNTIME │ |
| 24 | + │ - HKDF Parameters │ │ - Rootless Podman/Nerdctl │ |
| 25 | + │ - Policy Rules │ │ - SDP Perimeter Enforcement │ |
| 26 | + └───────────────────────┘ └────────────────────────────────┘ |
| 27 | +
|
| 28 | + ┌─────────────────────────────────────────┐ |
| 29 | + │ REPO INFRASTRUCTURE │ |
| 30 | + │ Justfile Automation .machine_readable/ │ |
| 31 | + │ contractiles/ 0-AI-MANIFEST.a2ml │ |
| 32 | + └─────────────────────────────────────────┘ |
| 33 | +``` |
| 34 | + |
| 35 | +## Completion Dashboard |
| 36 | + |
| 37 | +``` |
| 38 | +COMPONENT STATUS NOTES |
| 39 | +───────────────────────────────── ────────────────── ───────────────────────────────── |
| 40 | +DEPLOYMENT CORE |
| 41 | + HKDF Configs █░░░░░░░░░ 10% Initial parameters stubs |
| 42 | + Containerfiles █░░░░░░░░░ 10% Rootless base stubs |
| 43 | + SDP Policies ░░░░░░░░░░ 0% Pending specification |
| 44 | +
|
| 45 | +REPO INFRASTRUCTURE |
| 46 | + Justfile Automation ██████████ 100% Standard tasks active |
| 47 | + .machine_readable/ ██████████ 100% STATE tracking active |
| 48 | + 0-AI-MANIFEST.a2ml ██████████ 100% AI entry point verified |
| 49 | +
|
| 50 | +───────────────────────────────────────────────────────────────────────────── |
| 51 | +OVERALL: ██░░░░░░░░ ~20% Incubation / Initialization |
| 52 | +``` |
| 53 | + |
| 54 | +## Key Dependencies |
| 55 | + |
| 56 | +``` |
| 57 | +Crypto Requirement ───► HKDF Config ───► Container Build ──► SDP Deploy |
| 58 | +``` |
| 59 | + |
| 60 | +## Update Protocol |
| 61 | + |
| 62 | +This file is maintained by both humans and AI agents. When updating: |
| 63 | + |
| 64 | +1. **After completing a component**: Change its bar and percentage |
| 65 | +2. **After adding a component**: Add a new row in the appropriate section |
| 66 | +3. **After architectural changes**: Update the ASCII diagram |
| 67 | +4. **Date**: Update the `Last updated` comment at the top of this file |
| 68 | + |
| 69 | +Progress bars use: `█` (filled) and `░` (empty), 10 characters wide. |
| 70 | +Percentages: 0%, 10%, 20%, ... 100% (in 10% increments). |
0 commit comments