chore: label the kinds of file this repository holds - #128
Merged
Conversation
Adds kind/just -- twenty justfiles across the organization and no label ever matched them. Removes labels matching nothing here. Renames github/action to kind/action so every label shares a prefix, and stops kind/yaml overlapping it. Applies specify-pull-request-labels. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Thank you for contributing to this project! 😊🕹️ |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #128 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 414 414
=========================================
Hits 414 414 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
An agent runs commands in a shell where mise is not active, so a bare just resolves to whatever is installed globally rather than what .mise.toml declares. The symptom is a check that fails for the agent and passes in CI on a file nobody edited. Applies specify-agent-tool-invocation. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
kind/docs matched every markdown file, so agent guidance, policy, the contributing guide and reference documentation were indistinguishable. Splits them, and adds labels for toolchain configuration and dependency manifests -- the latter meaning Dependabot pull requests were arriving unlabelled. LICENSE, .mise.toml and .coverignore were matched by nothing, having no extension a format label could catch. Applies specify-pull-request-labels. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies
specify-pull-request-labels.Labels now describe what this repository holds, by purpose as well as format.
By purpose
kind/agentsAGENTS.md,CLAUDE.md,.claude/**kind/contributingCONTRIBUTING.mdkind/policyAI_POLICY.md,CODE_OF_CONDUCT.md,LICENSEkind/toolchain.mise.toml,.golangci.yml,.goreleaser.yaml,codecov.yml,.coverignore,dependabot.ymlkind/depsgo.mod,go.sum,package.json,bun.lockkind/docspreviously matched every.mdin the repository, so a change to agent guidance and a change to reference documentation carried the same label. It is nowREADME.mdanddocs/**.Also fixed
kind/justadded — justfiles were never labelledgithub/action→kind/action, so every label shares a prefixkind/yamlno longer overlapskind/actionLICENSE,.mise.toml, and.coverignorewere matched by nothing — no extension for a format label to catchgo.mod/go.sumwere unlabelled, so every Dependabot pull request arrived without a label🤖 Generated with Claude Code