Imported from floydnant/time-tracking-app (AGENTS.md). Install upstream with npx skills add floydnant/time-tracking-app. Copyright stays with the author.
AGENTS
Development Guardrails
After every code change, run the relevant automated tests before considering the work complete.
For Rust backend changes under src-tauri/, run cd src-tauri && cargo test -q.
Before considering work complete, run both builds:
Frontend build: npm run build
Backend build: cd src-tauri && cargo build
If tests fail, fix the issues and re-run tests until they pass.
When committing changes, ensure the message follows the conventions of the existing commits
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/floydnant-time-tracking-app-time-tracking-app/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.