Metadata-Version: 2.4
Name: stacksense-core
Version: 0.1.1
Summary: StackSense - Developer-first Reliability Intelligence Engine for CI, Logs, and Deployment Risk Detection
Author-email: StackSense <founder@stacksense.dev>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Stack-Sense/stacksense-engine
Project-URL: Source, https://github.com/Stack-Sense/stacksense-engine
Project-URL: Issues, https://github.com/Stack-Sense/stacksense-engine/issues
Keywords: ci,devops,error-analysis,observability,reliability,deployment,logs,incident-detection,deployment-guard
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0

# StackSense

**StackSense** is a developer-first Reliability Intelligence Engine for CI/CD pipelines, logs, and deployment risk detection.

It analyzes error signals across application code, infrastructure, and CI logs to determine whether a deployment should proceed or be blocked.

---

## Why StackSense?

Modern teams face:

- Noisy CI failures
- Silent deployment risks
- Copy-pasting errors into AI tools
- Unactionable alert noise
- Lack of deployment risk scoring

StackSense fills the gap between:

- Monitoring tools (Datadog, New Relic)
- Error trackers (Sentry)
- CI systems (GitHub Actions, GitLab CI)

It provides **deterministic deployment intelligence**, not just logs.

---

## Installation

```bash
pip install stacksense
