Skip to content

Commit ca60cd0

Browse files
chore: sync README + CHANGELOG with the 3 packages registered today (#21)
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) <noreply@anthropic.com>
1 parent 6818380 commit ca60cd0

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ this project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
### Added
2222

23-
- `CHANGELOG.md`, `ROADMAP.adoc`, `MAINTAINERS.adoc`, `GOVERNANCE.adoc` — bring repo to estate documentation convention.
24-
- `.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.
23+
- 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.
24+
- `CHANGELOG.md`, `ROADMAP.adoc`, `MAINTAINERS.adoc`, `GOVERNANCE.adoc` — bring repo to estate documentation convention (PR #19).
25+
- `.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).
2526
- `.github/workflows/{scorecard,mirror,secret-scanner,codeql}.yml` — wire the four missing standards reusables (PR #17).
26-
- Wiki: structured pages mirroring repo documentation (Home, Registry-Usage, Packages, Architecture, Testing, Governance, Roadmap).
27+
- Wiki: 9 structured pages mirroring repo documentation (Home, Registry-Usage, Packages, Registering-a-Package, Architecture, Testing, Governance, Roadmap, Security) + `_Sidebar` (PR #19).
2728

2829
### Changed
2930

3031
- `.github/workflows/governance.yml` — SHA-pin the standards governance reusable (was floating `@main`) (PR #17).
31-
- Consolidate `CONTRIBUTING.md` and `CONTRIBUTING.adoc` into a single canonical Markdown file.
32+
- `.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).
33+
- Consolidate `CONTRIBUTING.md` and `CONTRIBUTING.adoc` into a single canonical Markdown file (PR #19).
3234

3335
### Removed
3436

README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pkg> add SMTLib
4646
| Cladistics | 0.1.0 | Phylogenetic cladistic analysis
4747
| Cliodynamics | 0.1.0 | Mathematical modelling of historical dynamics
4848
| Cliometrics | 0.1.0 | Quantitative historical economics
49+
| EchoTypes | 0.2.0 | Echo-types runtime — companion to the nextgen-languages Echo type system
4950
| Exnovation | 0.1.0 | Technology phase-out analysis
5051
| FirmwareAudit | 0.1.0 | Firmware integrity auditing
5152
| HackenbushGames | 0.1.0 | Combinatorial game theory (Hackenbush)
@@ -55,6 +56,7 @@ pkg> add SMTLib
5556
| JuliaForChildren | 0.1.0 | Educational Julia for young learners
5657
| JuliaPackageSpitter | 0.1.0 | Julia package quality auditing
5758
| KnotTheory | 0.1.0 | Knot theory and invariants
59+
| KRLAdapter | 0.1.0 | Knowledge Representation Layer adapter
5860
| Lithoglyph | 0.1.0 | Lithographic data processing
5961
| LowLevel | 0.1.0 | Low-level systems programming utilities
6062
| MacroPower | 0.1.0 | Advanced Julia metaprogramming
@@ -71,6 +73,7 @@ pkg> add SMTLib
7173
| SoftwareSovereign | 0.1.0 | Software sovereignty analysis
7274
| TradeUnionist | 0.1.0 | Labour rights data analysis
7375
| ViableSystems | 0.1.0 | Viable Systems Model (VSM) implementation
76+
| ViperPkg | 0.1.0 | Julia bindings for the `julia-the-viper` Viper language
7477
| ZeroProb | 0.1.0 | Zero-probability event analysis
7578
|===
7679

0 commit comments

Comments
 (0)