mojomast/Obscura
Generate camera-obscura-inspired photo-walk composition reports from repo config files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to Obscura JSON/YAML config, e.g. .obscura/session.yml | no | .obscura/session.yml |
| output-path | Output directory or markdown report path | no | obscura-output |
| difficulty | Difficulty override: beginner, easy, intermediate, or advanced | no | "" |
| seed | Optional deterministic generation seed | no | "" |
| html-cards | Write printable HTML prompt cards (true/false) | no | true |
Outputs
| name | description |
|---|---|
| result | ok when generation succeeds |
| markdown | Path to generated Markdown report |
| json | Path to generated JSON artifact |
| html | Path to generated HTML cards when enabled |