error-forge 1.0.0

Pragmatic Rust error-handling framework with stable error metadata, contextual diagnostics, optional async support, and synchronous recovery primitives (retry, circuit-breaker, backoff). Optional #[derive(ModError)], declarative define_errors!, and feature-gated logging / tracing / serde adapters.
Documentation
---
name: Feature request
about: Propose a new feature or API surface
title: "[feature] "
labels: enhancement
assignees: ''
---

## Use case

What problem are you trying to solve? Describe the situation
that prompted the request, not just the desired feature.

## Proposed API

If you have a specific shape in mind, sketch it here. Rust
code blocks are welcome.

```rust
// Proposed API shape
```

## Alternatives considered

What workarounds did you try? Which existing `error-forge`
features did you consider and discard, and why?

## Compatibility

Does the proposal require a breaking change, or is it purely
additive? If breaking, are you proposing it for the next major
release?

## Additional context

Related issues, related crates, prior art.