Skip to content

chore: untrack the quality reports this package generates - #5

Merged
livingstaccato merged 1 commit into
mainfrom
chore/untrack-generated-quality-reports
Aug 30, 2026
Merged

chore: untrack the quality reports this package generates#5
livingstaccato merged 1 commit into
mainfrom
chore/untrack-generated-quality-reports

Conversation

@livingstaccato

Copy link
Copy Markdown
Member

.complexity/ and .documentation/ hold output from provide-testkit's own quality tooling — quality/complexity/analyzer.py writes complexity.json into its artifact directory — so any checkout that runs the suite regenerates them and they read as modified from then on. They had been sitting dirty in the working tree for exactly that reason.

Nothing reads them. The only matches for those names anywhere in the repository are the provide.testkit.quality.complexity module namespace, not the directories.

Nothing chose to track them. They entered in a single commit — eb3a6f1 feat(release): restore content suite and finalize v0.4.0 release environment — a release sweep that picked them up along with everything else. One commit has ever touched them.

The files stay on disk; they are simply no longer the repository's business.

🤖 Generated with Claude Code

`.complexity/` and `.documentation/` hold output from provide-testkit's own
quality tooling -- `quality/complexity/analyzer.py` writes `complexity.json`
into its artifact directory -- so any checkout that runs the suite regenerates
them and they show as modified from then on. They had been sitting dirty in the
working tree for that reason.

Nothing reads them: the only matches for those names in the repository are the
`provide.testkit.quality.complexity` module namespace, not the directories. And
they entered in a single commit, eb3a6f1, a release sweep that picked them up
along with everything else rather than a decision to track them.

The files stay on disk; they are simply no longer the repository's business.
@livingstaccato
livingstaccato merged commit 1098df3 into main Aug 30, 2026
11 checks passed
@livingstaccato
livingstaccato deleted the chore/untrack-generated-quality-reports branch August 30, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant