From 91e15479021880407b0b4d47bedda73f86c3d67c Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Wed, 31 Dec 2025 15:35:41 -0500 Subject: [PATCH] Add schema link to CONTRIBUTING --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e1ef72..e14d92c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,8 @@ SHEPHERD_MOCK_TIME="2025-12-25 15:30:00" ./run-dev Time and activity history are maintained in a SQLite database, which `./run-dev` places at `./dev-runtime/data/shepherdd.db`. Edit this database using a tool like [DB Browser for SQLite](https://sqlitebrowser.org/) while the -service is not running to inject application usage. [TODO: Link to schema docs] +service is not running to inject application usage. The schema is defined in +the [shepherd-store crate](./crates/shepherd-store/). ### Testing and linting