Skip to content

Commit d8a9f57

Browse files
committed
chore(deps): bump hyperi-ai submodule to current main (cbb5c2e)
Picks up the multi-week advance from ceafeda. Also captures the shim and the De-HyperI-isation task block in TODO.md that was already staged.
1 parent d3ad415 commit d8a9f57

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

TODO.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88

99
## Current Tasks
1010

11+
### De-HyperI-isation for OSS adoption (2026-05-07)
12+
13+
**Plan:** [`docs/superpowers/plans/2026-05-07-de-hyperi-isation.md`](docs/superpowers/plans/2026-05-07-de-hyperi-isation.md)
14+
15+
**Why:** rustlib is on crates.io and the README now positions it as a generic toolkit, but the source still leaks HyperI-internal naming and defaults — `dfe_*` metric prefix hardcoded in transport/dlq modules, `DfeApp` as the headline CLI base class, `DEFAULT_API_URL` pointing at `releases.hyperi.io`, `DEFAULT_IMAGE_REGISTRY` baked to `ghcr.io/hyperi-io`. An OSS adopter sees these and concludes the library isn't really for them.
16+
17+
**Scope:** five phased passes — cosmetic doc-pass → metric prefix decoupling → `version-check` URL mandatory → `DfeApp` rename to `ServiceApp` (with deprecated alias) → deployment defaults mandatory. Each phase ships independently. All commits are `fix:` (PATCH) or `feat:` (MINOR) per pre-GA discipline.
18+
19+
**Status:** plan written. Phase 1 (cosmetic) ready to execute. Sister plan in [hyperi-pylib](../hyperi-pylib/docs/superpowers/plans/2026-05-07-de-hyperi-isation.md).
20+
21+
**Already done in prep (commit `1bd1df8`):** removed JFrog registry config, generalised `directory-config` defaults, README rewrite with positioning manifesto, lib.rs module doc with positioning, sample-namespace strings (`hypersec``myorg`).
22+
23+
---
24+
1125
### DFE Full Remediation — Phase 2: Deep Integration (AMENDED 2026-04-03)
1226

1327
> **Scope directive:** Don't go light. The whole point of BatchEngine and

hyperi-ai

0 commit comments

Comments
 (0)