|
17 | 17 |
|
18 | 18 | (current-position |
19 | 19 | (phase "v1.0-stable") |
20 | | - (overall-completion 90) |
| 20 | + (overall-completion 95) |
21 | 21 | (components |
22 | 22 | (license-text 100) |
23 | 23 | (repository-structure 100) |
| 24 | + (version-automation 100) |
24 | 25 | (documentation 95) |
25 | 26 | (tooling 75) |
26 | 27 | (governance 95) |
|
29 | 30 | (working-features |
30 | 31 | ("PMPL-1.0 license text finalized and stable") |
31 | 32 | ("v1.0/ directory as canonical frontpage") |
| 33 | + ("Version-stable structure that never shapeshifts") |
| 34 | + ("Automated version migration script (v1.0 → v1.1, etc.)") |
32 | 35 | ("Legacy v0.x materials consolidated in ARCHIVE/") |
33 | 36 | ("README.adoc prominently highlights v1.0") |
34 | 37 | ("Quick Start guide available") |
| 38 | + ("Machine-readable metadata in .machine_readable/ (6SCM)") |
| 39 | + ("Build automation in contractiles/ directory") |
| 40 | + ("AI.djot entry point for AI agents") |
35 | 41 | ("Rust tooling (pmpl-sign, pmpl-verify, pmpl-audit) functional") |
36 | 42 | ("SPDX identifier: PMPL-1.0-or-later") |
37 | 43 | ("Compatible with MIT, BSD, Apache-2.0, MPL-2.0, LGPL, GPL")) |
|
80 | 86 | ("Legacy v0.x materials consolidated into ARCHIVE/") |
81 | 87 | ("Created v1.0/README.adoc and v1.0/docs/QUICK-START.adoc") |
82 | 88 | ("Moved GUIDES_v0.4, METADATA_v0.4, TOOLKIT_v0.4 into ARCHIVE/v0.4/") |
83 | | - ("v1.0 is now unmistakably the current, stable version"))))) |
| 89 | + ("v1.0 is now unmistakably the current, stable version") |
| 90 | + ("Created VERSIONING_POLICY.adoc - complete version management strategy") |
| 91 | + ("Created REPOSITORY_STRUCTURE.adoc - canonical structure documentation") |
| 92 | + ("Built scripts/migrate-version.jl - automated version migration") |
| 93 | + ("Organized 6SCM files in .machine_readable/ with root symlinks") |
| 94 | + ("Created contractiles/ directory for build automation") |
| 95 | + ("Added AI.djot - AI agent entry point and instructions") |
| 96 | + ("Removed duplicate files (CONTRIBUTING.adoc, CHANGELOG.md, LICENSE.md)") |
| 97 | + ("Repository now version-stable - will not shapeshift on future releases"))))) |
0 commit comments