Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 0 additions & 125 deletions OPSLE_EXTRACTION_MAP.md

This file was deleted.

15 changes: 6 additions & 9 deletions OPSLE_PUBLIC_ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,18 @@ github.com/opsle
├── research
├── concept repositories
├── gearbox ← CURRENT public narrow prototype
├── gearbox ← public narrow prototype
├── site
└── tasks ← FUTURE migration, not current
└── tasks ← current integrated reference implementation
tasks.opsle.com ← FUTURE canonical host, not current
tasks.opsle.com ← current operator host
```

The active repository remains `sneakocom/taslos-tasks`; the active path remains
`apps/taslos-tasks`. Gearbox provenance points to that source, but the active
product does not depend on the public research runtime.
The active repository is `opsle/tasks`. The product does not depend on the
public research runtime.

Opsle Research → independent primitives/experiments → future integration where supported → Opsle Tasks → working integrated reference implementation. The product should prove ideas together, not be their only home.

The intended dependency direction is public Opsle mechanisms and protocols →
future Opsle Tasks and other products through versioned adapters. Private Taslos
Tasks implementation complexity is historical provenance and feasibility
evidence, not the canonical home for general mechanisms.
Opsle Tasks and other products through versioned adapters.
61 changes: 0 additions & 61 deletions OPSLE_TASKS_MIGRATION_PLAN.md

This file was deleted.

2 changes: 1 addition & 1 deletion PROGRAM_STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Full generated priority view: `program/PRIORITY.md`.
| Lane | Objective | Repositories | Entry gate |
|---|---|---|---|
| **NOW** | Finish Durable Supervisor v0.1 as a bounded measured system, then freeze feature work. | `durable-supervisor`, `research` | Current program lane. |
| **NEXT** | Use Opsle Tasks as the primary real-world workload and collect integrated measurements without performing the deferred Taslos-to-Opsle migration. | `gearbox`, `context-firewall`, `decision-evidence-protocol`, `agent-trajectory-profiler`, `affected-verification` | Durable Supervisor v0.1 is declared and feature-frozen. |
| **NEXT** | Use Opsle Tasks as the primary real-world workload and collect integrated measurements from the current implementation. | `gearbox`, `context-firewall`, `decision-evidence-protocol`, `agent-trajectory-profiler`, `affected-verification` | Durable Supervisor v0.1 is declared and feature-frozen. |
| **THEN** | Advance an individual concept only when Durable Supervisor or Opsle Tasks evidence demonstrates a concrete need. | `semantic-edit-protocol`, `event-driven-agent-wakeup`, `agent-state-ledger`, `agent-scheduler-runtime`, `verifiable-agent-handoff`, `agent-routing-policy`, `agent-resource-claims`, `agent-discovery-control`, `agent-execution-authorization`, `controlled-agent-acceptance`, `agent-recovery-policy`, `ephemeral-agent-workers` | A qualifying work-item reason and real workload evidence identify the smallest relevant concept boundary. |
| **LATER** | Run controlled experiments, freeze a real-workload benchmark corpus, seek independent replication, and only then consider public product and research-site releases. | `site` | NOW, NEXT, and evidence-triggered THEN work establish a defensible need and release prerequisites are separately authorized. |
| **PARKED** | Retain useful non-priority ideas without turning them into active work. | `.github` | The idea is useful but lacks a qualifying reason to compete with the current objective. |
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Important mechanisms should remain understandable, falsifiable, benchmarkable, r
- [METHODOLOGY.md](METHODOLOGY.md) — evidence and experiment rules.
- [MATURITY.md](MATURITY.md) — legacy bootstrap maturity labels.
- [ARCHITECTURE.md](ARCHITECTURE.md) — cross-repository system map.
- [OPSLE_EXTRACTION_MAP.md](OPSLE_EXTRACTION_MAP.md) — read-only source audit and provenance.
- [OPEN_QUESTIONS.md](OPEN_QUESTIONS.md) — what remains unanswered.
- [OPSLE_SITE_PLAN.md](OPSLE_SITE_PLAN.md) — future opsle.com content architecture.

Expand All @@ -54,10 +53,9 @@ dashboard and priority view with `python3 tools/render_program_status.py`.

## Product relationship

Opsle Tasks is the future public name of the integrated reference implementation currently under active development as Taslos Tasks. Its repository transfer, runtime rename, publication, and hosting migration are intentionally deferred.

The public Gearbox core was adapted with exact provenance from Taslos Tasks, but
the active product has no runtime dependency edge on the public repositories.
Opsle Tasks is the current integrated reference implementation in
`opsle/tasks`. Its control plane and project execution targets are independently
deployed and do not depend on this research repository at runtime.

## Integrity

Expand Down
10 changes: 3 additions & 7 deletions program/PRIORITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Park by default:
| Lane | Objective | Repositories | Entry gate |
|---|---|---|---|
| **NOW** | Finish Durable Supervisor v0.1 as a bounded measured system, then freeze feature work. | `durable-supervisor`, `research` | Current program lane. |
| **NEXT** | Use Opsle Tasks as the primary real-world workload and collect integrated measurements without performing the deferred Taslos-to-Opsle migration. | `gearbox`, `context-firewall`, `decision-evidence-protocol`, `agent-trajectory-profiler`, `affected-verification` | Durable Supervisor v0.1 is declared and feature-frozen. |
| **NEXT** | Use Opsle Tasks as the primary real-world workload and collect integrated measurements from the current implementation. | `gearbox`, `context-firewall`, `decision-evidence-protocol`, `agent-trajectory-profiler`, `affected-verification` | Durable Supervisor v0.1 is declared and feature-frozen. |
| **THEN** | Advance an individual concept only when Durable Supervisor or Opsle Tasks evidence demonstrates a concrete need. | `semantic-edit-protocol`, `event-driven-agent-wakeup`, `agent-state-ledger`, `agent-scheduler-runtime`, `verifiable-agent-handoff`, `agent-routing-policy`, `agent-resource-claims`, `agent-discovery-control`, `agent-execution-authorization`, `controlled-agent-acceptance`, `agent-recovery-policy`, `ephemeral-agent-workers` | A qualifying work-item reason and real workload evidence identify the smallest relevant concept boundary. |
| **LATER** | Run controlled experiments, freeze a real-workload benchmark corpus, seek independent replication, and only then consider public product and research-site releases. | `site` | NOW, NEXT, and evidence-triggered THEN work establish a defensible need and release prerequisites are separately authorized. |
| **PARKED** | Retain useful non-priority ideas without turning them into active work. | `.github` | The idea is useful but lacks a qualifying reason to compete with the current objective. |
Expand All @@ -45,7 +45,7 @@ Entry: Current program lane.

Exit: Every Durable Supervisor v0.1 stopping criterion is satisfied and the release is explicitly declared and frozen.

### NEXT — Use Opsle Tasks as the primary real-world workload and collect integrated measurements without performing the deferred Taslos-to-Opsle migration.
### NEXT — Use Opsle Tasks as the primary real-world workload and collect integrated measurements from the current implementation.

Entry: Durable Supervisor v0.1 is declared and feature-frozen.

Expand Down Expand Up @@ -88,16 +88,12 @@ Verified main: `1b5ab7631ba651a32592bbbdab8001865a3baf3d`. Runtime: `PAUSED_NO_A

## Opsle Tasks boundary

Opsle Tasks is the NEXT primary real-world workload after Durable Supervisor v0.1. Its current repository remains `sneakocom/taslos-tasks`.
Opsle Tasks is the NEXT primary real-world workload after Durable Supervisor v0.1. Its current repository remains `opsle/tasks`.

Measure: Gearbox, Context Firewall, Decision Evidence Protocol, Agent Trajectory Profiler, Affected Verification.

Without separate authorization, do not:

- move apps/taslos-tasks
- transfer sneakocom/taslos-tasks
- rename production services
- change schemas merely for rebranding
- public release
- DNS or TLS changes
- launch provider work
Expand Down
Loading