hi.d

Tooling & practices roadmap

What is left to do on hi.d, in two halves:

Nothing is wired up until its checkbox is ticked. Entries that are finished, and questions that have been decided against, are deleted rather than kept here: git history is the ledger, and this file is only what is left to do.

Contents

In-repo code work

Release & packaging

Tooling

Testing & CI

Demos

Outside this repo

Secrets & keys

Two keypairs. The in-repo half of both is written and tested — CI consumes each secret the moment it exists and says so loudly when it doesn’t. What’s left is generating the key and pasting it in.

Release channels

Both jobs are written and behind the release gate; what’s left in each is human — an account, a key, and (once) a real machine or a real box to run the gate namcap needs. The full walkthrough (commands, what a clean run prints, what’s already been verified) is PACKAGING.md’s Publishing each channel section — these two entries are just the remaining human steps and their tick conditions.

Repo settings and first runs

Each of these waits on something outside the checkout — a toggle in the repo’s settings, or a decision — which is why they sit here rather than in the in-repo half: no file here can close one.

Docs & submissions