commit dc396bb3e6c083a7041573b46c6f863c45356d68 Author: Nathan Date: Wed Dec 17 15:33:32 2025 -0700 init fresh repo diff --git a/.cursorindexingignore b/.cursorindexingignore new file mode 100644 index 0000000..953908e --- /dev/null +++ b/.cursorindexingignore @@ -0,0 +1,3 @@ + +# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references +.specstory/** diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b9c5d17 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sqlite filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9da8fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# SpecStory explanation file +.specstory/.what-is-this.md diff --git a/.specstory/.gitignore b/.specstory/.gitignore new file mode 100644 index 0000000..c5b4129 --- /dev/null +++ b/.specstory/.gitignore @@ -0,0 +1,4 @@ +# SpecStory project identity file +/.project.json +# SpecStory explanation file +/.what-is-this.md