mojomast/Taphon Keepsake Preservation Triage
Analyze repository keepsake inventory files and generate taphonomy-inspired preservation triage reports.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Directory or file containing keepsake inventories (JSON, CSV, TOML, TXT, or MD). | no | keepsakes |
| output | Markdown report path to write. | no | TAPHON-REPORT.md |
| json-output | Optional JSON report path to write. | no | "" |
| fail-on-high-risk | Fail the workflow when high or critical priority items are detected. | no | false |
| Print the full markdown report to the action log. | no | false |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated markdown report. |
| json-report-path | Path to the generated JSON report, if requested. |