markoblogo/SET
Thin orchestration entrypoint for agentsgen repo-docs, site-ai, and check flows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: markoblogo/set@8d683f3e0fa8e9576cffe216676868a9159505e3 # v0.2.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| agentsgen | Enable the agentsgen tool family. | no | "" |
| init | Run agentsgen init. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| pack | Run agentsgen pack. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| site_pack | Run agentsgen pack in public-site mode. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| site_url | Public URL passed to agentsgen pack --site. | no | "" |
| check | Run agentsgen check --all --ci. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| repomap | Run agentsgen understand for deterministic repo map artifacts. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| repomap_compact_budget | Approximate token budget passed to agentsgen understand --compact-budget. | no | 4000 |
| repomap_focus | Optional query passed to agentsgen understand --focus. | no | "" |
| repomap_changed | When true, passes --changed to agentsgen understand. | no | "" |
| snippets | Run agentsgen snippets for canonical README extracts. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| analyze | Run agentsgen analyze against a public URL. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| analyze_url | Public URL passed to agentsgen analyze. | no | "" |
| meta | Run agentsgen meta against a public URL. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| meta_url | Public URL passed to agentsgen meta. | no | "" |
| proof_loop | Run the optional proof-loop artifact flow. Leave empty to inherit workflow_preset or default behavior. | no | "" |
| proof_task_id | Task id used for agentsgen task init/evidence/verdict when proof_loop=true. | no | "" |
| proof_expected_artifacts | Optional comma-separated list of proof artifacts that must exist before verdict can become review-ready. | no | "" |
| id_enabled | Enable repo-local ID integration hooks for ID-compatible repositories. | no | "" |
| id_owner_id | Owner id passed to the ID integration hook runner. | no | "" |
| id_target | ID integration target passed to pre_task. Defaults to set. | no | "" |
| id_pre_task | Run the repo-local ID pre_task hook before orchestration steps. | no | "" |
| id_weekly_review | Run the repo-local ID weekly_review hook after orchestration steps. | no | "" |
| autodetect | Enable agentsgen autodetect where supported. | no | true |
| workflow_preset | Optional orchestration preset: minimal, repo-docs, or site-ai. | no | "" |
| preset | Optional preset name passed to agentsgen init. | no | "" |
| path | Target path. | no | . |
| agentsgen_ref | Git ref used when installing agentsgen from GitHub. | no | main |
Outputs
no outputs