Skip to content

Commit 4e883b4

Browse files
committed
feat/initial commit
1 parent 3a773d3 commit 4e883b4

15 files changed

Lines changed: 10 additions & 3567 deletions

CHANGELOG.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Thank you for your interest in contributing to SpecCursor! This document provide
1414
- [Release Process](#release-process)
1515
- [Support](#support)
1616

17-
## Code of Conduct
18-
19-
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
2017

2118
## Getting Started
2219

@@ -33,8 +30,7 @@ This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDU
3330

3431
1. **Fork and Clone**
3532
```bash
36-
git clone https://github.com/your-username/speccursor.git
37-
cd speccursor
33+
git clone https://github.com/fraware/speccursor.git
3834
```
3935

4036
2. **Install Dependencies**
@@ -355,16 +351,6 @@ pnpm security:audit
355351
- **Examples**: Provide usage examples
356352
- **Changelog**: Keep CHANGELOG.md updated
357353

358-
### Documentation Structure
359-
360-
```
361-
docs/
362-
├── architecture/ # Architecture documentation
363-
├── api/ # API documentation
364-
├── guides/ # User guides
365-
└── examples/ # Code examples
366-
```
367-
368354
## Release Process
369355

370356
### Versioning
@@ -438,4 +424,4 @@ Contributors will be recognized in:
438424
- **Releases**: Release notes
439425
- **Documentation**: Contributor acknowledgments
440426

441-
Thank you for contributing to SpecCursor! 🚀
427+
Thank you for contributing to SpecCursor!

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ SpecCursor is a GitHub App that autonomously upgrades dependencies, patches regr
1616

1717
### Key Features
1818

19-
- 🤖 **AI-Powered Patching**: Uses Claude Sonnet 4 to generate regression patches
20-
- 🔍 **Formal Verification**: Leverages Lean 4.20.0 with Mathlib4 for invariant proofs
21-
- 🔄 **Multi-Ecosystem Support**: Node.js (pnpm), Rust (cargo), Python (pip), Go (go modules), Dockerfile
22-
- 🛡️ **Security First**: Sandboxed execution, comprehensive threat modeling, and security scanning
23-
- 📊 **Observability**: Prometheus metrics, OpenTelemetry tracing, Grafana dashboards
24-
- 🚀 **Production Ready**: AWS infrastructure, CI/CD pipelines, monitoring, and alerting
19+
- **AI-Powered Patching**: Uses Claude Sonnet 4 to generate regression patches
20+
- **Formal Verification**: Leverages Lean 4.20.0 with Mathlib4 for invariant proofs
21+
- **Multi-Ecosystem Support**: Node.js (pnpm), Rust (cargo), Python (pip), Go (go modules), Dockerfile
22+
- **Security First**: Sandboxed execution, comprehensive threat modeling, and security scanning
2523

2624
## Quick Start
2725

@@ -38,8 +36,7 @@ SpecCursor is a GitHub App that autonomously upgrades dependencies, patches regr
3836

3937
```bash
4038
# Clone the repository
41-
git clone https://github.com/speccursor/speccursor.git
42-
cd speccursor
39+
git clone https://github.com/fraware/specursor.git
4340

4441
# Install dependencies
4542
pnpm install
@@ -188,10 +185,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
188185

189186
## Support
190187

191-
- 📖 [Documentation](https://speccursor.dev)
192-
- 🐛 [Issue Tracker](https://github.com/speccursor/speccursor/issues)
193-
- 💬 [Discussions](https://github.com/speccursor/speccursor/discussions)
194-
- 📧 [Email Support](mailto:support@speccursor.dev)
188+
- [Issue Tracker](https://github.com/speccursor/speccursor/issues)
189+
- [Discussions](https://github.com/speccursor/speccursor/discussions)
190+
- [Email Support](mailto:support@speccursor.dev)
195191

196192
## Roadmap
197193

0 commit comments

Comments
 (0)