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
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
/crates/mimir-core/src/canonical.rs @AlainDor
/crates/mimir-core/src/dag.rs @AlainDor

# Release pipeline + CI workflows — load-bearing for supply-chain safety
# once the release pipeline lands (per docs/planning/.../Phase 1.5).
# Release pipeline + CI workflows — load-bearing for supply-chain safety.
/.github/workflows/ @AlainDor
/Cargo.toml @AlainDor
/Cargo.lock @AlainDor
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Release
# 1. push of a `v*` tag -> full release flow, real publish if tag is non-prerelease
# 2. workflow_dispatch -> dry-run by default; flip `real_publish` to actually publish
#
# Phase 1.5 of `docs/planning/2026-04-19-roadmap-to-prime-time.md`.
# This workflow is end-to-end runnable today (dry-run). Tag pushes must build
# binaries and draft the GitHub Release before crates are published; manual
# dispatch still exercises the artifact gate without creating a release.
Expand Down
11 changes: 11 additions & 0 deletions .planning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Planning Archive

This hidden archive holds historical project planning notes. These files are provenance for maintainers and agents, not public user documentation.

Use the public docs tree for current user-facing material:

- [`../README.md`](../README.md)
- [`../STATUS.md`](../STATUS.md)
- [`../docs/README.md`](../docs/README.md)
- [`../docs/launch-readiness.md`](../docs/launch-readiness.md)
- [`../docs/launch-posting-plan.md`](../docs/launch-posting-plan.md)
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Functional changes:
Documentation changes:

- `docs/concepts/consensus-quorum.md` added as a draft spec.
- `docs/planning/2026-04-24-current-handoff.md` added as this continuation note.
- `AGENTS.md`, `STATUS.md`, `docs/concepts/README.md`, `docs/concepts/scope-model.md`, and `docs/planning/2026-04-24-multi-agent-memory-control-plane.md` updated to include consensus quorum.
- `docs/planning/2026-04-24-transparent-agent-harness.md` added to capture the `mimir <agent> [agent args...]` launch-boundary agreement, with cross-links from `AGENTS.md`, `STATUS.md`, `scope-model.md`, and the control-plane plan; later updated to record the shipped first scaffold.
- This continuation note was originally added under the public docs planning tree and is now archived under `.planning/planning`.
- `AGENTS.md`, `STATUS.md`, `docs/concepts/README.md`, `docs/concepts/scope-model.md`, and the multi-agent memory control-plane planning note were updated to include consensus quorum.
- The transparent agent harness planning note captured the `mimir <agent> [agent args...]` launch-boundary agreement, with cross-links from `AGENTS.md`, `STATUS.md`, `scope-model.md`, and the control-plane plan; later updated to record the shipped first scaffold.
- `crates/mimir-librarian/README.md` updated for submit/sweep/lifecycle/run usage.

## Verification
Expand Down
9 changes: 5 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
> - If CI is currently disabled (`gh api /repos/buildepicshit/Mimir/actions/permissions` returns `enabled: false`), do not re-enable without asking. The owner-approved exception was 2026-04-27 after adding more Actions usage.
> - Dependabot is set to **monthly** cadence (not weekly) and groups all non-major updates into one PR per ecosystem per cycle, for the same quota reason.

> **Naming history.** Public name `Mimir` (Norse: Mímir, the wise being whose preserved head Odin consulted for counsel). Pre-cutover codename was `engram`; the Mimir cutover happened 2026-04-20 (see [`docs/planning/2026-04-19-roadmap-to-prime-time.md` § Naming + cutover history](docs/planning/2026-04-19-roadmap-to-prime-time.md#naming--cutover-history)). Pre-cutover history lives in the archived `buildepicshit/Engram` repo; this repo's git history starts at the cutover commit. Use `mimir-*` everywhere in new code, prose, env vars, and tool names.
> **Naming history.** Public name `Mimir` (Norse: Mímir, the wise being whose preserved head Odin consulted for counsel). Pre-cutover codename was `engram`; the Mimir cutover happened 2026-04-20 (see [`.planning/planning/2026-04-19-roadmap-to-prime-time.md` § Naming + cutover history](.planning/planning/2026-04-19-roadmap-to-prime-time.md#naming--cutover-history)). Pre-cutover history lives in the archived `buildepicshit/Engram` repo; this repo's git history starts at the cutover commit. Use `mimir-*` everywhere in new code, prose, env vars, and tool names.

## What Mimir Is

Expand Down Expand Up @@ -124,9 +124,10 @@ Mimir is a [BES Studios](https://github.com/buildepicshit) project. Sibling flag
| Architectural invariants | this file |
| Engineering principles & tooling policy | [`PRINCIPLES.md`](PRINCIPLES.md) |
| Design specs | [`docs/concepts/`](docs/concepts/) — 14 authoritative implementation specs plus draft [`scope-model.md`](docs/concepts/scope-model.md) and [`consensus-quorum.md`](docs/concepts/consensus-quorum.md) |
| Multi-agent mandate | [`docs/concepts/scope-model.md`](docs/concepts/scope-model.md), [`docs/concepts/consensus-quorum.md`](docs/concepts/consensus-quorum.md), and [`docs/planning/2026-04-24-multi-agent-memory-control-plane.md`](docs/planning/2026-04-24-multi-agent-memory-control-plane.md) |
| Transparent agent harness | [`docs/planning/2026-04-24-transparent-agent-harness.md`](docs/planning/2026-04-24-transparent-agent-harness.md) |
| Multi-agent mandate | [`docs/concepts/scope-model.md`](docs/concepts/scope-model.md) and [`docs/concepts/consensus-quorum.md`](docs/concepts/consensus-quorum.md) |
| Transparent agent harness | [`README.md`](README.md#running-mimir) and [`docs/first-run.md`](docs/first-run.md) |
| Observability schema | [`docs/observability.md`](docs/observability.md) |
| Prior art attribution | [`docs/attribution.md`](docs/attribution.md) — primary-source verified |
| Roadmap to v1.0 / public launch | [`docs/planning/2026-04-19-roadmap-to-prime-time.md`](docs/planning/2026-04-19-roadmap-to-prime-time.md) |
| Roadmap to v1.0 / public launch | [`STATUS.md`](STATUS.md), [`docs/launch-readiness.md`](docs/launch-readiness.md), and [`docs/launch-posting-plan.md`](docs/launch-posting-plan.md) |
| Experimental measurement | `benchmarks/recovery/` for public benchmark assets; ignored local scratch stays out of the public tree |
| Historical planning archive | [`.planning/planning/`](.planning/planning/) |
Loading