What's Changed
- Renamed package to
@techdivision/opencode-time-trackingfor npm organization publishing - Updated README with new scoped package name
- Added GitHub Actions workflow for automatic npm publishing on tag
Installation
Add to your opencode.json:
{
"plugin": ["@techdivision/opencode-time-tracking"]
}Create .opencode/time-tracking.json in your project:
{
"csv_file": "~/time_tracking/time-tracking.csv",
"user_email": "your@email.com",
"default_account_key": "YOUR_ACCOUNT_KEY"
}