Skip to content

Latest commit

 

History

History
 
 

README.md

UMS Proposals Index

This directory contains technical proposals for the Unified Module System (UMS) project. All significant changes to architecture, specifications, or features should follow the Proposal Process.


Active Proposals

Proposals currently under review or implementation.

Proposal Status Target Version Author Date Tracking
Selective Module Inclusion Approved for Implementation v2.1 Community 2025-10-13 TBD

Completed Proposals

Proposals that have been fully implemented.

Proposal Version Implemented Author Notes
None yet - - - -

Rejected Proposals

Proposals that were reviewed but not approved, with rationale.

Proposal Date Author Reason
None yet - - -

Archived Proposals

Proposals that were withdrawn or superseded.

Proposal Date Author Reason
None yet - - -

Proposal Statistics

  • Total Proposals: 1
  • Active: 1
  • Approved: 1
  • Implementing: 0
  • Completed: 0
  • Rejected: 0
  • Archived: 0

Last Updated: 2025-10-13


Creating a New Proposal

  1. Read the Process: Review docs/proposal-process.md
  2. Use the Template: Copy TEMPLATE.md to create your proposal
  3. Follow Naming Convention: [category]-[brief-description].md
  4. Submit PR: Open a PR with [PROPOSAL] prefix
  5. Create Issue: Link to tracking issue

Proposal Categories

  • feature- - New feature proposals
  • breaking- - Breaking changes
  • arch- - Architectural changes
  • spec- - Specification updates
  • deprecation- - Feature deprecations

Quick Links


Recent Activity

2025-10-13

  • Approved: Selective Module Inclusion proposal
  • 📝 Created: Proposal process and templates