From e927c7908d59184333c58ba61eb3e6c52b0a5a6c Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Wed, 24 Jun 2026 19:41:18 -0700 Subject: [PATCH 1/3] docs: add work-state header section to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9dcb086b..83e8ce84 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,20 @@ > **Architecture:** See [ARCHITECTURE.md](ARCHITECTURE.md) for component architecture. > **Threat model:** See [docs/security/threat-model.md](docs/security/threat-model.md) for the per-component STRIDE analysis. +## Work state + +| Status | Detail | +|---|---| +| Phase | 0 — Governance reset (active) | +| Branch | `main` (release); feature branches per DAG | +| Build | [![CI](https://github.com/KooshaPari/BytePort/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/KooshaPari/BytePort/actions/workflows/ci.yml) | +| Audit | cargo-audit weekly; cargo-deny per deny.toml | +| Coverage | 23-gate verification matrix (Phase 10 target) | +| Next milestone | Phase 1 — Security & reliability floor | + +> This section is refreshed per DAG unit to reflect the current work-state +> of the repository. See `PLAN.md` for the full 173-task DAG. + ## What is this? **BytePort is a self-hosted Infrastructure-as-Code deployment + portfolio platform From 83a4b3f295e219cc9397b494b3a2ef44ed5b17ef Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Thu, 25 Jun 2026 14:36:23 -0700 Subject: [PATCH 2/3] docs: add work-state header to README --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 83e8ce84..42efdfd8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ > human operator. Bug reports and contributions are still welcome, but please > expect AI-generated code, comments, and documentation throughout. +> **Work state:** ACTIVE · **Progress:** `█████████░ 90%` +> > **Pinned references (Phenotype-org)** > - MSRV: see rust-toolchain.toml (Tauri 2 shell) > - cargo-deny config: see deny.toml @@ -44,19 +46,6 @@ > **Architecture:** See [ARCHITECTURE.md](ARCHITECTURE.md) for component architecture. > **Threat model:** See [docs/security/threat-model.md](docs/security/threat-model.md) for the per-component STRIDE analysis. -## Work state - -| Status | Detail | -|---|---| -| Phase | 0 — Governance reset (active) | -| Branch | `main` (release); feature branches per DAG | -| Build | [![CI](https://github.com/KooshaPari/BytePort/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/KooshaPari/BytePort/actions/workflows/ci.yml) | -| Audit | cargo-audit weekly; cargo-deny per deny.toml | -| Coverage | 23-gate verification matrix (Phase 10 target) | -| Next milestone | Phase 1 — Security & reliability floor | - -> This section is refreshed per DAG unit to reflect the current work-state -> of the repository. See `PLAN.md` for the full 173-task DAG. ## What is this? From da2fd9854ba953ba1585ceeb547c835b3b4bcb46 Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Thu, 25 Jun 2026 14:44:55 -0700 Subject: [PATCH 3/3] docs: append A21 audit entry to worklog --- worklog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/worklog.md b/worklog.md index f90ebb85..04c324d0 100644 --- a/worklog.md +++ b/worklog.md @@ -1,5 +1,17 @@ # BytePort Worklog +### 2026-06-25 — A21: Refresh README work-state header + +**docs(A21): add work-state header to README** + +- Inserted `> **Work state:** ACTIVE` blockquote after `` +- Removed verbose `## Work state` section (merged into STATUS.md) +- Branch: `docs/A21-readme-workstate` +- PR: [#246](https://github.com/KooshaPari/BytePort/pull/246) +- Epic: epic_A — Hygiene garden & branch slim + +--- + ## Recent Entries ### %Y->- (HEAD -> main) — GOVERNANCE