Imported from martinambrus/claude_timings_wrapper (
AGENTS.md). Install upstream withnpx skills add martinambrus/claude_timings_wrapper. Copyright stays with the author.
claude-timed
CLI wrapper that instruments Claude Code sessions with timing data.
Versioning
This project uses semantic versioning. The version in package.json is the source of truth and is read at runtime by lib/update-checker.mjs.
On every bug fix or new feature, you MUST:
- Bump the version in
package.json(patch for fixes, minor for features). - Add a corresponding entry to
updates.jsonwith:version: the new version stringnotes: short description of what changedsteps: array of commands the user must run to update. Always include"git pull". Add"npm install"if dependencies changed,"claude-timed --install-hook"if hooks changed. Custom steps can be appended.