Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .supercrew/features/pre-commit-schema-validation/design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
status: draft
reviewers: []
# approved_by: ""
---

# Pre-commit Schema Validation

## Background

Validate supercrew YAML/MD files against schemas in a pre-commit hook to ensure feature files conform to expected structure before commits.

## Requirements

<!-- To be refined during brainstorming -->

## Design

<!-- To be refined during brainstorming -->

## Out of Scope

<!-- To be defined -->
7 changes: 7 additions & 0 deletions .supercrew/features/pre-commit-schema-validation/log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Pre-commit Schema Validation — Progress Log

## 2026-03-05 — Feature Created

- Feature initialized with status: `planning`
- Owner: Dazhen Pan
- Priority: P1
11 changes: 11 additions & 0 deletions .supercrew/features/pre-commit-schema-validation/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
id: pre-commit-schema-validation
title: "Pre-commit Schema Validation"
status: planning
owner: "Dazhen Pan"
priority: P1
teams: []
tags: []
created: "2026-03-05"
updated: "2026-03-05"
# target_release: ""
# blocked_by: []
14 changes: 14 additions & 0 deletions .supercrew/features/pre-commit-schema-validation/plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
total_tasks: 0
completed_tasks: 0
progress: 0
---

# Pre-commit Schema Validation — Implementation Plan

<!-- Task breakdown will be generated after design approval. -->
<!-- Each task should be a checkbox item with clear acceptance criteria. -->

## Tasks

- [ ] Task 1: (to be defined)