|
| 1 | +# Release Manifest — Surface Product (A4) |
| 2 | + |
| 3 | +## Code Repository |
| 4 | + |
| 5 | +**Project Code Repository:** https://github.com/dcsil/PyGuard-Agentic-Agent |
| 6 | + |
| 7 | +## What This Release Validates (Surface Product / Proof of Concept) |
| 8 | + |
| 9 | +This release demonstrates the **Surface Product proof of concept** for an autonomous compliance follow-up agent. |
| 10 | +**Primary interaction:** From a single instruction, the agent performs web research, generates a structured compliance report, and executes follow-up actions such as emailing the report and scheduling a meeting (end-to-end, live-deployed). |
| 11 | + |
| 12 | +## Repository Index (Architectural Artifacts) |
| 13 | + |
| 14 | +### 1) Proof of Concept Scope (Technical Summary) |
| 15 | + |
| 16 | +- **File:** `proof-of-concept.md` |
| 17 | +- Defines what “working” means for the primary interaction, lists known technical constraints/accepted limitations, and states the validation thresholds used in A4. |
| 18 | + |
| 19 | +### 2) Baseline Critical User Journey (CUJ) |
| 20 | + |
| 21 | +- **File:** `cuj-baseline.md` |
| 22 | +- Includes persona + value-driven goal, journey audit table (steps, time, context switches, severity), evidence references, highlights/lowlights, product recommendations, and quantitative metrics. |
| 23 | + |
| 24 | +### 3) Architecture & Topology Diagrams |
| 25 | + |
| 26 | +- **System Topology Diagram (Deployment/Runtime View):** `assets/system-topology.png` |
| 27 | +- **Architecture Diagram (Logical/Design View):** `assets/architecture-diagram.png` |
| 28 | + |
| 29 | +These diagrams show: |
| 30 | + |
| 31 | +- User entry point and deployed components (frontend, backend/orchestrator, external services) |
| 32 | +- Data/request flow between components |
| 33 | +- Decoupling boundaries that support evolution (e.g., adding transaction ingestion and fraud analysis later) |
| 34 | + |
| 35 | +### 4) Evidence / Screenshots |
| 36 | + |
| 37 | +- **Folder:** `assets/` |
| 38 | +- Screenshots referenced by `cuj-baseline.md` and used as audit evidence of the current imperfect state. |
0 commit comments