Extract core assets for clean workspace#66
Merged
hyperpolymath merged 1 commit intomainfrom Jan 8, 2026
Merged
Conversation
Major refactoring to establish a clean, focused structure: **New Structure:** - legal/ - License texts (PMPL-1.0, MPL-2.0, exhibits, historical) - docs/ - Consolidated documentation (GUIDE, FAQ, INTEGRATION) - tools/ - Rust CLI tools (pmpl-sign, pmpl-verify, pmpl-audit) - spec/ - Formal specifications (AsciiDoc) - research/ - Curated papers and presentations **Added:** - PALIMPSEST-MPL-1.0.txt - New v1.0 license based on MPL-2.0 - Exhibit A - Ethical Use Guidelines - Exhibit B - Quantum-Safe Provenance Specification - Rust tools: pmpl-sign, pmpl-verify, pmpl-audit - CI integrations: GitHub Actions, GitLab CI, GitLoom - Language examples: Rust, Elixir, Ada **Removed:** - 40+ obsolete directories (ARCHIVE, campaigns, press-lobby-kit, etc.) - Fragmented version directories (GUIDES_v0.4, METADATA_v0.4, etc.) - Legacy code (Haskell, OCaml, Ruby, PHP integrations) - Redundant configuration files (.scm, .ncl, etc.) **Updated:** - README.md - Clean, focused project overview - CLAUDE.md - Updated for new structure - CONTRIBUTING.adoc - Simplified guidelines - Justfile - Streamlined build automation This reduces the repository from 400+ files to ~50 essential files, establishing clear separation: legal/docs/tools/research/spec.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major refactoring to establish a clean, focused structure:
New Structure:
Added:
Removed:
Updated:
This reduces the repository from 400+ files to ~50 essential files, establishing clear separation: legal/docs/tools/research/spec.