| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dennis 0.8.9 - The dexscope release source code.tar.gz | 2026-06-15 | 172.5 kB | |
| Dennis 0.8.9 - The dexscope release source code.zip | 2026-06-15 | 236.0 kB | |
| README.md | 2026-06-15 | 872 Bytes | |
| Totals: 3 Items | 409.3 kB | 1 | |
Dennis 0.8.9
Added: .dexscope Policy Support
Dennis now supports explicit project scope definitions through .dexscope.
New Commands
dennis scope exportdennis scope refreshdennis scope json
Scope-Aware Packaging
When a .dexscope file is present, dennis pack now respects the defined scope and packages only active entries.
Embedded Scope Metadata
DEX artifacts now embed:
meta/dexscope.json
allowing scope information to travel with the artifact itself.
Artifact Inspection
dennis inspect now displays scope metadata, including:
- Active entries
- Inactive entries
- Comments
- Excluded paths
Philosophy
.dexscope represents the first user-editable policy document in Dennis, defining what belongs to a transformation independently from the transformation plan itself.