Remove VS Code and Makefile references, delete issue templates

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-18 04:02:24 +00:00
parent 55233981f8
commit 6e59d53fe5
13 changed files with 0 additions and 223 deletions

View File

@@ -1,16 +0,0 @@
# Architecture Decision Record Proposal
## Title
## Status
Proposed
## Context
## Decision
## Consequences
## Alternatives Considered
## Review and Approval

View File

@@ -1,29 +0,0 @@
# Bug Report
## Summary
Provide a concise description of the defect and impact.
## Environment
- Application version
- Browser or OS
- Device
- Configuration details
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
## Actual Behavior
## Logs / Screenshots
## Severity & Impact
## Related Incidents or Tickets
## Acceptance Criteria
## Review and Approval

View File

@@ -1,20 +0,0 @@
# Deployment Plan
## Purpose
## Scope
## Preconditions
## Deployment Steps
1.
2.
3.
## Validation
## Rollback Plan
## Communications
## Review and Approval

View File

@@ -1,11 +0,0 @@
# Documentation Change
## Summary
## Context
## Proposed Updates
## Acceptance Criteria
## Review and Approval

View File

@@ -1,14 +0,0 @@
# Escalation
## Trigger Conditions
## Severity Level
SEV1 | SEV2 | SEV3
## Escalation Path
## Communication Plan
## Closure Criteria
## Review and Approval

View File

@@ -1,21 +0,0 @@
# Feature Request
## Summary
## Background / Problem Statement
## Proposed Solution
## Alternatives Considered
## Technical Details
## User Impact
## Dependencies
## Risks
## Acceptance Criteria
## Review and Approval

View File

@@ -1,19 +0,0 @@
# Incident Report
## Incident Summary
## Timeline
## Impact Assessment
## Root Cause
## Corrective Actions
## Preventive Actions
## Follow Up
## Communications
## Review and Approval

View File

@@ -1,20 +0,0 @@
# Migration Plan
## Purpose
## Scope
## Preconditions
## Migration Steps
1.
2.
3.
## Rollback Plan
## Validation
## Stakeholder Communications
## Review and Approval

View File

@@ -1,13 +0,0 @@
# Risk Register Entry
## Risk Description
## Probability and Impact
## Mitigation Plan
## Contingency Plan
## Owners and Review Cadence
## Review and Approval

View File

@@ -1,18 +0,0 @@
# Runbook
## Purpose
## Preconditions
## Procedure
1.
2.
3.
## Validation
## Rollback
## References
## Review and Approval

View File

@@ -1,15 +0,0 @@
# Security Review
## Purpose
## Scope
## Threat Model Summary
## Findings
## Remediation Actions
## Approval
## Review and Approval

View File

@@ -57,9 +57,6 @@ For first-time contributors:
# Clone the repository
git clone https://github.com/mokoconsulting-tech/moko-cassiopeia.git
cd moko-cassiopeia
# Run development setup
make dev-setup
```
See [docs/QUICK_START.md](./docs/QUICK_START.md) for detailed setup instructions.
@@ -68,11 +65,7 @@ See [docs/QUICK_START.md](./docs/QUICK_START.md) for detailed setup instructions
The repository provides several tools to streamline development:
* **Makefile**: Common development tasks (`make help` to see all commands)
* **Pre-commit Hooks**: Automatic local validation before commits
* **VS Code Tasks**: Pre-configured tasks for common operations
Run `make validate-required` before submitting PRs to catch common issues early.
## Contribution Workflow

View File

@@ -150,22 +150,6 @@ For developers and contributors working on the moko-cassiopeia template:
### Quick Start for Developers
Get started in minutes:
```bash
# Setup development environment
make dev-setup
# Validate code
make validate-required
# Check code quality
make quality
# Create distribution package
make package
```
**New to the project?** See [Quick Start Guide](./docs/QUICK_START.md) for a 5-minute walkthrough.
### Development Resources
@@ -176,11 +160,7 @@ make package
### Available Tools
- **Makefile**: Run `make help` to see all available commands
- **Pre-commit Hooks**: Automatic validation before commits
- **VS Code Tasks**: Pre-configured development tasks
Run `make help` to see all available development commands.
## Changelog