Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .claude/hooks/session-start
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ echo " • Ruff linting and formatting"
echo " • Spec-check validation (lint, structure, coverage, schema, unique IDs)"
echo " • Full test suite with coverage"
echo ""
echo "💡 To bypass the hook (not recommended), use: git commit --no-verify"
echo "⚠️ IMPORTANT: These checks mirror CI - fix failures before committing"
echo " The PR will fail CI if these checks don't pass"
echo ""
1 change: 1 addition & 0 deletions .specallowlist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ test-project/pyproject.toml
pyproject.toml
uv.lock
.specallowlist
.specignore

# DSL type definitions
.spec-types/**/*.yaml
Expand Down
19 changes: 19 additions & 0 deletions .specignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Example specification documents used to demonstrate schema capabilities
# These are not production specs and don't require test coverage

# Vision examples
specs/vision/VIS-001.md

# Job examples
specs/jobs/JOB-004.md

# Requirement examples
specs/requirements/REQ-006.md

# Solution Architecture examples
specs/architecture/solutions/SOL-001.md

# Implementation Design examples
specs/design/IMP-001.md

# Note: TN-001 moved to docs/analysis/ as it's an analysis document rather than a specification
Loading
Loading