Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
45df9b8
chore: remove mcp.json from version control
Nov 5, 2025
9b80386
fix: correct test paths for new .specfact structure
Nov 5, 2025
3d90710
fix: update .gitignore
Nov 5, 2025
8eaaf55
fix: correct pre-merge check to only flag root-level temporary files
Nov 5, 2025
e4d4082
fix: add conftest.py to fix tools imports in tests
Nov 5, 2025
724cfa8
fix: install specfact-cli from local source in specfact-gate workflow
Nov 5, 2025
32b454d
refactor: combine hatch installation and CLI setup steps
Nov 5, 2025
04f9248
fix: make repro main command the default callback
Nov 5, 2025
9c66d8c
fix: remove invalid -k filter from Python 3.11 compatibility tests
Nov 5, 2025
39aad82
fix: sync __version__ with pyproject.toml (0.4.0)
Nov 5, 2025
1de7648
fix: exclude tests, docs, tools from PyPI package
Nov 5, 2025
b9abff7
docs: fix uvx command syntax in all documentation
Nov 5, 2025
59382c7
Merge branch 'main' into dev
djm81 Nov 5, 2025
00ea545
fix: Contract test directory handling and GitHub Pages legal files (#3)
djm81 Nov 5, 2025
603f8fe
fix: resolve merge conflict in __init__.py
Nov 5, 2025
3206c60
feat: dynamic CrossHair detection, GitHub Action integration, and enf…
djm81 Nov 6, 2025
72b380d
feat: Watch mode and documentation reorganization (v0.5.0) (#6)
djm81 Nov 9, 2025
d7362eb
Merge main into dev: Resolve conflicts for v0.5.0 release
Nov 9, 2025
2997920
Update to repositioning for brownfield first strategy
Nov 15, 2025
4a9de41
Switch to Apache 2 license
Nov 15, 2025
b152211
Fix test failurs
Nov 15, 2025
ec877d0
Merge main into dev: Resolve conflicts keeping brownfield-first posit…
Nov 15, 2025
39ccd4c
Fix tests and linter conflicts
Nov 15, 2025
2f3ba7e
Fix github pages setup
Nov 15, 2025
283379d
Fix pages setup
Nov 15, 2025
d7124bb
Fix pages setup
Nov 16, 2025
4d6e643
fix: remove container build job (no Dockerfile)
Nov 16, 2025
3d9ac5d
fix: resolve merge conflicts in docs/index.md
Nov 16, 2025
4ed45f9
fix: Set index.md permalink to root for GitHub Pages
Nov 16, 2025
495f81a
fix: resolve merge conflict in docs/index.md, keep permalink: /
Nov 16, 2025
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 docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: SpecFact CLI Documentation
description: Brownfield-first CLI for reverse engineering legacy Python code into specs with runtime contract enforcement
permalink: /
---

# SpecFact CLI Documentation
Expand Down
Loading