stop syncing with TASKS.md
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# Worker SDK (Go) — Task Tracker
|
||||
|
||||
| Task ID | Status | Notes | Updated (UTC) |
|
||||
| --- | --- | --- | --- |
|
||||
| WORKER-GO-32-001 | DONE | Initial Go SDK scaffold with config binding, auth headers, claim/ack client, smoke sample, and unit tests. | 2025-11-17 |
|
||||
| WORKER-GO-32-002 | DONE | Heartbeat/progress helpers, logging hooks, metrics, and jittered retries. | 2025-11-17 |
|
||||
| WORKER-GO-33-001 | DONE | Artifact publish helpers, checksum hashing, metadata payload, idempotency guard. | 2025-11-17 |
|
||||
| WORKER-GO-33-002 | DONE | Error classification/backoff helpers and structured failure reporting. | 2025-11-17 |
|
||||
| WORKER-GO-34-001 | DONE | Backfill range execution helpers, watermark handshake, artifact dedupe verification. | 2025-11-17 |
|
||||
@@ -1,9 +0,0 @@
|
||||
# Worker SDK (Python) — Task Tracker
|
||||
|
||||
| Task ID | Status | Notes | Updated (UTC) |
|
||||
| --- | --- | --- | --- |
|
||||
| WORKER-PY-32-001 | DONE | Async Python SDK scaffold with config/auth headers, claim/ack client, sample worker script, and unit tests using stub transport. | 2025-11-17 |
|
||||
| WORKER-PY-32-002 | DONE | Heartbeat/progress helpers with logging/metrics and cancellation-safe retries. | 2025-11-17 |
|
||||
| WORKER-PY-33-001 | DONE | Artifact publish/idempotency helpers with checksum hashing and storage adapters. | 2025-11-17 |
|
||||
| WORKER-PY-33-002 | DONE | Error classification/backoff helper aligned to orchestrator codes and structured failure reports. | 2025-11-17 |
|
||||
| WORKER-PY-34-001 | DONE | Backfill iteration, watermark handshake, and artifact dedupe verification utilities. | 2025-11-17 |
|
||||
@@ -1,43 +0,0 @@
|
||||
# StellaOps Orchestrator · Sprint 0152-0001-0002 Mirror
|
||||
|
||||
Status mirror for `docs/implplan/SPRINT_0152_0001_0002_orchestrator_ii.md`. Update alongside the sprint file to avoid drift.
|
||||
|
||||
| # | Task ID | Status | Notes |
|
||||
| --- | --- | --- | --- |
|
||||
| 1 | ORCH-SVC-32-002 | DONE | DAG planner + job state machine implemented. |
|
||||
| 2 | ORCH-SVC-32-003 | DONE | Read-only REST APIs with pagination/idempotency. |
|
||||
| 3 | ORCH-SVC-32-004 | DONE | SSE streams, metrics, health probes delivered. |
|
||||
| 4 | ORCH-SVC-32-005 | DONE | Worker claim/heartbeat/progress/complete endpoints live. |
|
||||
| 5 | ORCH-SVC-33-001 | DONE | Sources control-plane validation + Postgres repos. |
|
||||
| 6 | ORCH-SVC-33-002 | DONE | Adaptive rate limiting (token bucket + concurrency + backpressure). |
|
||||
| 7 | ORCH-SVC-33-003 | DONE | Watermark/backfill manager with duplicate suppression. |
|
||||
| 8 | ORCH-SVC-33-004 | DONE | Dead-letter store, replay, notifications. |
|
||||
| 9 | ORCH-SVC-34-001 | DONE | Quotas + SLO burn-rate computation and alerts. |
|
||||
| 10 | ORCH-SVC-34-002 | DONE | Audit log + run ledger export with signed manifest. |
|
||||
| 11 | ORCH-SVC-34-003 | DONE | Perf/scale validation + autoscale/load-shed hooks. |
|
||||
| 12 | ORCH-SVC-34-004 | DONE | GA packaging (Docker/Helm/air-gap bundle/provenance checklist). |
|
||||
| 13 | ORCH-SVC-35-101 | DONE | Export job class registration + quotas and telemetry. |
|
||||
| 14 | ORCH-SVC-36-101 | DONE | Export distribution + retention lifecycle metadata. |
|
||||
| 15 | ORCH-SVC-37-101 | DONE | Scheduled exports, pruning, failure alerting. |
|
||||
|
||||
Last synced: 2025-11-30 (UTC).
|
||||
|
||||
## SPRINT_0339_0001_0001 First Signal API
|
||||
|
||||
Status mirror for `docs/implplan/SPRINT_0339_0001_0001_first_signal_api.md`. Update alongside the sprint file to avoid drift.
|
||||
|
||||
| # | Task ID | Status | Notes |
|
||||
| --- | --- | --- | --- |
|
||||
| 1 | ORCH-TTFS-0339-001 | DONE | First signal API delivered (service/repo/cache/endpoint/ETag/SSE/tests/docs). |
|
||||
|
||||
Last synced: 2025-12-15 (UTC).
|
||||
|
||||
## SPRINT_0341_0001_0001 TTFS Enhancements
|
||||
|
||||
Status mirror for `docs/implplan/SPRINT_0341_0001_0001_ttfs_enhancements.md`. Update alongside the sprint file to avoid drift.
|
||||
|
||||
| # | Task ID | Status | Notes |
|
||||
| --- | --- | --- | --- |
|
||||
| 1 | TTFS-T4 | DONE | Enrich FirstSignal with best-effort failure signature lookup via Scheduler WebService; surfaces `lastKnownOutcome` in API response. |
|
||||
|
||||
Last synced: 2025-12-18 (UTC).
|
||||
@@ -1,27 +0,0 @@
|
||||
# Orchestrator · Sprint Mirrors (0151 / 0152)
|
||||
|
||||
Local status mirror for orchestration sprints to keep doc and code views aligned. Update this alongside the canonical sprint files:
|
||||
- `docs/implplan/SPRINT_0151_0001_0001_orchestrator_i.md`
|
||||
- `docs/implplan/SPRINT_0152_0001_0002_orchestrator_ii.md`
|
||||
|
||||
| Sprint | Task ID | Status | Notes |
|
||||
| --- | --- | --- | --- |
|
||||
| 0151 | ORCH-OAS-61-001 | DONE | Per-service OpenAPI doc with pagination/idempotency/error envelopes. |
|
||||
| 0151 | ORCH-OAS-61-002 | DONE | `/.well-known/openapi` discovery and version metadata. |
|
||||
| 0151 | ORCH-OAS-62-001 | DONE | OpenAPI + SDK smoke tests for pagination and pack-run schedule/retry endpoints. |
|
||||
| 0151 | ORCH-OAS-63-001 | DONE | Deprecation headers/metadata for legacy job endpoints. |
|
||||
| 0151 | ORCH-OBS-50-001 | BLOCKED | Waiting on Telemetry Core (Sprint 0174). |
|
||||
| 0151 | ORCH-OBS-51-001 | BLOCKED | Depends on 50-001 and telemetry schema. |
|
||||
| 0151 | ORCH-OBS-52-001 | BLOCKED | Needs event schema from Sprint 0150.A. |
|
||||
| 0151 | ORCH-OBS-53-001 | BLOCKED | Evidence Locker capsule inputs not frozen. |
|
||||
| 0151 | ORCH-OBS-54-001 | BLOCKED | Provenance attestations depend on 53-001. |
|
||||
| 0151 | ORCH-OBS-55-001 | BLOCKED | Incident-mode hooks depend on 54-001. |
|
||||
| 0151 | ORCH-AIRGAP-56-001 | BLOCKED | Await AirGap staleness contracts (Sprint 0120.A). |
|
||||
| 0151 | ORCH-AIRGAP-56-002 | BLOCKED | Await upstream 56-001. |
|
||||
| 0151 | ORCH-AIRGAP-57-001 | BLOCKED | Await upstream 56-002. |
|
||||
| 0151 | ORCH-AIRGAP-58-001 | BLOCKED | Await upstream 57-001. |
|
||||
| 0151 | ORCH-SVC-32-001 | DONE | Service bootstrap + initial schema/migrations. |
|
||||
| 0151 | ORCH-GAPS-151-016 | DONE | OR1–OR10 gaps: canonical hashes, replay inputs.lock, heartbeat ordering, log/artifact integrity. |
|
||||
| 0152 | ORCH-SVC-32-002…37-101 | DONE | See `src/Orchestrator/StellaOps.Orchestrator/TASKS.md` for per-task detail. |
|
||||
|
||||
Last synced: 2025-12-03 (UTC).
|
||||
Reference in New Issue
Block a user