From 9190f054a59a3f0cfd9a2543982dbf7404ffbcd8 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:25:52 +0100 Subject: [PATCH] docs(readme): convert README.adoc -> Markdown README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README must be real Markdown to render in GitHub community-health, the GitHub profile, and external MCP directories (Glama) — AsciiDoc shows as raw markup there. pandoc asciidoc->GFM, badges fixed to clickable, SPDX header kept as an HTML comment, duplicate README.adoc removed. Co-Authored-By: Claude Opus 4.8 --- README.adoc | 16 ---------------- README.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 README.adoc create mode 100644 README.md diff --git a/README.adoc b/README.adoc deleted file mode 100644 index e41faa9..0000000 --- a/README.adoc +++ /dev/null @@ -1,16 +0,0 @@ -// SPDX-License-Identifier: CC-BY-SA-4.0 -// SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell -= gnpl - -[NOTE] -==== -*Reserved — extraction in progress (not yet migrated).* -==== - -GNPL is Lithoglyph’s narration and projection language: a way to express, compare, and project forensic narratives over audit histories, evidence transformations, claim paths, and counterfactual alternatives. Rather than treating meaning as a single static query result, GNPL is designed for plural interpretations across time: what is true synchronically at a given state, what becomes true or false diachronically across a history, and what could have held under alternative evidential or causal paths. - -The live source currently lives in -https://github.com/hyperpolymath/nextgen-databases/tree/main/lithoglyph/gql-dt[nextgen-databases/lithoglyph/gql-dt] -and will be migrated into this repository. Until then, treat that location as -canonical. (This repo reserves the name and records the intended home; see the -owner's notes for the extraction plan.) diff --git a/README.md b/README.md new file mode 100644 index 0000000..7279334 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + + +> [!NOTE] +> **Reserved — extraction in progress (not yet migrated).** + +GNPL is Lithoglyph’s narration and projection language: a way to +express, compare, and project forensic narratives over audit histories, +evidence transformations, claim paths, and counterfactual alternatives. +Rather than treating meaning as a single static query result, GNPL is +designed for plural interpretations across time: what is true +synchronically at a given state, what becomes true or false +diachronically across a history, and what could have held under +alternative evidential or causal paths. + +The live source currently lives in +[nextgen-databases/lithoglyph/gql-dt](https://github.com/hyperpolymath/nextgen-databases/tree/main/lithoglyph/gql-dt) +and will be migrated into this repository. Until then, treat that +location as canonical. (This repo reserves the name and records the +intended home; see the owner’s notes for the extraction plan.)