From f2c918964a7259c48c56a44b49620d9beb79445d Mon Sep 17 00:00:00 2001 From: HiddenTrojan <93521146+Labeeb2339@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:55:50 +0800 Subject: [PATCH] docs: write README in maintainer voice --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff9a9d4..3ca8c9f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ **A fully local cybersecurity RAG prototype with hybrid retrieval, MITRE ATT&CK graph grounding, cited answers, and a repeatable evaluation harness.** -CyberRAG explores a practical question: how much can retrieval improve a small local model on threat-intelligence tasks while keeping query-time data on the user's machine? +I built CyberRAG to explore a practical question: how much can retrieval improve +a small local model on threat-intelligence tasks while keeping query-time data +on the user's machine? -The project was built in response to a CyberSecurity Malaysia challenge brief. It is an independent prototype, not an official commission, deployment, or endorsed CyberSecurity Malaysia product. +I began the project in response to a CyberSecurity Malaysia challenge brief. It +is an independent prototype, not an official commission, deployment, or endorsed +CyberSecurity Malaysia product. ## What it demonstrates