Move five loose specs into a specs/ folder — the start of a real documentation structure
Why Care?
The Aug 1 documentation push had landed those files at the repo root because
the repo root was the only place that existed. A week of "where does the
new spec go?" later, the answer was clearly:
specs/.This was a five-file move, no content changes. But it's the moment the repo
acquired its first opinion about where things live — a precedent the
later
context-v/specs/ convention inherits and refines.What's New?
specs/directory created at the repo root.- Five existing root-level documents moved into it:
Augment-It Monorepo Vision Specification.mdModule-Federation-with-Docker.mdData Augmentation Workflow with Microfrontends.mdMicro Federation Blueprint.md(Tanuj's original from the starter)Micro Federation Explainer.md(Tanuj's original from the starter)
These eventually migrated to
content/projects/Augment-It/Specs/ in the
Lossless content repo as the parent-monorepo conventions firmed up — but
this is where the structure started in augment-it itself.Backfilled from git history on 2026-05-12. Commit:
46e9320.