Initial commit: add .gitignore and README
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
vendor/
|
||||
|
||||
# Package manager lock files (optional: uncomment to ignore)
|
||||
# package-lock.json
|
||||
# yarn.lock
|
||||
|
||||
# Environment and secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
*.env.backup
|
||||
.env.backup.*
|
||||
|
||||
# Logs and temp
|
||||
*.log
|
||||
logs/
|
||||
*.tmp
|
||||
*.temp
|
||||
*.tmp.*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Build / output
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
out/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.eggs/
|
||||
*.egg-info/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# Optional
|
||||
.reports/
|
||||
reports/
|
||||
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# templates
|
||||
|
||||
Project under `/home/intlc/projects/templates`.
|
||||
|
||||
## Overview
|
||||
|
||||
(Add project description and setup instructions here.)
|
||||
65
RECOGNITION_APPROVAL_TEMPLATE.md
Normal file
65
RECOGNITION_APPROVAL_TEMPLATE.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# Tier-1 System Recognition — Approval
|
||||
|
||||
**Proposal ID**: PROPOSAL-YYYY-MMDD-NNN
|
||||
**Proposal Title**: [Title]
|
||||
**Recognizing System**: [DBIS | ICCC | SMOM/SMOA]
|
||||
**Date**: YYYY-MM-DD
|
||||
**Recognized By**: [Name/Entity/Title]
|
||||
|
||||
---
|
||||
|
||||
## Recognition Decision
|
||||
|
||||
**Status**: ✅ **APPROVED**
|
||||
|
||||
---
|
||||
|
||||
## Recognition Statement
|
||||
|
||||
[System Name] recognizes and approves Proposal PROPOSAL-YYYY-MMDD-NNN.
|
||||
|
||||
---
|
||||
|
||||
## Conditions
|
||||
|
||||
- [ ] No conditions
|
||||
- [ ] Conditions attached (see below)
|
||||
|
||||
**Conditions** (if any):
|
||||
1. [Condition 1]
|
||||
2. [Condition 2]
|
||||
|
||||
---
|
||||
|
||||
## Rationale
|
||||
|
||||
[Brief explanation of approval rationale, alignment with constitutional principles, etc.]
|
||||
|
||||
---
|
||||
|
||||
## Compliance Verification
|
||||
|
||||
- [x] Proposal aligns with constitutional principles
|
||||
- [x] Proposal maintains mutual recognition framework
|
||||
- [x] Proposal preserves continuity requirements
|
||||
- [x] Impact assessment acceptable
|
||||
- [x] Implementation plan sound
|
||||
|
||||
---
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [ ] Await recognition from other Tier-1 systems
|
||||
- [ ] Monitor implementation (if approved by all systems)
|
||||
- [ ] Review conditions (if any) for compliance
|
||||
|
||||
---
|
||||
|
||||
**Recognized By**: _________________
|
||||
**Date**: YYYY-MM-DD
|
||||
**Signature/Confirmation**: [Digital signature or confirmation method]
|
||||
|
||||
---
|
||||
|
||||
**Template Version**: 1.0
|
||||
**Last Updated**: 2025-01-27
|
||||
78
RECOGNITION_CONDITIONAL_APPROVAL_TEMPLATE.md
Normal file
78
RECOGNITION_CONDITIONAL_APPROVAL_TEMPLATE.md
Normal file
@@ -0,0 +1,78 @@
|
||||
# Tier-1 System Recognition — Conditional Approval
|
||||
|
||||
**Proposal ID**: PROPOSAL-YYYY-MMDD-NNN
|
||||
**Proposal Title**: [Title]
|
||||
**Recognizing System**: [DBIS | ICCC | SMOM/SMOA]
|
||||
**Date**: YYYY-MM-DD
|
||||
**Recognized By**: [Name/Entity/Title]
|
||||
|
||||
---
|
||||
|
||||
## Recognition Decision
|
||||
|
||||
**Status**: ⚠️ **APPROVED WITH CONDITIONS**
|
||||
|
||||
---
|
||||
|
||||
## Recognition Statement
|
||||
|
||||
[System Name] recognizes Proposal PROPOSAL-YYYY-MMDD-NNN but requires the following conditions to be met before final approval.
|
||||
|
||||
---
|
||||
|
||||
## Conditions (Required)
|
||||
|
||||
The following conditions must be satisfied:
|
||||
|
||||
1. **Condition 1**: [Detailed description]
|
||||
- Requirement: [Specific requirement]
|
||||
- Verification: [How condition will be verified]
|
||||
|
||||
2. **Condition 2**: [Detailed description]
|
||||
- Requirement: [Specific requirement]
|
||||
- Verification: [How condition will be verified]
|
||||
|
||||
3. **Condition N**: [Additional conditions as needed]
|
||||
|
||||
---
|
||||
|
||||
## Rationale
|
||||
|
||||
[Explanation of why conditions are necessary, concerns addressed, etc.]
|
||||
|
||||
---
|
||||
|
||||
## Compliance Assessment
|
||||
|
||||
- [x] Proposal aligns with constitutional principles (with conditions)
|
||||
- [x] Conditions address concerns appropriately
|
||||
- [x] Implementation plan acceptable (with modifications)
|
||||
- [ ] Full approval pending condition satisfaction
|
||||
|
||||
---
|
||||
|
||||
## Condition Satisfaction Process
|
||||
|
||||
1. Proposer addresses conditions
|
||||
2. Updated proposal/documentation submitted
|
||||
3. System reviews condition satisfaction
|
||||
4. Final approval or additional conditions
|
||||
|
||||
---
|
||||
|
||||
## Timeline
|
||||
|
||||
- **Condition Review Deadline**: YYYY-MM-DD
|
||||
- **Expected Response**: [Timeline for proposer to address conditions]
|
||||
- **Final Approval Target**: YYYY-MM-DD
|
||||
|
||||
---
|
||||
|
||||
**Recognized By**: _________________
|
||||
**Date**: YYYY-MM-DD
|
||||
**Signature/Confirmation**: [Digital signature or confirmation method]
|
||||
|
||||
---
|
||||
|
||||
**Template Version**: 1.0
|
||||
**Last Updated**: 2025-01-27
|
||||
99
RECOGNITION_REJECTION_TEMPLATE.md
Normal file
99
RECOGNITION_REJECTION_TEMPLATE.md
Normal file
@@ -0,0 +1,99 @@
|
||||
# Tier-1 System Recognition — Rejection
|
||||
|
||||
**Proposal ID**: PROPOSAL-YYYY-MMDD-NNN
|
||||
**Proposal Title**: [Title]
|
||||
**Recognizing System**: [DBIS | ICCC | SMOM/SMOA]
|
||||
**Date**: YYYY-MM-DD
|
||||
**Recognized By**: [Name/Entity/Title]
|
||||
|
||||
---
|
||||
|
||||
## Recognition Decision
|
||||
|
||||
**Status**: ❌ **REJECTED**
|
||||
|
||||
---
|
||||
|
||||
## Recognition Statement
|
||||
|
||||
[System Name] does not recognize Proposal PROPOSAL-YYYY-MMDD-NNN.
|
||||
|
||||
---
|
||||
|
||||
## Reason for Rejection
|
||||
|
||||
[Detailed explanation of why the proposal is rejected. This should be constructive and specific.]
|
||||
|
||||
### Primary Concerns
|
||||
|
||||
1. **Concern 1**: [Description]
|
||||
- Impact: [Why this is a concern]
|
||||
- Constitutional Issue: [If applicable]
|
||||
|
||||
2. **Concern 2**: [Description]
|
||||
- Impact: [Why this is a concern]
|
||||
- Constitutional Issue: [If applicable]
|
||||
|
||||
3. **Concern N**: [Additional concerns]
|
||||
|
||||
---
|
||||
|
||||
## Constitutional Compliance Issues (If Any)
|
||||
|
||||
- [ ] Violates Section IV governance principles
|
||||
- [ ] Compromises mutual recognition framework
|
||||
- [ ] Threatens continuity requirements
|
||||
- [ ] Unilateral supersession concern
|
||||
- [ ] Other: [Specify]
|
||||
|
||||
**Details**: [Explanation of constitutional compliance issues]
|
||||
|
||||
---
|
||||
|
||||
## Required Changes for Reconsideration
|
||||
|
||||
If the proposal can be resubmitted, the following changes are required:
|
||||
|
||||
1. **Change 1**: [Specific change required]
|
||||
- Rationale: [Why this change is necessary]
|
||||
|
||||
2. **Change 2**: [Specific change required]
|
||||
- Rationale: [Why this change is necessary]
|
||||
|
||||
3. **Change N**: [Additional required changes]
|
||||
|
||||
---
|
||||
|
||||
## Alternative Recommendations
|
||||
|
||||
[If applicable, suggest alternatives or approaches that might be acceptable]
|
||||
|
||||
---
|
||||
|
||||
## Path Forward
|
||||
|
||||
The proposer may:
|
||||
|
||||
1. **Resubmit**: Address concerns and resubmit modified proposal
|
||||
2. **Appeal**: Request ICCC adjudication if interpretation dispute
|
||||
3. **Withdraw**: Withdraw proposal and reconsider approach
|
||||
|
||||
---
|
||||
|
||||
## Compliance Assessment
|
||||
|
||||
- [ ] Proposal fails constitutional compliance
|
||||
- [ ] Concerns not addressable within proposal scope
|
||||
- [ ] Alternative approach recommended
|
||||
- [ ] Resubmission possible with changes
|
||||
|
||||
---
|
||||
|
||||
**Recognized By**: _________________
|
||||
**Date**: YYYY-MM-DD
|
||||
**Signature/Confirmation**: [Digital signature or confirmation method]
|
||||
|
||||
---
|
||||
|
||||
**Template Version**: 1.0
|
||||
**Last Updated**: 2025-01-27
|
||||
Reference in New Issue
Block a user