Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 783,
"has_wiki": false,
"homepage": null,
"languages": {
"CSS": 80,
"HTML": 603,
"PLpgSQL": 2683,
"JavaScript": 1308,
"TypeScript": 309229
},
"pushed_at": "2026-06-30T20:50:21Z",
"created_at": "2025-12-02T01:06:41Z",
"owner_type": "User",
"updated_at": "2026-06-30T20:50:26Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://www.hobbsco.de/",
"name": "Adrien Hobbs",
"type": "User",
"login": "adrienhobbs",
"company": null,
"location": "New York, NY",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3521346?v=4",
"created_at": "2013-02-09T21:18:32Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 4912
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "c2569ecf9633e3cc43eac6427233a2512b0d45c5",
"body": "- README: prominent live-demo link (GitHub Pages) + refresh the feature list\n (drag/edit lines, time-bounded trade overlays, onHoverBar, OHLC legend, sessions).\n- docs: add demo link to chart-component.md; document renderConfig.priceLineVisible\n + line whitespace gaps in creating-indicators.md.\n- \n[…]\n-bounded segments + a labeled MFE↔MAE box (±R) shown on hover (onHoverBar)\n and auto-hidden when scrolled away; \"Try it\" caption.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs+demo: link live demo + showcase interactive/bounded overlays",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-30T20:38:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d2b6c58c568ebba9c7184147cd4dacb22fbb747c",
"body": "A time-bounded PriceBand (box) takes optional topLabel/bottomLabel strings, drawn\ninside the box at its top/bottom edge by the TradeOverlaysPrimitive — e.g. the\nfavorable +R and adverse −R of an MFE↔MAE excursion.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(overlays): bounded-box edge labels (topLabel/bottomLabel) (0.4.1)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-30T19:22:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb20ec3be7fea8edff4358444bed8f69c9db504f",
"body": "…ne gaps (0.4.0)\n\nTime-bounded trade overlays:\n- ChartLine/PriceBand gain optional startTime/endTime (epoch ms). When both are\n set the line renders as a finite SEGMENT and the band as a BOX spanning only that\n window (new TradeOverlaysPrimitive, mirroring SessionsPrimitive) and auto-hides\n when \n[…]\n (break, not connect) so a level resets cleanly per day. EMA warm-up renders\n identically; histogram/area keep the drop behavior.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(overlays): time-bounded segments/boxes + onHoverBar + per-day li…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-30T18:38:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d4e94b8c437530b4fb0f674bc9b32fc761e04834",
"body": "…-to-edit (0.3.2)\n\nTwo opt-in interactions on the price-line system:\n\n- onLineMove(id, price): grab a line (cursor → ns-resize), drag it vertically;\n it follows the cursor live via IPriceLine.applyOptions, and fires on release so\n the host can persist. Chart pan/zoom is frozen during the drag (han\n[…]\ns lifted to ChartComponent so the drag handler can mutate the\nlive line; the dragged line's delete button is hidden until release.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(lines): interactive price lines — drag-to-reprice + double-click…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-30T16:10:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "78ce8d5b59af4dc494c820ff8ca96f69bc1ecbf7",
"body": "…k-to-edit)\n\nBacklog candidate: drag a price line to reprice it (onLineMove callback) and\ndouble-click to edit it via the existing LineSettingsDialog. Builds on the current\nprice-line system.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(roadmap): add interactive price lines (drag-to-reprice, dbl-clic…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-30T14:33:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be236267088be04d2d2749fd19ec6c48f2db7b83",
"body": "Local has all the 0.3.x feature work (sessions, OHLC legend, RSI fix) + a 0.3.1-synced\nlockfile. The remote-only commit 66640aa (\"Updated package-lock.json\", esbuild/vitest\nnested entries on the old 0.2.14-era lock) is superseded by local's lockfile, which\npasses npm ci / CI. Recorded with -s ours so local content is unchanged.",
"is_bot": false,
"headline": "Merge origin/main (keep local as canonical)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T20:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdbb5ceea8e226c3d0e74ed8c84ea1d47312ac3f",
"body": "When the cursor is idle, the crosshair OHLC legend now follows the selected bar (so\nclick / arrow-key navigation updates it), falling back to the last bar when nothing is\nselected — instead of always showing the last bar. Hover still takes precedence. The\nselected bar's indicator values are looked up by time. Backward-compatible (no public\nAPI change); a `selectedBar` is threaded from ChartComponent into useOhlcLegend.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): OHLC legend follows the selected bar when idle (v0.3.1)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T19:55:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f1c6ca6f42a103bbeec17687ea0161ca59883b49",
"body": "Set deletable:false on the demo's trade-derived overlay lines (entry/stop/target/\nmfe/mae shown for the selected trade) so they don't render the (no-op) delete button\n— matching how a host should treat read-only derived lines. User-added lines keep\ntheir delete buttons.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(demo): non-deletable trade overlay lines",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T19:43:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3db9fbe2702971a7b379b8f600f8a35c53b50bc0",
"body": "Enable `sessions` (US-equity preset) + `showOhlcLegend` on the demo chart, and pass\ntimeZone=\"America/New_York\" so the axis aligns with the ET session bands. The MockAdapter's\ncontinuous 24/7 5-min bars render all three session bands + day separators across the window.\nDemo-only (App.tsx isn't in the published bundle) — no version bump.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(demo): showcase session shading + crosshair OHLC legend",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T19:34:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71d585f9c3a7e10b63d869d2074067a643cf2f5c",
"body": "… (v0.3.0)\n\nTwo workbench-driven features (additive, opt-in, non-breaking):\n\nSession shading + day separators — new `sessions` prop on ChartComponent (`true` =\nUS-equity preset: pre-market/after-hours dimmed, RTH clear, in ET; or a SessionsConfig).\nDrawn by a custom SessionsPrimitive (ISeriesPrimiti\n[…]\no. 54 tests pass; live-verified in the workbench candle chart\n(pre/RTH/AH shading + day separator + legend with indicator values).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): session shading + day separators + crosshair OHLC legend…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T19:15:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64c8f858e22473f3416ff00dc61991d9288d5868",
"body": "Capture the feature brainstorm: Next = session shading + events and crosshair OHLC\nreadout; realtime deferred; backlog = drawing tools, trade replay, alerts, multi-chart\nsync, TF aggregation, DX/infra.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add roadmap/backlog (workbench-centric prioritization)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T18:36:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "66640aa8697569d5188984347797cb42af6c16ed",
"body": null,
"is_bot": false,
"headline": "Updated package-lock.json",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T17:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a14494ed890f021f8651afc85fc3472c394e9f3",
"body": "The lockfile's root version lagged at 0.2.11 — the 0.2.12→0.2.14 bumps edited\npackage.json without an `npm install` to update the lock — so CI's `npm ci`\nrejected the tree as out-of-sync (with a misleading \"Missing esbuild@0.28.1\"\nsymptom; esbuild was actually present). `npm install` resyncs the version field;\n`npm ci` now passes. No dependency changes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): sync package-lock version field to 0.2.14",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:46:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "793518b87e232438150467862fc954ecaf898b9d",
"body": "Empty commit to re-run the deploy-pages workflow now that Pages source is set to\n\"GitHub Actions\" (the workflow landed on main, but the prior deploy predated the\nPages settings toggle).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: trigger GitHub Pages deploy",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:42:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "140b99fa6375e6f72d0256b41ec5e29bcd91d612",
"body": "Local supersedes the remote-only commits db8362d (\"Updated ChartComponent.tsx\")\nand d989aa4 (package-lock). The substantive change in db8362d — the off-screen\nprice-line clamp — was ported into the refactored usePriceLines (commit c0cff47);\nits other hunk (pre-label-width `right:` calc) and the lockfile are superseded by\nlocal. Recorded with -s ours so local content is unchanged and the branches reconcile.",
"is_bot": false,
"headline": "Merge origin/main (keep local as canonical)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0cff47b2e64f779675d93a17942a01feec03d1d",
"body": "…ines\n\nPort the off-screen clamp from db8362d (lost when the two line-position effects\nwere merged into usePriceLines during the refactor): priceToCoordinate returns a\nvalue even when a line's price is scrolled outside the visible range, so only\nrecord a delete-button position when y is within [0, c\n[…]\nrs floating at the chart edge. Canvas-drawn lines\nare unaffected (lightweight-charts clips them); this only gates the DOM overlay.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(chart): clamp off-screen price-line marker positions in usePriceL…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:28:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d905b990547413a04476b4ae163aac97a0823f2",
"body": "The previous implementation read `changes[j - 1]` over a `[i-period, i-1]` window —\nshifted one bar too far back, and at index `period` it read `changes[-1]`\n(undefined → NaN), so the first RSI value was always NaN and the rest used the\nwrong window. It also used a plain sliding average rather than \n[…]\nit;\nStochRSI uses the third-party lib. Tests hand-verify all-gains→100, all-losses→0,\nand a smoothed case ([1,2,1,2] p2 → 50, 75).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(indicators): correct calculateRSI to Wilder's RSI (v0.2.14)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:18:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e4f61b0b226e51bd588669ddaf65c3cc0b7fe70",
"body": "- vite base '/candlestick-chart/' + `build:demo` script (→ demo-dist/, gitignored).\n- .github/workflows/deploy-pages.yml: build demo → deploy via official Pages actions\n on push to main (needs a one-time repo Settings → Pages → Source: \"GitHub Actions\").\n- Tidy src/App.tsx (1673 → ~565 lines): drop\n[…]\nneChart \"Equity Curves\" showcase\n panel (3 overlaid ordinal series + baseline + legend). MockAdapter stays the\n keyless default.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(demo): keyless GitHub Pages demo + showcase tidy",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:02:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2fdaf2b605f62a917889adfce4815aff19eb829c",
"body": "Drop genuinely-unused code flagged by tsconfig.app.json (noUnusedLocals): a\nwrite-only `authenticated` field + unused barUtils import in AlpacaBarAdapter, an\nunused `generateRealisticPriceMove` callback in useRealtimeUpdates (not in the\nhook's return), a dead `hasStarted` in calculateEMA, and unused params in\nMockAdapter/NoOpPersistenceAdapter. No behavior change (38 tests still pass);\nenables CI to gate typecheck.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove dead code so `npm run typecheck` is clean",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T16:02:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e95f060d2358b74863db20d8a24cb220bf9f084e",
"body": "Pure structural refactor, no public API or behavior change. ChartComponent goes\n1212 → 467 lines; concerns extracted into src/components/chart-hooks/:\nuseChartLifecycle (create-once chart + series + listeners + StrictMode teardown),\nuseBarsSync, useIndicatorSeries, usePriceLines (merges the two dupl\n[…]\nndle chart (candles, volume, EMA overlay, stop line, entry/exit markers, trade\npopup, bar spotlight, theme) — all behavior intact.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(chart): decompose ChartComponent into hooks (v0.2.13)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T15:50:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5eff06b22b4bd40cb6fd9c4257ba4a694f874d77",
"body": "Internal-quality release (no public API change): debug-gated useBarsData logging,\ndead-prop + as-any cleanup, centralized colors/settings builders, and a 38-test\nVitest net. See preceding commits.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): candlekit 0.2.12 — cleanup, shared constants, test suite",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T15:14:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5586f672230bd79e4d379c71f33f085cdf7dbdb2",
"body": "- Vitest setup (jsdom, globals); `test`/`test:watch` scripts; inline the CJS\n `fast-technical-indicators` dep so the registry imports resolve under Vite.\n- Extract LineChart's toLineData into src/components/lineChartData.ts (pure, testable).\n- Coverage: indicator calculations (SMA/EMA/RSI/stddev/Bo\n[…]\nts characterize current behavior, incl. a known calculateRSI leading-index\noff-by-one (pinned, not changed) — follow-up candidate.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add Vitest harness + broad coverage (38 tests)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T15:13:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "212497e8661d9c2c725ae2dc89731247f2961780",
"body": "…lders\n\nPure DRY refactor, no behavioral change (verified: every indicator's id, colors,\ndefaults, and calculate are byte-equivalent — static value-literal diff shows only\nstructural/type tokens relocating into builders/constants).\n\n- New src/constants/colors.ts: PALETTE (was ChartComponent's MULTI_\n[…]\nrSetting/lineWidthSetting\n builders; applied across all 22 indicator defs (lineWidth field was ~identical 22×).\n Net -384 lines.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(indicators): centralize shared colors + extract settings bui…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T15:05:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a6c367c6fa54c82973b0169eee6ed03beca3e7ff",
"body": "…s any\n\n- useBarsData: gate the 18 verbose console traces behind a `debug` option (default\n false) via stable log()/warn() helpers; drop two unused barUtils imports.\n- ChartComponent: remove the never-used onBarUpdate/onNewBar props; replace the 5\n `setData(... as any)` escapes with the precise `a\n[…]\nield> schema type from the\n indicators barrel under one public name); IndicatorPanel.settings now typed\n Record<string,unknown>.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(chart): cleanup — gate useBarsData logs, drop dead props + a…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T14:52:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0a49d02753038bf913835e151aadabbe8e71acf8",
"body": "New `LineChart` component for plotting N line series on one shared pane (e.g.\nper-split equity curves aligned at trade #0). The x-axis is ordinal, not time:\ninteger x is fed to lightweight-charts as the time field with the tick/crosshair\nformatters overridden to render the ordinal. Features: per-ser\n[…]\nHART_THEME + buildBaseChartLayoutOptions into\nsrc/utils/chartTheme.ts so ChartComponent and LineChart share one base-theme source.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): LineChart — overlay multiple ordinal line series (v0.2.11)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T02:15:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "479c4e973a19fa23d00a77cfea1e02b97332154e",
"body": "…2.10)\n\nChartLine gains `deletable?: boolean` (default true). When `false`, the line's\nfloating delete button isn't rendered — for derived/read-only lines (e.g. a trade\noverlay) where deleting would be a no-op. No change for existing lines.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): per-line `deletable` flag to hide the delete button (v0.…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-29T00:03:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14f0510154568594074dcafd8e628f7cb2715519",
"body": "…2.9)\n\n- `contextMenuItems?: ({ price }) => ContextMenuItem[]` replaces the built-in\n five-type menu with host-defined items (e.g. a single \"Add horizontal line\"),\n while candlekit still renders the themed/positioned menu + price header. The\n built-in menu remains the default when the prop is omi\n[…]\nme (e.g. brutalist) out of the box.\n- Docs: Context Menu section (custom items + LineSettingsDialog), props table,\n theming list.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): customizable line context menu + LineSettingsDialog (v0.…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-28T18:51:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5d447370f6fb3a49cef66b75a934f49cb8316566",
"body": "…pup, multi-output indicators, theming\n\n- chart-component.md: add `selectedBarTime` + `renderTradePopup` to the props\n table; a \"Controlled Selection\" subsection (arrow-key example); a new \"Trade\n Markers & Popup\" section (popup spans a trade's bars, follows the selected bar);\n refresh Key Featur\n[…]\nc: one series per field, `histogram` → histogram).\n- README: features list (trade markers, controllable selection, theming, MACD).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document recent features — controllable bar selection, trade po…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-28T18:12:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8927f2acd37feeebd1b068c8235905c0dce6a25e",
"body": "…s span (v0.2.8)\n\n- New `selectedBarTime?: number | null` prop makes bar selection controllable: when\n provided, the spotlight/selection follows the prop (clicks still fire onBarClick),\n so a parent can move the selected bar (e.g. arrow keys). Omit it for the prior\n click-to-toggle behavior.\n- Th\n[…]\nthe bar — so every bar of a trade shows it (anchored at the\n bar, incl. entry and exit), and a bar outside all trades shows none.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): controllable bar selection + trade popup across a trade'…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-28T18:07:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "94807763150d366dd98f421a2da2e87a50ecd3a0",
"body": "…e render (v0.2.7)\n\n- `theme?: Partial<ChartTheme>` prop themes the canvas (background, axis text +\n font, grid, axis borders, crosshair, pane separator, candle up/down, volume\n up/down). Omitted keys fall back to DEFAULT_CHART_THEME (the prior slate look);\n applied at creation and re-applied liv\n[…]\nsurfaces (chart `theme` prop + `--ck-*` modal\n CSS variables); linked from README + docs index, `theme` added to the props table.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): themable chart canvas + markers; fix initial-frame candl…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-28T15:06:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42abb49e4a247d812a3a0ece02c494753fe1297a",
"body": "…mable modals (v0.2.6)\n\n- Render path for multi-output line indicators with no band fill: one series per\n output field (a \"histogram\" field → histogram, others → lines). Fixes MACD\n (which never rendered) plus Stochastic/StochRSI/Ichimoku, and updates each\n per-field series on bars change. MACD's\n[…]\nheme the modals/popups\n (e.g. a brutalist look + custom font-face) without forking. No behavior change\n when the vars are unset.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): multi-output indicators (MACD), smaller volume pane, the…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-28T02:26:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b0250d648b37fe21836f8fbf5b0bc357041fc7a1",
"body": "…eardown (v0.2.5)\n\nTwo fixes that surface when an indicator (e.g. a persisted EMA) is present:\n\n- Single-line / histogram / area indicator render paths now drop non-finite\n (NaN warm-up) points before setData; lightweight-charts rejects NaN line\n values (\"Line series item data value must be ... go\n[…]\nle-invoke) the indicator effect called removeSeries on those disposed\n series via the *new* chart and threw \"Value is undefined\".\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(chart): indicators — filter NaN warm-up + clear stale series on t…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T20:14:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b8299b0bddeae1a3ad54f46d1b202fae3f9e09a0",
"body": "…y (v0.2.4)\n\n- buildTradeMarkers: the selected trade's entry/exit markers now use the trade's\n win/loss color (green/red) instead of a flat selection blue.\n- New `priceBands` prop + `PriceBand` type: shaded horizontal price zones (e.g.\n an MFE↔MAE excursion band), projected via priceToCoordinate and kept in sync\n as the price scale rescales (scroll/zoom/resize).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): outcome-colored trade markers + shaded priceBands overla…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T19:22:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14b14afb7dcd34654429ed69a5067589df749630",
"body": "Add a `timeZone` prop (IANA id, e.g. \"America/New_York\"); the tick + crosshair\nformatters honor it via Intl.DateTimeFormat. Omit for the viewer's local zone\n(prior behavior). Lets a consumer pin the chart to exchange time.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): optional timeZone prop for axis/crosshair labels (v0.2.4)",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T18:59:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "15a2a8104184e6acd663ee0dfe259f3afbab32a0",
"body": "…one (v0.2.3)\n\nlightweight-charts renders numeric times as UTC, which mismatched local-time\nlabels shown alongside the chart (e.g. a 10:35 ET trade showed 14:35 on the\naxis). Add a tickMarkFormatter + localization.timeFormatter that format in the\nbrowser's local timezone, leaving the underlying UTC data untouched.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): render time axis + crosshair in the viewer's local timez…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T18:24:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a87067dbcdc6d88737b3d306b5a75bc214c21f12",
"body": "…v0.2.2)\n\n- focusTradeId now frames the trade by bar-index (setVisibleLogicalRange) on\n rAF, robust to gaps between lazy-loaded bar clusters (the time-based range\n could not land on a far cluster). Surfaces the selected-trade popup.\n- The floating line-delete buttons render only when onDeleteLine \n[…]\n only opens when onAddLine/\n onClearAllLines are wired — so read-only consumers (the trades overlay) show\n neither dead control.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): scroll-to-trade by logical range; gate line-editing UI (…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T17:59:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0e0b132d2d6302c1dffe9259b2c7f6c981f07b61",
"body": "…de (v0.2.1)\n\n- ChartComponent fills its container's height (ResizeObserver) instead of a\n fixed 600px; an optional `height` prop overrides for explicit sizing.\n- New `focusTradeId` prop recenters the time scale on a trade so it scrolls\n into view; applied on rAF so it lands after the bars→setData write. This\n also surfaces the selected-trade popup (which only shows when on-screen).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): responsive container height + focusTradeId scroll-to-tra…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T16:57:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7782138859a36b48863b95ca3de867bca6d7d15f",
"body": "…ips long labels\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(chart): widen delete-button title clearance (18px) so it never cl…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T13:21:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f7d2cc69344b37ffe32943193e5aaf88c3be58a",
"body": "…opup to [0,width]\n\nThe debug logs shipped into dist/index.js → console spam for every consumer of the\npublished package. Removed all standalone console.log/debug from ChartComponent (kept\nadapter console.error/warn). Also bound the trade-popup x to [0,width] so a bar just past\nthe left edge (out-of-bounds coordinate, not null) hides the popup regardless of overflow.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(chart): strip 39 debug console.logs from ChartComponent + bound p…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T13:19:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d69a694ece273caa241dd752ddbe1495b3331da8",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(pkg): v0.2.0 — trade overlay",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T13:06:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0edcb722a1533ee50ed092306062069b93c16333",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "demo(harness): trade overlay — markers, selection, overlay lines, popup",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T13:04:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ffdf1ddce876a5dafaba56d95c5fd566c4414615",
"body": "…sing spotlight positioning\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): bar-anchored selected-trade popup (renderTradePopup) reu…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T12:48:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf0d3ba9dc96ae0978338615b514bf83297ab2d4",
"body": "… logs\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): render trade markers (merged with selection); drop debug…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T12:46:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e516e17b67f9ee04dcdaa2efeec424438a724a7",
"body": "…mphasis, time-sorted)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(chart): pure buildTradeMarkers (entry/exit, win/loss, selected e…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T12:43:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "242fe05f00898a495c6d330c7af439037173b997",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(types): ChartTrade + ChartLine mfe/mae styling",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T12:39:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db8362d7ea48610d2007506f352d29bc26bc058a",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T02:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d989aa44957771e48812a07f7ed1ca302bc4af7c",
"body": null,
"is_bot": false,
"headline": "Updated package-lock.json",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-27T02:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3449394ac4f4759ced9ae7de2a2df25379eb83",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:adrienhobbs/candlestick-chart",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T23:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "767e336a81878b4ca05efd5809fd2f62a3e7baca",
"body": "…sumer type-check\n\nAlias-to-source consumers type-check the lib source under their own strict tsc; this\npre-existing loose assignment blocked that. Behavior-preserving cast.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(types): cast attached series to ISeriesApi<'Line'> for strict con…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T22:23:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3a8f3b736acf4b07e2514983877d49b72adca372",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(pkg): consumer install/usage in README; normalize repository.url",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T22:16:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7db0e2a8bea0440a557314c53fd01a3b13767451",
"body": "Add tsconfig.build.json (lenient unused-symbol rules for dts emit) and minimal\nbehavior-preserving type casts in ChartComponent/keltner so the dts bundler emits\nclean declarations over the pre-existing loosely-typed source.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build(pkg): tsup lib build (esm+dts, peers external) + utility-only CSS",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T22:15:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c503b9a1467337f1ed9ad8daa41852ace2fef5b3",
"body": "… types\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(pkg): public entry exporting chart, hooks, indicators, adapters,…",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T22:11:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d26eed4d6791726f97634fe69eebaa6a3066a8a8",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(persistence): drop Supabase entirely; noop/localStorage only",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T22:10:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "48128a4fdddda5460978d7a124e2d7b5a9c9fac9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(pkg): npm package metadata, exports map, peer deps, MIT license",
"author_name": "adrienhobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T22:09:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ea442cb4f95f3e2b3a44f8d700022b2e13370bf",
"body": null,
"is_bot": false,
"headline": "Fix button positioning with fixed portal",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T21:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d5c9e70b3597beb6c0aa7e31e34c7b39cf0d15",
"body": null,
"is_bot": false,
"headline": "Fix chart button positioning with portals",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T21:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "375a939d819d26c2511e869944c4050fce945028",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2026-06-26T21:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a66d29c35efd287d6ba0ce9a2ccb61d6586bb16f",
"body": null,
"is_bot": false,
"headline": "Updated calculations.ts",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-08T15:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989005effea235f30f2f0536a441e752183d8df3",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74c982a98d05caae705abf6331cdf9df97bbd12",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3baa08ce4f410d7e4a8eff06d383bf551d2de452",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f1913fffa4348ed95ded70c93b0a863fcef6c2c",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e05c605766ff39ee070e7db8170c7e97947312",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "901c4d71aa3f4967a959aab3ad3157ddb66010d6",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8a5eab075c7daf13ecf5eaee30f0404f6d0400",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8670a7042fd569d1fd265d1abcb0087a58345a",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fe514b73a0f04d071a508e1c8bf2b7ff065a2b6",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51fa049e0908bd148d9834b0dd012dbbe3539211",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c4c175639a5c8d4574f5ebb42a0a80111e934bf",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdaaf8c5b732b2aa9afde17a890a2f67f2f7419",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f0100bf633bfbdd43c9d1fc0f3bd1a6da35b58",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f5aa0e9c27ab0a7e942cbe0108ab868a351eb41",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f674cf2b4d5bc0b9aaebf0ee6e325f2437d6d1",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f624c7d7fe8e3ea48e1d4524d617599cd393dc",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cc8c18c238290836105ec9052cbff2ae9d334b0",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8974b01a0e5956a621705a2536c228b3810ff2d7",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc327bc20cbfcfee91b62988ce085fae4c6b6aaf",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "789cd8aa974acb41d39ec27a223b1c2d898aaf3c",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f12abdd882d14b3f3bd607a283235b6ca5b762",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T16:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3cb2b312c5e9dab635391beb2d94ccfeae78a2f",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T15:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b9c099eca260ca9931ebd5a5985ae3e786838a6",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-04T15:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08fbb16db9e84a5d61feecfb3e4e6aa875a0aadd",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007e063d4f269e839ea23812e3846d635b580415",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd10d5b6faeaff82a087d66b345e83648de3a06",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0550258cb71a266c03be01543172e935ec6ad127",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae6c18a91e7309727d2c95f9ffd0d53410a8532",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7397c73ed766aed86b957f3d8bf8241dffb4e21b",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "072d8f219713adf85892e7a7dc5ba970eeff62f1",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T22:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a08590eb0124ab24f3fe5ceed927c893708fb0a4",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T18:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9345a3c6c96c44caf97d9c67146db98752ee85",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T18:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cadbb1f0d91538f89a291cd614631e3d4e90f3e6",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T17:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400cc51a9654f426e66838b3cfb8d5b0c5e38e0a",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T17:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d48aba62d8ea670207a577199dcc3e72a858cac3",
"body": null,
"is_bot": false,
"headline": "Updated data-management.md",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-03T01:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da123b0359be4fd2892d9cf24643934acbcd0a76",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T14:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa1070aee6fa61664d2c0e26762fa3ece7bb14f",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T14:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4245fa860090d61afdcdd5a7eb88213e337c31ff",
"body": null,
"is_bot": false,
"headline": "Updated ChartComponent.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T14:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8216b1a1ae3e5ca3375c7501938172605cadac",
"body": null,
"is_bot": false,
"headline": "Updated data-management.md",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T14:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a966bbdca74917f18e2d6c4c24e8eb5667ff278d",
"body": null,
"is_bot": false,
"headline": "Updated mock.ts",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T04:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb712dd5afb4e383f04459b10ed25655aa88d64e",
"body": null,
"is_bot": false,
"headline": "Updated mock.ts",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T04:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76378d7c2b427166c257c62ac4df83dbf974acdf",
"body": null,
"is_bot": false,
"headline": "Updated App.tsx",
"author_name": "Adrien Hobbs",
"author_login": "adrienhobbs",
"committed_at": "2025-12-02T04:21:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 110,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 23,
"active_weeks_last_year": 3,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@adrienhobbs/candlekit",
"exists": true,
"license": "MIT",
"keywords": [
"trading",
"candlestick",
"lightweight-charts",
"react",
"chart",
"indicators"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@adrienhobbs/candlekit",
"is_deprecated": false,
"latest_version": "0.4.2",
"repository_url": "https://github.com/adrienhobbs/candlestick-chart",
"versions_count": 22,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3971,
"first_published_at": "2026-06-26T23:31:41.985000Z",
"latest_published_at": "2026-07-18T20:24:30.952000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 25953,
"source_files_sampled": 96,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": "npm:@adrienhobbs/candlekit@0.4.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "fast-technical-indicators",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.4"
},
{
"name": "lucide-react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.344.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.13"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "adrienhobbs",
"commits": 110,
"avatar_url": "https://avatars.githubusercontent.com/u/3521346?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy-pages.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "36 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c2569ecf9633e3cc43eac6427233a2512b0d45c5",
"ran_at": "2026-07-24T06:16:26Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-30T20:50:37Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/adrienhobbs/candlestick-chart",
"host": "github.com",
"name": "candlestick-chart",
"owner": "adrienhobbs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 51,
"vitality": 36,
"community": 33,
"governance": 35,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 36,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 110,
"human_commit_share": 1,
"days_since_last_push": 23,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 23 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "110 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 110
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 23,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 23 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 23
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"@adrienhobbs/candlekit"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3971
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,971 downloads/month across npm",
"points": 48,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3971,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "adrienhobbs",
"public_repos": 39,
"account_age_days": 4912
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of adrienhobbs",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "adrienhobbs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~13 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@adrienhobbs/candlekit"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "22 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 22
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "36 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@adrienhobbs/candlekit@0.4.2 runtime dependency closure — what installing the published package pulls in — 3 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@adrienhobbs/candlekit@0.4.2",
"assessed": 3
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 3,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "50 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 50,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.48,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "48 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 48,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 25953,
"source_files_sampled": 96,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/96 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 96,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T06:16:30.946272Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/adrienhobbs/candlestick-chart.svg",
"full_name": "adrienhobbs/candlestick-chart",
"license_state": "standard",
"license_spdx": "MIT"
}