amitsingh2003/Synapse Index
Index repository with synapse on push, cache DB, and optionally comment on PRs with API changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 27, 2026
- License
- None
Pinned Snippet
uses: amitsingh2003/synapse@56109e52faea56a41ef524f79df0991a17f9f136 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| languages | Comma-separated list of languages to index (default: all supported) | no | "" |
| db-path | Path to store the graph database (default: .synapse/graph.db) | no | .synapse/graph.db |
| comment-on-pr | Whether to comment on PRs with API diff (default: true) | no | true |
| base-ref | Base ref for API diff (default: auto-detect from PR base) | no | "" |
| node-version | Node.js version to use (default: 20) | no | 20 |
Outputs
| name | description |
|---|---|
| files-indexed | Number of files indexed |
| symbols-count | Number of symbols indexed |
| api-changes | Number of API changes detected (PR only) |
| db-path | Path to the generated database |