Skip to content

fix: classify notebooks as trimmable data - #49

Merged
royalpinto007 merged 3 commits into
AgentPostmortem:mainfrom
Yurii201811:fix/notebook-classification
Sep 23, 2026
Merged

royalpinto007 merged 3 commits into
AgentPostmortem:mainfrom
Yurii201811:fix/notebook-classification

Conversation

@Yurii201811

Copy link
Copy Markdown
Contributor

What does this PR do?

I classify .ipynb notebooks as data, including the output-heavy example below the default size threshold in #42. The README makes clear that the suggestion excludes the whole notebook, including source cells.

Closes #42.

Checklist

  • Tests pass (node --test)
  • Updated docs / README if behavior changed
  • Added a CHANGELOG.md entry
  • Followed the existing code style

Notes

29 tests pass with Node 20.20.0, plus the fixture CLI JSON smoke. Both new regressions failed on unchanged main; the scanner test uses an actual notebook with 6 KB of cell output.

I bumped the patch version as required and removed the existing conflict markers from package-lock.json while synchronizing its version. No runtime dependencies were added.

Prepared with assistance from Codex.

@royalpinto007
royalpinto007 merged commit 1492aea into AgentPostmortem:main Sep 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.ipynb notebooks with large outputs counted as keep-source

2 participants