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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ infra/terraform.tfvars
.terraform
.terraform*
.langgraph_api
.mcp.json

# Virtual environments
.venv
Expand Down
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Claude pulls these in on demand — load only what the task touches.
- Pipeline contract (CI/CD): @docs/_base/PIPELINE_CONTRACT.md

> Project rules are enforced via `.claude/rules/` (commit-format, branch-naming,
> security-patterns, product-vision, test-requirements, ui-design, versioning,
> output-formatting). Read those first — they are authoritative on detail.
> security-patterns, product-vision, test-requirements, ui-design, shadcn-ui,
> versioning, output-formatting). Read those first — they are authoritative on detail.

## Safety

Expand Down
2 changes: 1 addition & 1 deletion docs/_base/RULES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ForecastLabAI Rules
> Generated by: w7_generating-claudemd skill
> Source of truth: `.claude/rules/` directory (commit-format, branch-naming, security-patterns, product-vision, test-requirements, ui-design, versioning, output-formatting). This file consolidates the constraint matrix; the rule files are authoritative on detail.
> Source of truth: `.claude/rules/` directory (commit-format, branch-naming, security-patterns, product-vision, test-requirements, ui-design, shadcn-ui, versioning, output-formatting). This file consolidates the constraint matrix; the rule files are authoritative on detail.
> Last reviewed: 2026-05-11

## Change Authority Matrix
Expand Down
11 changes: 11 additions & 0 deletions skills-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 1,
"skills": {
"shadcn": {
"source": "shadcn/ui",
"sourceType": "github",
"skillPath": "skills/shadcn/SKILL.md",
"computedHash": "80a6226e78f6d1fe464214ae0ef449d49d8ffaa3e7704f011e9b418c678ad4d1"
}
}
}