91 lines
2.8 KiB
Markdown
91 lines
2.8 KiB
Markdown
# Agent Invocation Packet: conversation-segmentation
|
|
|
|
## 1. Invocation Identity
|
|
|
|
- project_id: 2026-06-05-失望性情感隔离
|
|
- workflow: viewpoint-discussion-distillation
|
|
- stage: source-registration-and-segmentation
|
|
- run_id: 2026-06-05-失望性情感隔离
|
|
- participant_id: conversation-segmentation
|
|
- target_participant_name: Conversation Segmentation Skill
|
|
- participant_type: ccpe_skill
|
|
- canonical_artifact_path: `C:\Users\wangq\Documents\Codex\ccpe-system\skills\workflow\conversation-segmentation.skill.md`
|
|
- canonical_artifact_version: 0.1
|
|
- invocation_mode: local_skill_execution
|
|
- packet_type: participant_startup_packet
|
|
|
|
## 2. Canonical Artifact Handling
|
|
|
|
- should_paste_full_prompt_or_spec: no
|
|
- prompt_to_send_path: not-required
|
|
- role_integrity_requirement: execute the CCPE Skill procedure without topic classification
|
|
- allowed_wrapper_instructions: obey Knowledge Vault invocation and context policies
|
|
- forbidden_role_changes: do not act as topic-discovery-router or lossless-coverage-auditor
|
|
- no_simulation_requirement: yes
|
|
|
|
## 3. Current Task
|
|
|
|
Read source metadata and boundary rules, identify numeric H1 rounds, split each round into stable source blocks, and write source block inventory.
|
|
|
|
## 4. Input Files
|
|
|
|
```text
|
|
diary/2026/2026-06/2026-06-05.md
|
|
```
|
|
|
|
## 5. Context Files
|
|
|
|
```text
|
|
skills/invocation-policy.md
|
|
skills/context-management-policy.md
|
|
skills/knowledge-processing/viewpoint-discussion-distillation/runbook.md
|
|
C:\Users\wangq\Documents\Codex\ccpe-system\skills\workflow\conversation-segmentation.skill.md
|
|
```
|
|
|
|
## 6. Embedded Inputs
|
|
|
|
```text
|
|
boundary_rule: numeric Markdown H1 headings # 1 through # 7
|
|
embedded_h1_note: line 21 is an article title inside R01
|
|
output_workspace_path: discussions/viewpoint-development/2026-06-05-失望性情感隔离
|
|
```
|
|
|
|
## 7. Output Contract
|
|
|
|
```text
|
|
00-source-map.md
|
|
invocations/conversation-segmentation/source-block-inventory.csv
|
|
invocations/conversation-segmentation/skill-execution-record.md
|
|
handoff/thread-start-packets/Rxx-segmentation-thread-start.md
|
|
handoff/thread-return-packets/Rxx-segmentation-return.md
|
|
```
|
|
|
|
## 8. Continuity Policy
|
|
|
|
The main session reads source-map and worker summaries, not the full source. Topic discovery starts only after source registration and segmentation convention are accepted.
|
|
|
|
## 9. Session Logging
|
|
|
|
Record completed local execution in `skill-execution-record.md`.
|
|
|
|
## 10. Forbidden Actions
|
|
|
|
```text
|
|
- Do not modify the source file.
|
|
- Do not classify topics.
|
|
- Do not summarize viewpoints.
|
|
- Do not route material to topic docs.
|
|
- Do not declare source material disposable.
|
|
```
|
|
|
|
## 11. Return Path
|
|
|
|
```text
|
|
invocations/conversation-segmentation/skill-execution-record.md
|
|
handoff/thread-return-packets/
|
|
```
|
|
|
|
## 12. Runtime Acceptance Rule
|
|
|
|
This output is accepted as local Skill execution only because the Skill spec was read, the procedure was followed, and this run writes a skill execution record.
|