Skip to content

Commit 2e15327

Browse files
committed
Docs(fix[contributing]): Drop the subproject count, log the move
why: The opening line said twelve subprojects where settings.gradle.kts declares eleven, and a hardcoded count is what the upkeep gate and the slop rule both forbid — it is false the first module that moves. The branch also owed itself a changelog entry: it moves a file callers link to, and the rule requiring one ships in this same branch. what: - Describe the build without counting it, as the published-artifact rule beneath it already does - Add the Documented entry for the CONTRIBUTING.md move - Present the changelog categories as the allowed set rather than the set already in use; Security has no entries yet
1 parent b630165 commit 2e15327

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
libtmux for Java is twelve Gradle subprojects plus `build-logic`, an included
3+
libtmux for Java is a multi-project Gradle build plus `build-logic`, an included
44
build holding the convention plugins. The gates below are what a change has to
55
pass before it is proposed.
66

.github/WRITING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ observe.
6666
Entries land under `## Unreleased`. The maintainer assigns the version when
6767
cutting a release, so nothing written here predicts one.
6868

69-
Group under the headings already in use — `Added`, `Changed`, `Fixed`,
70-
`Removed`, `Documented`, `Security`newest release first, dated `YYYY-MM-DD`.
69+
Group under `Added`, `Changed`, `Fixed`, `Removed`, `Documented`, or `Security`,
70+
newest release first, dated `YYYY-MM-DD`.
7171

7272
An entry opens with a bold clause naming what changed, then gives the prose that
7373
makes it decidable:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ production.
1212

1313
## Unreleased
1414

15+
### Documented
16+
17+
- **`CONTRIBUTING.md` has moved to `.github/CONTRIBUTING.md`.** The policy an
18+
agent or contributor reads is now split three ways: `AGENTS.md` routes and
19+
carries only what applies to every change, `.github/WRITING.md` covers how
20+
this project writes, and `.github/CONTRIBUTING.md` covers how it works. A
21+
link to the old path needs updating; GitHub finds the new one on its own.
22+
1523
## 0.0.1-alpha.6 — 2026-08-16
1624

1725
### Fixed

0 commit comments

Comments
 (0)