pr-prism 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/context7.json +15 -0
  2. package/package.json +1 -1
package/context7.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "$schema": "https://context7.com/schema/context7.json",
3
+ "projectTitle": "PR Prism",
4
+ "description": "Stateful GitHub PR review scraper for AI agent workflows — filters noise, caches seen comments, and delivers only new actionable signal.",
5
+ "excludeFolders": ["node_modules", "dist", ".git", "pr-reviews"],
6
+ "excludeFiles": ["CHANGELOG.md"],
7
+ "rules": [
8
+ "Run pr-review first to scrape new comments into pr-reviews/new-<timestamp>.md",
9
+ "Commit pr-reviews/.scraped-ids.json to persist seen comment state across runs",
10
+ "Use pr-resolve --auto to resolve threads where lines changed or suggestions were applied",
11
+ "Use --dry-run to preview resolutions before applying",
12
+ "Use --tag-agents to notify review bots after resolving threads",
13
+ "Configure agentMentions in .pr-prism.json to control which bots are tagged"
14
+ ]
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pr-prism",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Stateful GitHub PR review scraper for AI agents — filter noise, cache seen comments, deliver signal",
5
5
  "type": "module",
6
6
  "bin": {