Skip to content

chore: label the kinds of file this repository holds - #58

Merged
retr0h merged 3 commits into
mainfrom
chore/label-kinds-held
Aug 16, 2026
Merged

chore: label the kinds of file this repository holds#58
retr0h merged 3 commits into
mainfrom
chore/label-kinds-held

Conversation

@retr0h

@retr0h retr0h commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Applies specify-pull-request-labels.

Labels now describe what this repository holds, by purpose as well as format.

By purpose

Label Matches
kind/agents AGENTS.md, CLAUDE.md, .claude/**
kind/contributing CONTRIBUTING.md
kind/policy AI_POLICY.md, CODE_OF_CONDUCT.md, LICENSE
kind/toolchain .mise.toml, .golangci.yml, .goreleaser.yaml, codecov.yml, .coverignore, dependabot.yml
kind/deps go.mod, go.sum, package.json, bun.lock

kind/docs previously matched every .md in the repository, so a change to agent guidance and a change to reference documentation carried the same label. It is now README.md and docs/**.

Also fixed

  • kind/just added — justfiles were never labelled
  • github/actionkind/action, so every label shares a prefix
  • kind/yaml no longer overlaps kind/action
  • Labels matching nothing here removed
  • LICENSE, .mise.toml, and .coverignore were matched by nothing — no extension for a format label to catch
  • go.mod/go.sum were unlabelled, so every Dependabot pull request arrived without a label

🤖 Generated with Claude Code

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>
@github-actions

Copy link
Copy Markdown

Thank you for contributing to this project! 😊🕹️

retr0h and others added 2 commits August 15, 2026 20:38
Adds the mise invocation guidance to AGENTS.md.

This repository publishes the md module and did not consume it, so
its eleven markdown files were formatted by nothing. It now imports
md.just like every other repository.

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>
@retr0h
retr0h merged commit ca1fe84 into main Aug 16, 2026
4 checks passed
@retr0h
retr0h deleted the chore/label-kinds-held branch August 16, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant