- L1 (Draft): 实验性指令。
- L2 (Production): 经过单科室验证。
- L3 (Gold): 🏆 跨科室金牌模版,包含完整 YAML 元数据和示例
- 在 Android Studio 中按科室目录新建
.md文件。 - 必须包含 YAML 头部(id, team, tier, tags)。
- 通过 PR (Pull Request) 提交并由科室组长 Review。
CalttaPromptPatterns/ ├── 01_cross_cutting/ <-- 跨科室协同 (如故障会诊) ├── 02_software/ │ ├── android_system/ <-- 系统层 (Audio/HAL) │ └── android_app/ <-- 应用层 (PTT 业务) ├── 03_driver │ ├── driver_kernel/ <-- 驱动专区 ├── 04_hardware │ ├── driver_kernel/ <-- 硬件专区 ├── 05_protocol/ │ ├── narrowband/ <-- 窄带 (PDT/DMR) │ └── broadband/ <-- 宽带 (LTE/5G) ├── 06_test/ <-- 测试专区 ├── README.md <-- 你的精美首页 (见下文) ├── glossary.md <-- 中兴高达业务术语表 └── .gitignore <-- 忽略 IDE 缓存文件