Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"pinescript",
"technical-analysis",
"tradingview"
],
"is_fork": false,
"size_kb": 8317,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 1386,
"TypeScript": 935267
},
"pushed_at": "2026-07-17T11:00:24Z",
"created_at": "2025-10-30T21:06:11Z",
"owner_type": "User",
"updated_at": "2026-07-19T00:03:13Z",
"description": "JavaScript/TypeScript implementation of PineScript",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "DeepEntropy",
"type": "User",
"login": "deepentropy",
"company": null,
"location": "Geneva, Switzerland",
"followers": 110,
"avatar_url": "https://avatars.githubusercontent.com/u/8287111?v=4",
"created_at": "2014-07-28T07:31:33Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 4376
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-17T09:09:07Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-01T20:24:59Z"
},
{
"tag": "v0.2.8",
"kind": "patch",
"published_at": "2026-05-06T07:07:39Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2026-02-26T15:58:03Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2026-02-26T15:19:22Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2026-02-25T21:23:57Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-25T09:48:32Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2025-12-09T22:23:08Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2025-12-07T12:31:04Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2025-12-07T11:55:25Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2025-11-06T12:22:22Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2025-11-05T12:51:14Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-11-04T16:01:13Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-11-04T11:11:53Z"
}
],
"recent_commits": [
{
"oid": "015e8a5d62c3708b2f5d987fb654cd1ffba20a09",
"body": "- Delete the assessment/, tier1-outputs/, eachbar/, candlestick-port/ working\n folders and their tests/candlestick suite (kept in git history). The shipped\n library features (Tier 1 outputs, eachBar) stay in src/ with their\n tests/script/ tests.\n- README: fix the broken Series example, add script\n[…]\ne stale examples with script-API ones\n- docs/inventory.md: mark v0.5.0, add the Script API surface, update input and\n standalone coverage notes\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove scratch folders and refresh docs",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-07-17T11:00:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3ce05346e1b3c2208a737ac14c48b03d11cd3f16",
"body": "Tier 1 visual outputs (plotshape/plotchar/bgcolor/barcolor), eachBar per-bar\nexecution, and the candlestick pattern port. Fixes the stale VERSION constant.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release v0.5.0",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-07-17T09:08:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "712ffb49ae55e882bb7f49f0522b43537151d655",
"body": "… port\n\n- script API: plotshape(), plotchar(), bgcolor(), barcolor() with\n ShapeConfig/BarColorConfig declarations and IndicatorResult\n markers/bgcolors/barcolors data; color.when() false-color now optional\n- eachBar(): per-bar stateful execution (closure var-state, c.get history,\n c.prev self-re\n[…]\narkers + bgcolor primitive)\n- library assessment and design docs (assessment/, tier1-outputs/, eachbar/)\n- 76 new tests; full suite 1374 passing\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Tier 1 visual outputs, eachBar per-bar execution, and candlestick…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-07-17T09:03:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4259667e64fba29de02c9a0ae988971853836444",
"body": "New package entry for flat, Pine-like indicator scripts: indicator(),\ninput.* (declares and returns the value), plot()/hline()/fill() with\nper-bar colors via color.when(), alertcondition(), context-bound OHLCV\nbuiltins and bars-first ta functions (ta.tr(true), ta.atr(14), ...).\nHosts drive execution\n[…]\nesult from one run; re-running is the\nPineScript recalculation model. Adds Series.pow. Removes the stale\nOakScriptEngine section from the guide.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add PineScript-style script API (oakscriptjs/script) — v0.4.0",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-07-16T22:38:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "41949428716b386e611e0e0cfb4e8f72eea0704b",
"body": "Clears the Node.js 20 runner deprecation warning ahead of the\n2026-06-16 forced migration to Node.js 24.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump GitHub Actions to checkout@v5 and setup-node@v5",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2026-06-01T20:26:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a67157b675a8b9afc90a07a5b82c6898e88e9f4e",
"body": "Bump version to 0.3.0 and sync VERSION constant.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release v0.3.0",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2026-06-01T20:16:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcef8a327c91bf4b2764411cb3bf8ef0fd421a4c",
"body": "- Upgrade to TypeScript 6.0, ESLint 10 (flat config via typescript-eslint 8),\n bump @types/node 22, esbuild 0.28, ts-jest 29.4.11\n- Replace legacy .eslintrc.cjs with eslint.config.js (type-aware projectService)\n- Enable verbatimModuleSyntax + noImplicitOverride; convert type-only imports\n- Fix lint\n[…]\nect-type (PineArray -> type alias), redundant eslint-disable\n\nTypecheck clean, build ok, 1290 tests pass, 0 audit vulnerabilities.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Modernize TypeScript toolchain and tighten compiler strictness",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2026-06-01T20:09:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9b3eaef312922b898917b67123f5dc6510c0d9fb",
"body": "Add a `gh release create` step to publish.yml so future v* tag pushes\ncreate a Release object alongside the npm publish. Bumps `contents`\npermission to `write` to allow release creation.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Auto-create GitHub Release on tag publish",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-05-06T07:07:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54db8862a623374889294a203143bb4284792975",
"body": "Rename CJS bundles to .cjs so Node parses them as CommonJS instead of\ntreating them as ESM under \"type\": \"module\". Bump version to 0.2.8.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix CJS require() returning empty namespace (#89)",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-05-04T19:18:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4fc920c067bd49065a0b3f902d34af9991742921",
"body": "…ions\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add all 10 TradingView PineScript libraries and update to latest vers…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-27T10:54:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bc47a602ee0b9f9f17a4c9e75f54265d44f48736",
"body": "- Add optional color field to SeriesHandle.setData() data points (#87)\n- Add colors parameter to plot() runtime function (#87)\n- Pass per-bar colors through LightweightChartsAdapter (#87)\n- Add color field to TimeValue metadata type (#87)\n- Add colors array to FillConfig and FillData (#88)\n- Bump version to 0.2.7\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Support per-bar coloring for plots and fills",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-26T15:57:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "227f96ed90e6142b6ab51c2ce8aacb2c8e1ee717",
"body": "- Add 'color' to InputConfig.type union (fixes #86)\n- Add histbase to PlotConfig (fixes #84)\n- Add fillgaps to FillOptions (fixes #85)\n- Bump version to 0.2.6\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add missing type properties: color input, histbase plot, fillgaps fill",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-26T15:19:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9b1e11b09204e5d05687fa3eeedcf25f8dafe16",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 0.2.5",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T21:23:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7d0adc5d1d0aab506f1cb92d8a0cacdfacf3c2c8",
"body": "Closes #82\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add style field to PlotConfig interface",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T21:23:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4692e78551d34a1e286f23ca5407b0a4aec5250b",
"body": "Revert the fixed-window approach from v0.2.3 — EMA now collects\n`length` valid (non-NaN) values starting from the first valid bar.\nThis fixes chained EMAs on derived series (MACD signal, TRIX,\nDEMA/TEMA, Elder Force) where leading NaN caused complete\ninitialization failure or wrong seed values.\n\nCloses #81\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix EMA seed window to slide past leading NaN values",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T15:55:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf5303015e98d70dbcaea22a4af04ac9f41cf1bc",
"body": "tsi: seed momentum[0] with NaN instead of 0 to match PineScript\n(close - close[1] is na on bar 0).\n\nema: use fixed-width window of first `length` bars for SMA seed,\naveraging only non-NaN values. Previously skipped NaN positions\nentirely, shifting the seed index by one per NaN.\n\nCloses #79\nCloses #80\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix tsi() momentum seed and EMA SMA-seed window with NaN inputs",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T15:28:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40d0ce04f8668b7f074a20c8da28544cb7a51a13",
"body": "percentrank: compare against previous `length` values only (exclude\ncurrent value), use count/length*100 formula.\n\nrci: use tie-corrected Spearman formula so duplicate values in the\nwindow produce correct results.\n\nCloses #77\nCloses #78\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ta.percentrank() and ta.rci() to match PineScript behavior",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T10:23:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "987c705cb7632720e4c4ae484316c204191ac333",
"body": "… etc.)\n\nAdd Series wrappers for all taCore functions that were missing from the ta\nconvenience object. Bump version to 0.2.1.\n\nCloses #76\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ta wrapper missing 29 functions (rci, percentrank, dmi, hma, cmo,…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T10:07:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "44cc58551a24226cd84c3f24d6afb62a256b8dc2",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 0.2.0",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T09:46:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a1331f47b3a6c9300ff6c989a52d6ed7ba0b2b98",
"body": "…alues\n\nScan for first `length` non-NaN values to compute SMA seed and skip NaN\nin the recursive step, matching the rma() implementation and the official\nPineScript v6 spec: \"na values in the source series are ignored\".\n\nFixes #73\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ta.ema() returning all NaN when input contains interspersed NaN v…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T09:45:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "495c2a9f1552a6becff06ee1f485aee812cdede9",
"body": "…reference\n\nImplement str.repeat(source, count, separator) matching the official API.\nRewrite inventory.md with accurate counts cross-referenced against all 457\nofficial language-reference doc files: fix inflated counts, add missing\nfunctions within tracked namespaces, add out-of-scope namespace listing,\nand separate custom additions from official API functions.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add str.repeat() and update inventory against official PineScript v6 …",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2026-02-25T09:39:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be99ba4eca42b59ad4bf48ccb7bd21020b029b43",
"body": "… new architecture",
"is_bot": false,
"headline": "Update documentation for v0.2.0: remove outdated sections and clarify…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-10T07:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace7c73c2277b9709d35476e1b2d8d3547bbdfb7",
"body": null,
"is_bot": false,
"headline": "Bump version from 0.1.6 to 0.1.7",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-09T22:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d906ac82995ed510ccb17afada176ff61abcc07",
"body": null,
"is_bot": false,
"headline": "Remove indicators",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-09T13:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c18618b0ba6786d897ea5845e46541e0c022faf3",
"body": null,
"is_bot": false,
"headline": "Add ZigZag indicator and related library exports",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-09T12:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b80c71e3e87f08d7fa35027f83b9e898e89d7b8",
"body": null,
"is_bot": false,
"headline": "Aggregate functions",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T21:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9ca53cac83742189fb2d20dfcf95837eda1591d",
"body": null,
"is_bot": false,
"headline": "Tier 2 indicators",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T19:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ab366a8e719ba599ed3291253a04eb7ae9d5ef",
"body": "Keltner Channels is a volatility-based envelope using EMA and ATR:\n- Middle band: EMA (or SMA) of close price\n- Upper band: Middle + (ATR * multiplier)\n- Lower band: Middle - (ATR * multiplier)\n\nDefault settings match TradingView:\n- Length: 20\n- Multiplier: 2.0\n- ATR Length: 10\n- Use EMA: true\n- Ban\n[…]\ne\n\nPasses regression tests against PineSuite reference data (24/24 indicators).\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Implement Keltner Channels (KC) indicator",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T18:11:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b532a5957e521e66554c9b1cf42af6ea4296411",
"body": "Added mappings for all available indicators from PineSuite reference data:\n- 23 implemented (tested)\n- 73 not yet implemented (skipped during tests)\n\nIndicators are automatically tested when their export is added to\n@oakscript/indicators. Just export with the matching exportName and\nthe regression test will validate it against TradingView reference data.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add all 96 PineSuite indicators to regression mapping",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T18:00:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2611a5e221aa8fb1ab05cc3d48f6d47f06fadc84",
"body": "CCI (Commodity Channel Index) was implemented but missing from the\nindicator-mapping.json. Added mapping to enable regression testing.\n\nAll 23 indicators now pass regression tests against PineSuite reference data.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CCI to regression test mapping",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T17:53:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "895f130b4da47afab01776e39217b91139a14911",
"body": "The example app now depends on @oakscript/indicators, so the workflow\nneeds to build it before building the example.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix deploy-pages workflow to build @oakscript/indicators",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T17:13:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dd3c95932bb88e73c2d145e81b854b9d186413af",
"body": "- Delete overlay-indicators.test.ts that referenced deleted indicators/ directory\n- Fix ta.rma tests to match correct PineScript behavior:\n - RMA requires `length` values before producing non-NaN output\n - First valid value is SMA of first `length` values\n - Subsequent values use alpha = 1/length\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix test failures after pine2ts deprecation",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T17:06:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e9a661d63d632cef74b2a38efaebfb8d71dfc9de",
"body": null,
"is_bot": false,
"headline": "CCI",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T17:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61c1067f46a99b92603e6d99b032a81f5934ce2e",
"body": "- Remove packages/pine2ts (tagged as pine2ts-deprecated for recovery)\n- Remove old indicators/ folder (transpiled indicators)\n- Add packages/indicators with 22 hand-optimized indicators:\n SMA, EMA, WMA, RMA, DEMA, TEMA, HMA, LSMA, ALMA, VWMA,\n BB, RSI, MACD, Stochastic, ATR, ADR, ROC, Momentum, BO\n[…]\npdate example to use @oakscript/indicators\n- Update workflows and documentation\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Deprecate pine2ts transpiler, add optimized indicators package",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T16:32:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0ef1d00f7000865a8f7e520a2da96cf7e5816b63",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T06:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f90f76a7ff0fff64ed4ca8b1e7147870d0ca47",
"body": null,
"is_bot": false,
"headline": "Add rsi, macd, bb...",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-08T06:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c54dd067396521c15bf3d99cb942baf76af86d5",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-07T21:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8cdb8206e3acf11e315992f7c100892413c5891",
"body": "# Conflicts:\n#\tindicators/dist/manifest.json",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-07T21:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "216fa4125361908297956cad3993205075587bea",
"body": null,
"is_bot": false,
"headline": "Fix transpiler",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-07T21:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c3d1a41976aad93b5b7dce66b9360aedddd290b",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-07T12:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80fc5080749f1089603c1791f019a9755b266845",
"body": null,
"is_bot": false,
"headline": "Bump version from 0.1.5 to 0.1.6",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-07T12:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda719eb69d5b231135a9aa2a655dcc82d60e493",
"body": null,
"is_bot": false,
"headline": "0.1.6",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-07T12:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c21c9cc6c4c1266ed03520dfab8ccbc57e23cdfc",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-07T11:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13f7fe2571626f52dffa031f517c99eaa72430fe",
"body": "# Conflicts:\n#\tindicators/mc-ginley-dynamic/mc-ginley-dynamic.ts",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-07T11:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4fcb5303bbaa16ea9536c35fe29da76192dc3f",
"body": null,
"is_bot": false,
"headline": "mc ginley bug fix",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-07T11:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8240e1c004a2dbad2028e1e9becc612d084168aa",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-07T09:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fadc1f5988b7a4fe268a9019d6f84fa1ae3e958a",
"body": null,
"is_bot": false,
"headline": "Renamed test files, Fixed transpiler bugs",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-07T09:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71588a7128c8a702d47b131da13546ca988e7530",
"body": null,
"is_bot": false,
"headline": "rename package",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-06T23:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faf9e3435207f50147718e782b6d626368ff3c6d",
"body": "- Delete babel-plugin folder (pinescript-operators.cjs, README.md, example config)\n- Remove babel-plugin from package.json files array\n- Remove all babel references from docs/guide.md",
"is_bot": false,
"headline": "chore: remove babel plugin",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-06T15:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9e3a1f3a0d01af7507b1c8bac34a8031ac57ce",
"body": "- Update main README description and remove Contributing/License sections\n- Remove @deepentropy/indicators package reference (not a published package)\n- Clean up oakscriptjs README: remove version history, babel plugin refs, and extra sections\n- Remove indicators from pnpm-workspace.yaml",
"is_bot": false,
"headline": "docs: clean up READMEs and remove indicators package definition",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-06T15:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4187d13e770589cba9f2c05494c72fca8c31e2ca",
"body": null,
"is_bot": false,
"headline": "chore: release v0.1.5",
"author_name": "Begood",
"author_login": "deepentropy",
"committed_at": "2025-12-06T14:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7ec8fe25b0bee0fa97ac6a7ee995e80aca8ec7",
"body": null,
"is_bot": false,
"headline": "Delete example/pinescript directory",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T11:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e05ecce8945422c6e36f6d488def6614d38985f2",
"body": "…neration\n\nRefactor indicator generation to use docs/official as single source",
"is_bot": false,
"headline": "Merge pull request #72 from deepentropy/copilot/refactor-indicator-ge…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T11:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa31666e12b39c6665c1241c08c6a90e4270cc9a",
"body": "- Created indicators/sources.json with 16 indicator mappings\n- Updated .github/workflows/generate-indicators.yml to read from sources.json\n- Updated workflow triggers to monitor sources.json and docs/official\n- Updated example/scripts/generate-indicators.cjs to use sources.json\n- Deleted duplicate .\n[…]\nle/pinescript/\n- Updated example/pinescript/README.md to explain new workflow\n- Regenerated indicators from official sources\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Refactor indicator generation to use docs/official as source",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T11:32:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7cdb9ad4c23fc7c1b009a1f96336193eb2676b67",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T11:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf14784dcb61ed147ab4a11295572798f7ebfcc",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-05T10:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8651f56e8a5f8dcd9f4f17fe85a64fff9488eb9f",
"body": "…s-plot-data\n\nFix ta-series functions accessing non-existent .data property",
"is_bot": false,
"headline": "Merge pull request #71 from deepentropy/copilot/fix-overlay-indicator…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T10:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f525174cc6f9990e6c7272644a8de6b501481e0",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix remaining .data references in crossover/crossunder/cross functions",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f0feeb619873f6603b8e28c3e2812f1f52fe48",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Add integration tests for overlay indicators fix",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35295fae2c550bb4f01715d54adb567700c604e",
"body": "…to .bars\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix overlay indicators returning empty plot data by correcting .data …",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a0df7cbfeb201963fdf3f23dc7bc2a37591bca8",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55983c045b56866a97848a06f8082e982dfbb6cf",
"body": "…ors-issue\n\nFix empty source dropdown for overlay indicators",
"is_bot": false,
"headline": "Merge pull request #70 from deepentropy/copilot/debug-overlay-indicat…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T10:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59212125d84ccfb3828e277972de5c3b5aad460b",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Clean up verbose logging and add tmp to gitignore",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a882acded4ab6407f093aeff75a069a8f764b6f3",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Add comprehensive console logging and fix source input options",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e8219e96553549763e24879a04bb2c615ddaf5",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T10:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf0155b26b44dc90d07f1fc3346a9f2e586411f",
"body": "…s-display\n\nFix overlay indicators not displaying on main chart in LightweightCharts v5",
"is_bot": false,
"headline": "Merge pull request #69 from deepentropy/copilot/fix-overlay-indicator…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T09:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862cada89e3aea45f9022708bd5ea27241dcd7be",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Simplify null/undefined check in data filtering",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T09:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8839207536906bc614261fde4209826f168415",
"body": "…d data\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix overlay indicators not displaying on main chart and filter invali…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T09:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4f0f77cc9233b847b8841b5ed846373e2c0e28",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T09:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "244b2b1ccfdce088bf3d6b26bb284a3839f8f908",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-05T09:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d546687f26185d47dbbd8704f4e9548960ba7e4",
"body": "…ests-ci\n\nSeparate regression tests into parallel CI job with continue-on-error",
"is_bot": false,
"headline": "Merge pull request #68 from deepentropy/copilot/separate-regression-t…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T09:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce338276b87dd56fbf5238c55a5620da3d81e395",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Separate regression tests into their own CI job",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T09:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99841bda6e7baa2d25a74d373d48d7398b801f3f",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T09:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ea32d6cbb42bcc7f687854429ebc6f94cb2a56",
"body": "…cleanup\n\ndocs: Cleanup and modernize documentation for v0.2.1",
"is_bot": false,
"headline": "Merge pull request #67 from deepentropy/copilot/update-documentation-…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T08:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f88d6d13b98023d282f3d5e2c169faedfc686f7e",
"body": "Remove book emojis from documentation links for consistent professional tone\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "docs: Remove remaining emojis from oakscriptjs README",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T08:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e4b1100e2264cec668ba1e1e9404b39341d77a",
"body": "- Move GitHub Pages link to top of README\n- Add v0.2.1 changelog with BarData and materialize() features\n- Delete internal documentation files (implementation-roadmap, indicator-implementation, regression-testing)\n- Update all docs with BarData and materialize() features\n- Remove excessive icons/emojis for professional look\n- Update dates to December 2025\n- Simplify README files\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "docs: Update documentation with cleanup and modernization",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T08:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d2bb8a2952db6cbad131352016949faaae13d9",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T08:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c960795e04e8c661ca0cdf5ea83d98fcaac40bd4",
"body": "…lidation\n\nAdd versioned cache invalidation and materialize() to Series for production streaming use cases",
"is_bot": false,
"headline": "Merge pull request #66 from deepentropy/copilot/fix-series-cache-inva…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-05T08:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e7534babce4e2fc35231dc91e45e64295dbe428",
"body": "- Add BarData class with version tracking for automatic cache invalidation\n- Update Series to use BarData and track cache version\n- Add materialize() method to break closure chains and free memory\n- Maintain backward compatibility with Bar[] arrays\n- Add comprehensive test suite with 33 tests covering all new features\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Implement Series cache invalidation and materialize() method",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T08:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818e30ba58807f8aa23730309789792a37699d8c",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-05T07:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434521cbef06ea0f2bf0476c7f6b5fa5fdc7e312",
"body": "- Generated TypeScript indicators\n- Compiled JavaScript ES modules to indicators/dist/\n- Updated indicator manifest",
"is_bot": true,
"headline": "chore: auto-generate indicators from PineScript sources",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-04T23:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5373e8c7002e327c5f1881c7e621889561b956",
"body": "…sbuild\n\nUpdate pnpm-lock.yaml for esbuild dependency",
"is_bot": false,
"headline": "Merge pull request #65 from deepentropy/copilot/update-lockfile-for-e…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-04T23:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca113a0a77ca1b4bd428715c26080cdda2bda9b",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Update pnpm-lock.yaml to include esbuild dependency",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T22:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123cbe40f466c379b24d7c248ac746514c63b974",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T22:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "accfeeb0377f631b93e7e8ea8f036fecfd98f032",
"body": null,
"is_bot": false,
"headline": "Add esbuild as a dev dependency",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-04T22:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99e6e675f5e51bed8305ce781d22ff13951ec58",
"body": "…signatures\n\nFix incorrect built-in function signatures causing valid PineScript to be rejected",
"is_bot": false,
"headline": "Merge pull request #64 from deepentropy/copilot/fix-builtin-function-…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-04T22:36:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749d72d2288f1174f40a2142a0c5d37bf34ccf9a",
"body": "…s-step\n\nAdd JavaScript compilation and manifest generation to indicator workflow",
"is_bot": false,
"headline": "Merge pull request #63 from deepentropy/copilot/add-compile-indicator…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-04T22:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea1aaef4e380025253ada3601d0a8a09471be00",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix builtin function signatures and add missing functions",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T22:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d52f842a4dce41ece00bd728f3dcee2fb325c8",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Add indicator compilation and manifest generation to workflow",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T22:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820ed95f94bfea68425daf456e60cc8913ba503d",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T22:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "697a0a8eba902973d2ed7e1ef58ec8e1329d6088",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T22:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bec211f9b1bc2f999be690ec9e97b89d42349e7",
"body": "…-errors\n\nFix semantic analyzer incorrectly flagging named parameters as undefined variables",
"is_bot": false,
"headline": "Merge pull request #62 from deepentropy/copilot/fix-semantic-analyzer…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-04T22:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bedd1acc82c51286ad7076f8fd63888dc15416d1",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Address code review feedback - use precise check for Assignment nodes",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T21:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422af44554e3bbb019a4d067c1b9a50b8281b2fc",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix semantic analyzer to handle named parameters correctly",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T21:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e248724e74fb8cde2c114b6f326e56c090d3cc",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T21:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b012e082da519a8acbcd35f4546b357ab4ac9c0",
"body": "…create-generators-dir\n\nComplete modular architecture: extract generators, remove dead code",
"is_bot": false,
"headline": "Merge pull request #61 from deepentropy/copilot/remove-dead-code-and-…",
"author_name": "Odyssée",
"author_login": "deepentropy",
"committed_at": "2025-12-04T21:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922e3c4baecf16fdef0aa7e25b37b301f4c72a72",
"body": "Co-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Optimize generators to avoid unnecessary object recreation",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T20:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8974789557c0cc7a4706da294736b5ffd79e9eb",
"body": "… lines\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Refactor PineToTS.ts to use new generators - reduced from 1629 to 426…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T20:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8395a945c6aba540f7173e8cd8f9bf7473a52cd",
"body": "…tor, and FunctionGenerator\n\nCo-authored-by: deepentropy <8287111+deepentropy@users.noreply.github.com>",
"is_bot": true,
"headline": "Create generators directory with ExpressionGenerator, StatementGenera…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T20:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcf164ebd622dc22a1230943d8814f00f320fe8",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-04T20:38:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 367,
"latest_release_at": "2026-07-17T09:09:07Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 11,
"days_since_latest_release": 4,
"mean_days_between_releases": 24.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "oakscriptjs",
"exists": true,
"license": "MIT",
"keywords": [
"pinescript",
"trading",
"technical-analysis",
"indicators",
"charting",
"oakscript",
"ta",
"finance",
"stocks",
"crypto"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/oakscriptjs",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": "https://github.com/deepentropy/oakscriptJS",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 7224,
"first_published_at": "2025-12-07T11:55:44.288000Z",
"latest_published_at": "2026-07-17T09:09:06.335000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 19,
"stars": 48,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-12-23",
"count": 1
},
{
"date": "2026-01-05",
"count": 2
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-16",
"count": 2
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
}
],
"complete": true,
"collected": 19,
"total_forks": 19
},
"star_history": {
"days": [
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-03",
"count": 2
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-15",
"count": 2
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-05",
"count": 2
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-29",
"count": 2
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-20",
"count": 2
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-28",
"count": 2
},
{
"date": "2026-05-29",
"count": 2
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": true,
"collected": 48,
"total_stars": 48
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"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": 118734,
"source_files_sampled": 130,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"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": 65,
"open_issues": 2,
"closed_ratio": 0.913,
"closed_issues": 21,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "deepentropy",
"commits": 149,
"avatar_url": "https://avatars.githubusercontent.com/u/8287111?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.876
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"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": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 8,
"reason": "9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "015e8a5d62c3708b2f5d987fb654cd1ffba20a09",
"ran_at": "2026-07-22T06:32:46Z",
"aggregate_score": 4.2,
"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-07-17T11:00:53Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-12-05T11:42:37Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 83,
"created_at": "2026-02-26T11:18:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-06-05T11:56:13Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/deepentropy/oakscriptJS",
"host": "github.com",
"name": "oakscriptJS",
"owner": "deepentropy"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 42,
"vitality": 82,
"community": 49,
"governance": 58,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 367,
"human_commit_share": 0.61,
"days_since_last_push": 4,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "367 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 367
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 24.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~24.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.7
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"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": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 19,
"stars": 48,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "48 stars",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 48
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "19 forks",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 19
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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": 64,
"inputs": {
"packages": [
"oakscriptjs"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 7224
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,224 downloads/month across npm",
"points": 51.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7224,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.876
},
"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 88% of commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 65,
"open_issues": 2,
"closed_issues": 21,
"issue_closed_ratio": 0.913,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "65/75 decided PRs merged",
"points": 33.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 65,
"decided": 75
}
}
],
"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": "moderate",
"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": 55,
"inputs": {
"followers": 110,
"owner_type": "User",
"is_verified": null,
"owner_login": "deepentropy",
"public_repos": 9,
"account_age_days": 4376
},
"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": "110 followers of deepentropy",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 110,
"login": "deepentropy"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~11 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"oakscriptjs"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 78,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"pinescript",
"technical-analysis",
"tradingview"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"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": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.2
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.623,
"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": "38 of 61 human commits state their intent (structured subject or explanatory body)",
"points": 33.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 61
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"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.27,
"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": "27 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 27,
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 118734,
"source_files_sampled": 130,
"oversized_source_files": 2
},
"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": "2/130 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 130,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"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",
"deps.dev does not index npm:oakscriptjs@0.5.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T06:32:54.525948Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/deepentropy/oakscriptJS.svg",
"full_name": "deepentropy/oakscriptJS",
"license_state": "standard",
"license_spdx": "MIT"
}