From 9f0c8c9844c5cece946f7b036443256d21ba0dd6 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 27 May 2026 20:28:01 +0100 Subject: [PATCH] chore: sync README + CHANGELOG with the 3 packages registered today MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After today's wave (#16 EchoTypes + KRLAdapter, #18 ViperPkg, #20 EchoTypes v0.2.0) Registry.toml carries 37 packages, but README's table and the [Unreleased] CHANGELOG section both reflected the pre-wave 34-package snapshot. Catch up the human-facing listings: README.adoc: add EchoTypes, KRLAdapter, ViperPkg rows (alphabetical insertion; EchoTypes pinned at v0.2.0 per the registered head, the other two at v0.1.0). CHANGELOG.md [Unreleased]: Added — registry entries for the 3 packages Changed — the scorecard.yml regression fix from PR #19 Wiki line — actual page count (9 + _Sidebar) and missing Registering-a-Package + Security pages noted ISSUE_TEMPLATE list now matches what was actually added (package_registration replaces "custom") Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 10 ++++++---- README.adoc | 3 +++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480c95e..b2a2ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,15 +20,17 @@ this project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- `CHANGELOG.md`, `ROADMAP.adoc`, `MAINTAINERS.adoc`, `GOVERNANCE.adoc` — bring repo to estate documentation convention. -- `.github/ISSUE_TEMPLATE/{bug_report,feature_request,custom}.md`, `.github/pull_request_template.md`, `.github/CODEOWNERS`, `.github/FUNDING.yml`, `.github/copilot-instructions.md` — estate-standard contributor onboarding fleet. +- Registry: `EchoTypes v0.1.0` (PR #16) and `v0.2.0` (PR #20); `KRLAdapter v0.1.0` (PR #16); `ViperPkg v0.1.0` (PR #18) — total 37 registered packages. +- `CHANGELOG.md`, `ROADMAP.adoc`, `MAINTAINERS.adoc`, `GOVERNANCE.adoc` — bring repo to estate documentation convention (PR #19). +- `.github/ISSUE_TEMPLATE/{bug_report,feature_request,package_registration}.md`, `.github/pull_request_template.md`, `.github/CODEOWNERS`, `.github/FUNDING.yml`, `.github/copilot-instructions.md` — estate-standard contributor onboarding fleet (PR #19). - `.github/workflows/{scorecard,mirror,secret-scanner,codeql}.yml` — wire the four missing standards reusables (PR #17). -- Wiki: structured pages mirroring repo documentation (Home, Registry-Usage, Packages, Architecture, Testing, Governance, Roadmap). +- Wiki: 9 structured pages mirroring repo documentation (Home, Registry-Usage, Packages, Registering-a-Package, Architecture, Testing, Governance, Roadmap, Security) + `_Sidebar` (PR #19). ### Changed - `.github/workflows/governance.yml` — SHA-pin the standards governance reusable (was floating `@main`) (PR #17). -- Consolidate `CONTRIBUTING.md` and `CONTRIBUTING.adoc` into a single canonical Markdown file. +- `.github/workflows/scorecard.yml` — job-level `security-events: write` + `id-token: write` permissions to match the reusable's canonical caller block; fixes `startup_failure` regression introduced in PR #17 (PR #19). +- Consolidate `CONTRIBUTING.md` and `CONTRIBUTING.adoc` into a single canonical Markdown file (PR #19). ### Removed diff --git a/README.adoc b/README.adoc index 594660a..b7579a2 100644 --- a/README.adoc +++ b/README.adoc @@ -46,6 +46,7 @@ pkg> add SMTLib | Cladistics | 0.1.0 | Phylogenetic cladistic analysis | Cliodynamics | 0.1.0 | Mathematical modelling of historical dynamics | Cliometrics | 0.1.0 | Quantitative historical economics +| EchoTypes | 0.2.0 | Echo-types runtime — companion to the nextgen-languages Echo type system | Exnovation | 0.1.0 | Technology phase-out analysis | FirmwareAudit | 0.1.0 | Firmware integrity auditing | HackenbushGames | 0.1.0 | Combinatorial game theory (Hackenbush) @@ -55,6 +56,7 @@ pkg> add SMTLib | JuliaForChildren | 0.1.0 | Educational Julia for young learners | JuliaPackageSpitter | 0.1.0 | Julia package quality auditing | KnotTheory | 0.1.0 | Knot theory and invariants +| KRLAdapter | 0.1.0 | Knowledge Representation Layer adapter | Lithoglyph | 0.1.0 | Lithographic data processing | LowLevel | 0.1.0 | Low-level systems programming utilities | MacroPower | 0.1.0 | Advanced Julia metaprogramming @@ -71,6 +73,7 @@ pkg> add SMTLib | SoftwareSovereign | 0.1.0 | Software sovereignty analysis | TradeUnionist | 0.1.0 | Labour rights data analysis | ViableSystems | 0.1.0 | Viable Systems Model (VSM) implementation +| ViperPkg | 0.1.0 | Julia bindings for the `julia-the-viper` Viper language | ZeroProb | 0.1.0 | Zero-probability event analysis |===