create_context_window
Define a temporal context window to organize related changes and relationships within a specific period, including framework versions.
Instructions
Create a temporal context window for grouping related changes and relationships within a specific time period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the context window (e.g., "React v16 Migration", "Python 3.8 Upgrade") | |
| description | No | Description of what this context window represents | |
| valid_time_end | No | When this context window ended (optional, null for ongoing) | |
| valid_time_start | Yes | When this context window started (ISO 8601 format) | |
| framework_versions | No | Framework versions during this period (e.g., {"react": "16.8.0", "node": "14.0.0"}) |