├── .cursorindexingignore ├── .github └── ISSUE_TEMPLATE │ ├── cloud-bug-feature.md │ └── extension_report.md ├── .specstory └── .gitignore ├── GOOD.md ├── README.md ├── bearclaude └── changelog.md └── install.sh /.cursorindexingignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/.cursorindexingignore -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/cloud-bug-feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/.github/ISSUE_TEMPLATE/cloud-bug-feature.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/extension_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/.github/ISSUE_TEMPLATE/extension_report.md -------------------------------------------------------------------------------- /.specstory/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/.specstory/.gitignore -------------------------------------------------------------------------------- /GOOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/GOOD.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/README.md -------------------------------------------------------------------------------- /bearclaude/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/bearclaude/changelog.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/specstoryai/getspecstory/HEAD/install.sh --------------------------------------------------------------------------------