|
|
29d9ef5d0d
|
refactor: 项目结构梳理 - 设备端/管理端对称布局
仓库结构:
edge/ 设备端(原根目录设备端代码整体移入)
control/ 管理端(清理后)
docs/ 文档(PRD 移入 design/)
README.md 根导航(新增)
清理:
- control/.brainstorm 临时草稿删除
- control 根级重复文档(API表/PRD_04)并入 docs/design/
- control/plan.md -> docs/implementation/control-plan.md
- control/safesightd-linux-arm64 二进制取消版本控制(.gitignore)
- edge/transform 模型转换产物归入 models/,onnx/pt 大源文件取消跟踪(.gitignore)
- Readme.md(PRD) -> docs/design/PRD_Product_v1.2.md(避开 README 大小写冲突)
更新:
- 根 README.md 导航、docs/README.md 文档索引
- deployment.md/检查表路径加 edge/ 前缀
- .gitignore 重写(edge/control 分区规则)
|
2026-08-02 11:39:54 +08:00 |
|
|
|
923ab10d5c
|
feat(edge): 双层版本模型 - 语义化主版本 + 构建号
- 新增 VERSION 文件(1.0.0)作为主版本号来源,发版改文件即可,不依赖 git tag
- agent: Version=主版本(VERSION 文件), BuildID=构建号(时间戳), GitSHA 保留
- media: 版本输出 v1.0.0 (build YYYYMMDD.HHMMSS, git xxxxxxx)
- init() 兜底: 主版本 0.0.0 / 构建号自动生成,产品上无占位值
|
2026-08-01 17:16:09 +08:00 |
|
|
|
140018ac4d
|
fix(edge): 消除 0.0.0-dev 占位版本号,init() 兜底为构建时间
- agent Version/BuildID/GitSHA 默认值改为空+init() 自动填充构建时间
即使构建时忘记注入 ldflags,产品上也不会出现占位版本号
- version.h 默认值改为 unknown
|
2026-08-01 17:01:00 +08:00 |
|
|
|
c26531b4f3
|
refactor: rebrand to SafeSight Edge
- Rename Agent binary: rk3588-agent → safesight-agent
- Update Go module: rk3588sys/agent → safesight-agent
- Rename CMake project: rk3588_media_server → safesight_media
- Rename Media binary: media-server → safesight-media
- Update all install paths, scripts, and config references
|
2026-07-17 11:00:39 +08:00 |
|
|
|
f4b20f3e32
|
Refine profile-centric config metadata and agent status
|
2026-04-20 11:41:49 +08:00 |
|
|
|
cfe42bdad3
|
Expose agent build metadata
|
2026-04-18 12:16:10 +08:00 |
|
|
|
317a8b1097
|
修改部署脚本,media-server和agent独立部署
|
2026-02-25 15:23:58 +08:00 |
|
|
|
89cd6a1d8b
|
编译新的agent
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run
|
2026-01-10 17:20:00 +08:00 |
|
|
|
2a562514bc
|
修改agent功能,加入重启,准备测试
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run
|
2026-01-10 11:06:39 +08:00 |
|
|
|
5f69321b40
|
准备测试agent服务能力
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run
|
2026-01-10 09:27:13 +08:00 |
|