Files
Nicolò Boschi b984bb0bbd feat(coding-agents): record Hindsight tool usage and move logs to ~/.hindsight/coding-agents-logs
Adds usage.jsonl: one line per finished user turn with the hindsight_* tools
called and whether the reply credited Hindsight memory, plus a `stats`
command that reports call ratio and credit-after-retrieval rate per agent.

Moves plugin.log and the diag trail out of /tmp (shared, reboot-wiped,
unbounded) into an owner-only dir with size-based rotation.
2026-09-11 18:29:23 +02:00
..
2026-09-11 14:53:20 +02:00
…
2026-08-07 18:16:35 +02:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.