From d769d6a56c4bad93e5ea5f80b8a12769699d08a3 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Tue, 2 Dec 2025 20:51:37 +0000 Subject: [PATCH] Link ARCHITECTURE.md in SECURITY and DEV-QUICK-START guides --- DEV-QUICK-START.md | 2 ++ SECURITY.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/DEV-QUICK-START.md b/DEV-QUICK-START.md index fb980f7..947eed4 100644 --- a/DEV-QUICK-START.md +++ b/DEV-QUICK-START.md @@ -6,6 +6,8 @@ - Node.js 20+ - pnpm 9+ (for frontend work) +> **Tip**: Read [`ARCHITECTURE.md`](ARCHITECTURE.md) to understand the system design before diving in. + ## Hot-Reload Development Mode Start the development environment with hot-reload: diff --git a/SECURITY.md b/SECURITY.md index 8e1b3b2..77eb780 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,9 @@ This document is the canonical security policy for Pulse. It combines our ongoing hardening guidance with the operational checklists that previously lived in `docs/SECURITY.md`. +For a high-level overview of the system design and data flow, please refer to +[`ARCHITECTURE.md`](ARCHITECTURE.md). + --- ## Critical Security Notice for Container Deployments