> ## Documentation Index
> Fetch the complete documentation index at: https://solo-09d10f60.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Promising Signals Export

> Public framing for bounded useful Enoch signals that are not paper-corpus artifacts.

# Promising signals export

The [Enoch promising signals repository](https://github.com/alias8818/enoch-promising-signals) preserves bounded useful or scale-blocked research signals that should not be treated as paper-corpus outputs.

For current runtime source-of-truth details, see the [Current Runtime Snapshot](/current-runtime-snapshot).

## What it is

Promising signals are generated records for Enoch runs with deterministic control-plane statuses such as `useful_signal`, `promising_if_scaled`, or `compute_scale_blocked`. They preserve small local signals, stopped follow-ups, and larger-compute next-step ideas. They are the safety valve that keeps useful-but-not-paper work visible without inflating the paper corpus or implying external validation.

The current export (v1 schema) contains **6,381 deterministic, contract-clean signals** exported from the Enoch control plane.

Use the generated manifest for the current status breakdown and curation buckets. Counts change as the control plane exports new bounded signals; the release validator checks that public docs, schema validation, and trust-surface validation stay in sync with the generated repository.

Start with the generated [ranked index](https://github.com/alias8818/enoch-promising-signals/blob/main/signals/ranked-index.md). The machine-readable source of truth is [`data/signals.jsonl`](https://github.com/alias8818/enoch-promising-signals/blob/main/data/signals.jsonl), ranking metadata is in [`data/ranking.json`](https://github.com/alias8818/enoch-promising-signals/blob/main/data/ranking.json), and count/status accounting is in [`data/manifest.json`](https://github.com/alias8818/enoch-promising-signals/blob/main/data/manifest.json).

Ranking is deterministic. Bucket labels and scores are derived only from exported fields: evidence strength, hypothesis status, source lineage, compute-scale status, follow-up metadata/depth, and local evidence artifact references. No LLM review or manual judgment is accepted as ranking truth.

## What it is not

These entries are not validated papers, not peer reviewed, not publication-positive, and not part of the public paper corpus. They are preservation records for future inspection or larger-compute follow-up. Public evidence has not been copied for these records (`public_evidence_copied: false` in all records).

## Public release rule

Public linking is allowed only when the generated JSONL, schema validator, public trust validator, and release-bundle validation pass. A promising signal can become a paper only through a separate future run that independently satisfies the paper-positive publication gate and the [quality-floor contract](/concepts/quality-floor).

## Regeneration

The exporter lives in the system repo:

```bash theme={null}
python3 scripts/export_promising_signals.py --output-repo ../enoch-promising-signals --clean-only
python3 scripts/export_promising_signals.py --output-repo ../enoch-promising-signals --validate-output-repo
```

Validate the generated repository with:

```bash theme={null}
python3 scripts/validate.py
python3 scripts/validate_public_trust_surfaces.py
```
