edge-concept-synthesizer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEdge Concept Synthesizer
边缘概念合成器
Overview
概述
Create an abstraction layer between detection and strategy implementation.
This skill clusters ticket evidence, summarizes recurring conditions, and outputs with explicit thesis and invalidation logic.
edge_concepts.yaml在检测与策略实现之间创建一个抽象层。
该Skill会聚类工单证据,总结重复出现的情况,并输出包含明确论点和失效逻辑的文件。
edge_concepts.yamlWhen to Use
使用场景
- You have many raw tickets and need mechanism-level structure.
- You want to avoid direct ticket-to-strategy overfitting.
- You need concept-level review before strategy drafting.
- 当你拥有大量原始工单,需要从机制层面构建结构时。
- 当你想要避免直接从工单到策略的过拟合问题时。
- 当你需要在策略起草前进行概念层面的评审时。
Prerequisites
前置条件
- Python 3.9+
PyYAML- Ticket YAML directory from detector output (,
tickets/exportable)tickets/research_only - Optional
hints.yaml
- Python 3.9及以上版本
- 库
PyYAML - 检测器输出的工单YAML目录(、
tickets/exportable)tickets/research_only - 可选的文件
hints.yaml
Output
输出
- containing:
edge_concepts.yaml- concept clusters
- support statistics
- abstract thesis
- invalidation signals
- export readiness flag
- 文件,包含:
edge_concepts.yaml- 概念聚类
- 支持统计数据
- 抽象论点
- 失效信号
- 导出就绪标记
Workflow
工作流程
- Collect ticket YAML files from auto-detection output.
- Optionally provide for context matching.
hints.yaml - Run .
scripts/synthesize_edge_concepts.py - Review concepts and promote only high-support concepts into strategy drafting.
- 从自动检测输出中收集工单YAML文件。
- (可选)提供用于上下文匹配。
hints.yaml - 运行脚本。
scripts/synthesize_edge_concepts.py - 评审概念,仅将高支持度的概念推进到策略起草阶段。
Quick Commands
快速命令
bash
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--hints /tmp/edge-hints/hints.yaml \
--output /tmp/edge-concepts/edge_concepts.yaml \
--min-ticket-support 2bash
python3 skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.py \
--tickets-dir /tmp/edge-auto/tickets \
--hints /tmp/edge-hints/hints.yaml \
--output /tmp/edge-concepts/edge_concepts.yaml \
--min-ticket-support 2Resources
资源
skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.pyskills/edge-concept-synthesizer/references/concept_schema.md
skills/edge-concept-synthesizer/scripts/synthesize_edge_concepts.pyskills/edge-concept-synthesizer/references/concept_schema.md