Files
Neo-ZQYY/apps/etl/pipelines/feiqiu/docs/audit/README.md

19 lines
903 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 审计目录docs/audit/
本目录统一存放所有审计相关产物。
## 子目录与文件
| 目录/文件 | 说明 |
|-----------|------|
| `changes/` | AI 逐次变更审计记录(`<YYYY-MM-DD>__<slug>.md` |
| `repo/` | 仓库审计报告(由 `scripts/audit/` 自动生成:文件清单、调用流、文档对齐) |
| `prompt_logs/` | Prompt 日志文件(每次 prompt 生成一个独立文件,按时间戳命名) |
| `audit_dashboard.md` | 审计一览表(由 `/audit` 流程自动刷新,或手动 `python scripts/gen_audit_dashboard.py` |
## 维护约定
- `prompt_logs/``prompt-audit-log` Hook 自动管理,请勿手动编辑
- `audit_dashboard.md``/audit` 流程自动刷新,也可通过 `python scripts/gen_audit_dashboard.py` 手动重新生成,请勿手动编辑
- 变更审计记录由 `/audit` 流程audit-writer 子代理)生成