feat: initial HSAP platform
Huaxu Sentinel Active Safety Platform with embedded algorithm code, Docker Compose setup, and vendored dataset scaffolds for clone-and-run. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
1
manifests/approval_queue.jsonl
Normal file
1
manifests/approval_queue.jsonl
Normal file
@@ -0,0 +1 @@
|
||||
{"id": "apr-20260520-deba9058", "status": "rejected", "action": "register_batch", "action_label": "登记批次元数据", "params": {"project": "dms", "task": "dam", "batch": "test_batch", "location": "inbox", "stage": "returned"}, "submitted_by": "tester", "submitted_at": "2026-05-20T10:21:12.410564+00:00", "note": "dry", "reviewed_by": "admin", "reviewed_at": "2026-05-20T10:21:12.410758+00:00", "review_comment": "test only", "executed_at": null, "result": null}
|
||||
21
manifests/feishu.env.example
Normal file
21
manifests/feishu.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# 飞书 + 数据库 + Redis(复制为 feishu.env;Docker 环境见 .env.example)
|
||||
|
||||
FEISHU_APP_ID=cli_xxxxxxxx
|
||||
FEISHU_APP_SECRET=xxxxxxxxxxxxxxxx
|
||||
FEISHU_REDIRECT_URI=http://127.0.0.1:8787/api/v1/auth/feishu/callback
|
||||
AS_FRONTEND_URL=http://127.0.0.1:8787
|
||||
AS_JWT_SECRET=请更换为随机长字符串
|
||||
FEISHU_ADMIN_OPEN_IDS=
|
||||
FEISHU_ADMIN_DEPARTMENT_IDS=
|
||||
AS_DEV_AUTH=true
|
||||
|
||||
# 本机 run_server.sh
|
||||
AS_DB_HOST=127.0.0.1
|
||||
AS_DB_PORT=5432
|
||||
AS_DB_USER=as_platform
|
||||
AS_DB_PASSWORD=as_platform
|
||||
AS_DB_NAME=as_platform
|
||||
AS_REDIS_URL=redis://127.0.0.1:6379/0
|
||||
AS_JOB_EXECUTOR=thread
|
||||
|
||||
# Docker Compose 会覆盖为 postgres/redis 服务名,见 docker-compose.yml
|
||||
6
manifests/repo_layout.json
Normal file
6
manifests/repo_layout.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"layout": "embedded",
|
||||
"vendored_at": "2026-05-25T16:20:20+08:00",
|
||||
"workspace_source": "/home/chengfanglu/DATA/workspace",
|
||||
"note": "算法代码与数据集脚手架已内嵌;大文件数据请挂载 workspace 或 rsync 到 datasets/"
|
||||
}
|
||||
Reference in New Issue
Block a user