History Chain
When to use this skill
- •After every state.md modification
- •Recording stage transitions
- •Documenting contact updates
- •Linking changes to source evidence
Entry format
Each entry follows this structure:
markdown
## {ISO Timestamp}
{Summary of what changed and why}
- **{Field}**: {Old Value} → {New Value}
- **Evidence**: [{source_file}]({relative_path})
---
Example entry
markdown
## 2025-01-15T14:30:00Z Stage updated to Quote Pitched after presenting carrier options in call. - **Stage**: Application Received → Quote Pitched - **Evidence**: [call_150734](sources/calls/call_150734/raw.txt) ---
Linking rules
- •Newest first: Prepend new entries after the
# Change Historyheader - •Evidence links: Always link to the source that triggered the change
- •Relative paths: Use paths relative to account directory
- •Separator: End each entry with
---
See also
Reference references/format-examples.md for more entry examples.