From d8e57038784dd34b41a0f0565d658168e6280592 Mon Sep 17 00:00:00 2001 From: dkp Date: Wed, 26 Aug 2026 13:32:13 -0400 Subject: [PATCH] Correct the title to the current repo name, and point at the wiki The repo was renamed and the README was not, so the first thing a reader saw still announced the old name -- which reads as correct, since nothing on the page contradicts it. The old path also 307-redirects, so a client that follows redirects cannot detect the rename either. Adds a pointer to the wiki, which carries the longer-form guides and was otherwise unreachable from the code tree. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c266d3f..895cf3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# my-skills-share +# dkp-skills-and-conventions-share -The purpose of this repo is to share skills and supporting infra that I want to reference in other repos, but keep bespoke and therefore not host in other repos. \ No newline at end of file +The purpose of this repo is to share skills and supporting infra that I want to reference in other repos, but keep bespoke and therefore not host in other repos. + +The [wiki](../../wiki) carries the longer-form material: implementation guides +and write-ups of how something was actually built, for things that aren't quite +skills. Everything there is a document -- nothing on the wiki runs, installs, or +asks anything of a reading agent.