-
Notifications
You must be signed in to change notification settings - Fork 0
Home
anyeduke11 edited this page Aug 30, 2026
·
2 revisions
SecNews(开发代号
hotspot)是面向 AI + 安全从业者 的单人本地工作站。 从 v0.7.0 起,全站统一收敛为 Sentinel Terminal 三层工作流: Data(采集/流水线)→ Judge(知识沉淀/评估)→ Action(执行/协作)。一个人 · 一台电脑 · 零外部服务。
git clone https://github.com/anyeduke11/secnews.git && cd secnews
# 后端(端口 8000)
python -m venv .venv && source .venv/bin/activate
pip install -r backend/requirements.txt
python run.py # http://127.0.0.1:8000
# 前端(端口 8898)
cd frontend && npm install && npm run dev # http://localhost:8898| 页面 | 内容 |
|---|---|
| Architecture | 系统架构总览:五子系统、分层、关键设计决策(同步到仓库 docs/ARCHITECTURE.md) |
| Runbook | 运维手册:启动/停止、状态查询、故障排查、追抓资讯(同步到仓库 docs/RUNBOOK.md) |
| Contributing | 贡献指南:本地开发、测试、commit 规范(同步到仓库 CONTRIBUTING.md) |
| Security | 安全策略:漏洞披露流程、支持版本矩阵(同步到仓库 SECURITY.md) |
维护约定:Wiki 是仓库文档的镜像,权威内容始终在仓库(
docs/+ 根文档)。 变更请直接改仓库文档,本 Wiki 仅在需要时同步摘录。
- 完整架构文档:
docs/ARCHITECTURE.md - 代码 Wiki:
docs/code-wiki/CODE_WIKI.md - 设计语料:
docs/ - 历史版本:Releases
- 开发约定:
AGENTS.md/CLAUDE.md