https://github.com/andywilliams/daybook
· scanned 2026-06-17 01:33 UTC (1 month, 2 weeks ago)
14 raw signals (0 security + 14 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ +13.0 (diff) · 14 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 153 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
parseArgs |
software | healthy | scripts/import-tix-kanban.ts:parseArgs |
__usage |
software | healthy | scripts/import-tix-kanban.ts:__usage |
isPlaceholder |
software | healthy | scripts/import-tix-kanban.ts:isPlaceholder |
toDay |
software | healthy | scripts/import-tix-kanban.ts:toDay |
shiftDay |
software | healthy | scripts/import-tix-kanban.ts:shiftDay |
tsAt |
software | healthy | scripts/import-tix-kanban.ts:tsAt |
hourOf |
software | healthy | scripts/import-tix-kanban.ts:hourOf |
dirExists |
software | healthy | scripts/import-tix-kanban.ts:dirExists |
readJsonFiles |
software | healthy | scripts/import-tix-kanban.ts:readJsonFiles |
collectStandups |
software | healthy | scripts/import-tix-kanban.ts:collectStandups |
collectNotes |
software | healthy | scripts/import-tix-kanban.ts:collectNotes |
content |
software | healthy | scripts/import-tix-kanban.ts:content |
collectLogs |
software | healthy | scripts/import-tix-kanban.ts:collectLogs |
describeActivity |
software | healthy | scripts/import-tix-kanban.ts:describeActivity |
title |
software | healthy | scripts/import-tix-kanban.ts:title |
collectActivity |
software | healthy | scripts/import-tix-kanban.ts:collectActivity |
collectTasks |
software | healthy | scripts/import-tix-kanban.ts:collectTasks |
status |
software | healthy | scripts/import-tix-kanban.ts:status |
main |
software | healthy | scripts/import-tix-kanban.ts:main |
isKind |
software | healthy | src/server/index.ts:isKind |
normalizeTimestamp |
software | healthy | src/server/index.ts:normalizeTimestamp |
parseEntryInput |
software | healthy | src/server/index.ts:parseEntryInput |
insertEntry |
software | healthy | src/server/index.ts:insertEntry |
offset |
software | healthy | src/server/index.ts:offset |
total |
software | healthy | src/server/index.ts:total |
todayISO |
software | healthy | src/server/index.ts:todayISO |
shiftDayISO |
software | healthy | src/server/index.ts:shiftDayISO |
entriesOn |
software | healthy | src/server/index.ts:entriesOn |
previousDoneDate |
software | healthy | src/server/index.ts:previousDoneDate |
livePreview |
software | healthy | src/server/index.ts:livePreview |
getSnapshot |
software | healthy | src/server/index.ts:getSnapshot |
parseSnapshot |
software | healthy | src/server/index.ts:parseSnapshot |
sanitizeSections |
software | healthy | src/server/index.ts:sanitizeSections |
parseUtcDate |
software | healthy | src/server/index.ts:parseUtcDate |
lastDayOfMonth |
software | healthy | src/server/index.ts:lastDayOfMonth |
validatePeriodRange |
software | healthy | src/server/index.ts:validatePeriodRange |
validateContent |
software | healthy | src/server/index.ts:validateContent |
reviewRowToApi |
software | healthy | src/server/index.ts:reviewRowToApi |
serveMarkdown |
software | healthy | src/server/index.ts:serveMarkdown |
serveText |
software | healthy | src/server/index.ts:serveText |
listBackups |
software | healthy | src/server/index.ts:listBackups |
rotateBackups |
software | healthy | src/server/index.ts:rotateBackups |
backupStamp |
software | healthy | src/server/index.ts:backupStamp |
createBackup |
software | healthy | src/server/index.ts:createBackup |
maybeAutoBackup |
software | healthy | src/server/index.ts:maybeAutoBackup |
toFtsQuery |
software | healthy | src/server/index.ts:toFtsQuery |
migrate |
software | healthy | src/server/db.ts:migrate |
formatTime |
software | healthy | src/client/StandupView.tsx:formatTime |
StandupView |
software | healthy | src/client/StandupView.tsx:StandupView |
updateLine |
software | healthy | src/client/StandupView.tsx:updateLine |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tsconfig.server.json |
software | healthy | tsconfig.server.json |
vite.config.ts |
software | healthy | vite.config.ts |
package-lock.json |
software | healthy | package-lock.json |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
tsconfig.json |
software | healthy | tsconfig.json |
import-tix-kanban.ts |
software | healthy | scripts/import-tix-kanban.ts |
index.ts |
software | healthy | src/server/index.ts |
db.ts |
software | healthy | src/server/db.ts |
StandupView.tsx |
software | healthy | src/client/StandupView.tsx |
BackupView.tsx |
software | healthy | src/client/BackupView.tsx |
DayView.tsx |
software | healthy | src/client/DayView.tsx |
dates.ts |
software | healthy | src/client/dates.ts |
EntryList.tsx |
software | healthy | src/client/EntryList.tsx |
main.tsx |
software | healthy | src/client/main.tsx |
api.ts |
software | healthy | src/client/api.ts |
styles.css |
software | healthy | src/client/styles.css |
ExportView.tsx |
software | healthy | src/client/ExportView.tsx |
KindDayView.tsx |
software | healthy | src/client/KindDayView.tsx |
index.html |
software | healthy | src/client/index.html |
ReviewsView.tsx |
software | healthy | src/client/ReviewsView.tsx |
DateBar.tsx |
software | healthy | src/client/DateBar.tsx |
App.tsx |
software | healthy | src/client/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
POST /api/entries |
api | healthy | src/server/index.ts |
PATCH /api/entries/:id |
api | healthy | src/server/index.ts |
DELETE /api/entries/:id |
api | healthy | src/server/index.ts |
GET /api/entries |
api | healthy | src/server/index.ts |
GET /api/standup |
api | healthy | src/server/index.ts |
POST /api/standup |
api | healthy | src/server/index.ts |
DELETE /api/standup/:date |
api | healthy | src/server/index.ts |
GET /api/standup/history |
api | healthy | src/server/index.ts |
POST /api/reviews |
api | healthy | src/server/index.ts |
GET /api/reviews |
api | healthy | src/server/index.ts |
GET /api/reviews/:id |
api | healthy | src/server/index.ts |
DELETE /api/reviews/:id |
api | healthy | src/server/index.ts |
GET /llms.txt |
api | healthy | src/server/index.ts |
GET /agents.md |
api | healthy | src/server/index.ts |
GET /api/agents.md |
api | healthy | src/server/index.ts |
GET /api/export |
api | healthy | src/server/index.ts |
GET /api/backups |
api | healthy | src/server/index.ts |
POST /api/backups |
api | healthy | src/server/index.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
src |
software | healthy | src |
server |
software | healthy | src/server |
client |
software | healthy | src/client |
| Label | Layer | Status | Path |
|---|---|---|---|
andywilliams__daybook |
software | healthy | /data/fable5_failed_archive/andywilliams__daybook |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5173 |
network | healthy | vite.config.ts |
This page is publicly accessible at:
https://repobility.com/scan/9fecf568-378a-47f9-bccc-1307ff258aa7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/9fecf568-378a-47f9-bccc-1307ff258aa7/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.