adhit-r / adhit-r/codecanopy

Roadmap: resumable run manifest and proof-receipt history

Abierto
#6 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Python
Estrellas
0
Forks
1
Merge medio
1 d 16 h
PR fusionados (30 d)
5

Descripción

## Goal

Resume interrupted CodeCanopy work without repeating accepted subtrees or losing the evidence used for parent acceptance.

## Evidence gate

Implement this only after real Recursive Canopy runs show that the current in-session contract loses useful work across interruption or compaction.

## Candidate scope

- A small append-only run manifest with node IDs, states, baselines, dependencies, produced artifacts, checks, and proof receipts.
- Resume validation that rejects stale baselines, dirty path collisions, missing artifacts, or weakened authority.
- Critical-frontier reconstruction from accepted dependencies.
- Explicit invalidation of only affected descendants.
- Human-readable inspection without a database or dashboard.

## Non-goals

- No daemon, telemetry platform, distributed queue, or hosted control plane.
- No automatic trust of old checks after source or dependency drift.
- No storage of credentials or full conversation transcripts.

## Acceptance

A stopped sample run resumes from the smallest valid frontier, accepted unrelated nodes remain accepted, and root verification still runs on the final integrated state.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.