Code vault
The repo is the implementation authority.
- Public pages under
docs/ - Assistant/backend routes in
scripts/aetherbrowser/ - Dispatch and system scripts under
scripts/system/
The site is not just a homepage. It is a loop that connects the repo, the notes vault, the grounded assistant, training capture, public research surfaces, and agent lanes. The point is to keep the public surface readable while the backend system stays rigorous and reusable.
Repo-owned public pages, API routes, dispatch spine, and evidence-aware scripts.
Notes, prompts, planning packets, and canonical language that feed retrieval and writing.
Public page surfaces, grounded assistant, source packet rendering, and zero-cost-first delivery. This is the user-facing layer that should stay readable even when the backend system is much deeper.
Interaction logs and reviewed data packets for model improvement without blind auto-training.
Benchmark pages, article outputs, HYDRA browse evidence, and dispatchable website work packets.
The site gets messy when one layer tries to do every job. The fix is to keep each zone narrow and make the connections explicit.
The repo is the implementation authority.
docs/scripts/aetherbrowser/scripts/system/Notes hold the raw ideas before they become public claims.
Readable, evidence-first pages for humans.
Interactions become training only after review.
The assistant should retrieve first and cite before it improvises.
notes/ and docs/The site needs clean places for what is proven and what is still exploratory.
Website work should be packetized so it can be repeated or delegated safely.
This is the bounded version of the bigger dream: one assistant, one evidence loop, one training loop, and then expand.
A public question, demo interaction, or client task hits the site.
The system retrieves from local notes and docs before it routes to a model.
The interaction is logged, reviewed, and only then promoted toward training data.
Better answers, cleaner pages, and stronger research packets feed the next article and product surface.
The site can plug into HYDRA and the dispatch spine, but only through bounded lanes. The website should not become a dumping ground for uncontrolled automation.
Use the docs/research/demo routes as the mutable public surface.
Use the grounded assistant backend and source rendering before adding more tools or autonomy.
Use deterministic browse evidence for reference scans and competitive comparisons.