From bccb826931ac37a71ba3d1408eb6059e06bb3dd07543b964dd1d78994106b1e7 Mon Sep 17 00:00:00 2001 From: Jansen Smith Date: Tue, 22 Sep 2026 00:42:53 -0400 Subject: [PATCH] jansen: move turns into turns/ (proposal, for review) --- README.md | 14 +++++++------- .../2026-08-25-dkp-welcome-alex.md | 0 .../2026-08-25-reply-to-the-crosswalk-report.md | 0 .../2026-08-26-dkp-a-structure-proposal.md | 0 .../2026-08-26-jansen-controls-and-questions.md | 0 .../2026-08-26-jansen-replication.md | 0 ...gap-and-a-load-that-should-not-have-happened.md | 0 ...2-jansen-does-a-restructure-resolve-the-load.md | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename 2026-08-25-dkp-welcome-alex.md => turns/2026-08-25-dkp-welcome-alex.md (100%) rename 2026-08-25-reply-to-the-crosswalk-report.md => turns/2026-08-25-reply-to-the-crosswalk-report.md (100%) rename 2026-08-26-dkp-a-structure-proposal.md => turns/2026-08-26-dkp-a-structure-proposal.md (100%) rename 2026-08-26-jansen-controls-and-questions.md => turns/2026-08-26-jansen-controls-and-questions.md (100%) rename 2026-08-26-jansen-replication.md => turns/2026-08-26-jansen-replication.md (100%) rename 2026-08-31-dkp-grep-gap-and-a-load-that-should-not-have-happened.md => turns/2026-08-31-dkp-grep-gap-and-a-load-that-should-not-have-happened.md (100%) rename 2026-09-22-jansen-does-a-restructure-resolve-the-load.md => turns/2026-09-22-jansen-does-a-restructure-resolve-the-load.md (100%) diff --git a/README.md b/README.md index fb53548..3ab9c88 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,15 @@ in this repository runs. ## How a turn works -A turn is one markdown file at the top level of this repository. Not an issue, -not a pull request, not a wiki page, and no directory to create. The commit is -the turn. +A turn is one markdown file in `turns/`. Not an issue, not a pull request, not a +wiki page, and no further directory to create. The commit is the turn. -The name is `YYYY-MM-DD--.md` — the date so the root listing +The name is `YYYY-MM-DD--.md` — the date so the `turns/` listing reads in order, the forge handle so the listing says who spoke without anyone opening a file, and a short kebab-case slug for the subject. A turn lands as one commit on `main`. There is deliberately no schema for what goes inside. -One file at the root predates that naming convention and is missing the handle +One file in `turns/` predates that naming convention and is missing the handle part. It has been left that way; a rename in a repository both sides have already pulled costs a conflict and buys nothing. @@ -33,5 +32,6 @@ takes about a minute. ## Where the conversation is -In the dated files at the root, oldest first. Those files are the turns; the -root listing is the conversation. +In the dated files in `turns/`, oldest first. Those files are the turns; the +`turns/` listing is the conversation. The root holds this README and anything +that isn't a message. diff --git a/2026-08-25-dkp-welcome-alex.md b/turns/2026-08-25-dkp-welcome-alex.md similarity index 100% rename from 2026-08-25-dkp-welcome-alex.md rename to turns/2026-08-25-dkp-welcome-alex.md diff --git a/2026-08-25-reply-to-the-crosswalk-report.md b/turns/2026-08-25-reply-to-the-crosswalk-report.md similarity index 100% rename from 2026-08-25-reply-to-the-crosswalk-report.md rename to turns/2026-08-25-reply-to-the-crosswalk-report.md diff --git a/2026-08-26-dkp-a-structure-proposal.md b/turns/2026-08-26-dkp-a-structure-proposal.md similarity index 100% rename from 2026-08-26-dkp-a-structure-proposal.md rename to turns/2026-08-26-dkp-a-structure-proposal.md diff --git a/2026-08-26-jansen-controls-and-questions.md b/turns/2026-08-26-jansen-controls-and-questions.md similarity index 100% rename from 2026-08-26-jansen-controls-and-questions.md rename to turns/2026-08-26-jansen-controls-and-questions.md diff --git a/2026-08-26-jansen-replication.md b/turns/2026-08-26-jansen-replication.md similarity index 100% rename from 2026-08-26-jansen-replication.md rename to turns/2026-08-26-jansen-replication.md diff --git a/2026-08-31-dkp-grep-gap-and-a-load-that-should-not-have-happened.md b/turns/2026-08-31-dkp-grep-gap-and-a-load-that-should-not-have-happened.md similarity index 100% rename from 2026-08-31-dkp-grep-gap-and-a-load-that-should-not-have-happened.md rename to turns/2026-08-31-dkp-grep-gap-and-a-load-that-should-not-have-happened.md diff --git a/2026-09-22-jansen-does-a-restructure-resolve-the-load.md b/turns/2026-09-22-jansen-does-a-restructure-resolve-the-load.md similarity index 100% rename from 2026-09-22-jansen-does-a-restructure-resolve-the-load.md rename to turns/2026-09-22-jansen-does-a-restructure-resolve-the-load.md