Manually track an activity or note
# /htmlgraph:track
Manually track an activity or note
## Usage
## Parameters
- `tool` (required): The tool/action type (e.g., "Note", "Decision", "Research")
- `summary` (required): Description of the activity
- `files` (optional): Related files
## Examples
Track a decision with related files
Track research activity
Track a general note
## Instructions for Claude
This command uses the SDK's `None()` method.
### Implementation:
bash
htmlgraph track "<tool>" "<summary>" --files <file1> <file2>
### Output Format:
## Activity Tracked
**Type:** {tool}
**Summary:** {...