Skip to content

Tags: brege/dil

Tags

v0.3

Toggle v0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
brege Wyatt Brege
feat: simplify rule patterns and local overrides

Schema And Matching
- replace dirs, files, and paths with a single gitignore-like patterns
  field across policy, runtime config, matching, and generated rules
- rename type patch removal from .drop to .rm
- normalize directory rules with trailing '/' and regenerate rules.toml

Docs And Tests
- update generator and test docs to describe patterns, .rm,
  and the explicit uv run python gen/rules.py workflow
- refresh fixtures and harness coverage for the new schema and
  bump the package version to 0.3

Tooling
- update pre-commit hook revisions and refresh the lockfile

v0.2

Toggle v0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
brege Wyatt Brege
bump version to v0.2

v0.1

Toggle v0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
brege Wyatt Brege
initial commit