Skip to content

Add design doc, restructure project docs#16

Merged
rongou merged 8 commits into
mainfrom
add-engineering-design-doc
Mar 1, 2026
Merged

Add design doc, restructure project docs#16
rongou merged 8 commits into
mainfrom
add-engineering-design-doc

Conversation

@rongou
Copy link
Copy Markdown
Contributor

@rongou rongou commented Mar 1, 2026

Summary

  • Add docs/design-doc.md — engineering architecture doc covering Analyze → Generate → Serve pipeline, data model, maintenance loop, CLI design, open questions
  • Move VISION.md to docs/vision.md
  • Rewrite README.md as the project constitution: current state, repo layout, conventions, commands
  • Update HUMANS.md to reflect current project direction and link to new docs
  • Add CLAUDE.md, AGENTS.md, GEMINI.md as symlinks to README.md — one constitution, multiple entry points

Test plan

  • CI passes (no code changes, only docs)
  • Symlinks resolve correctly on clone
  • All cross-references between docs are valid

rongou added 6 commits March 1, 2026 12:14
Translates the theoretical design (renormalization/physics framing) into
concrete engineering terms: data structures, algorithms, APIs, and
implementation details. Self-contained for engineers who haven't read
the companion papers.
Retains load-bearing theoretical concepts (entanglement structure,
boundary-based maintenance) explained in engineering-accessible language.
Tighter overall: 281 lines vs 683, with better motivation ("Why This
Design Works"), dual serve examples, and merged CLI/build phases.
Eat our own dogfood: README now serves as the Tier 1 constitution for
agents working on this repo. Contains current state, repo layout,
conventions, commands, and routing to the design doc and vision doc.
Describes what Aiome actually does (multi-scale knowledge infrastructure),
links to the design doc and vision doc, keeps the honest current state.
One constitution, multiple entry points. Dogfooding the design doc's
"same knowledge, multiple delivery formats" principle.
Copilot AI review requested due to automatic review settings March 1, 2026 21:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restructures and expands the project documentation to establish a single “project constitution” (README) and add a design/vision narrative for the intended Analyze → Generate → Serve architecture.

Changes:

  • Added new docs: a detailed architecture design doc and a “vision & foundations” doc.
  • Rewrote README.md to serve as the canonical constitution (current state, layout, conventions, commands, next steps).
  • Updated HUMANS.md and added additional entry-point files intended to point users/agents at the canonical README.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/vision.md Adds the project’s vision/foundational concepts (BRAIN pattern, stigmergy, scaffolding).
docs/design-doc.md Adds a comprehensive architecture/design document for the intended pipeline and CLI.
README.md Rewrites README as the canonical constitution: current state, repo layout, conventions, commands, roadmap.
HUMANS.md Updates the human-oriented overview and links to the new docs.
CLAUDE.md Adds an agent entry-point file intended to direct to the canonical README.
AGENTS.md Adds an agent entry-point file intended to direct to the canonical README.
GEMINI.md Adds an agent entry-point file intended to direct to the canonical README.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/design-doc.md Outdated
Comment thread README.md
rongou added 2 commits March 1, 2026 13:24
- Add arXiv link for Vasilopoulos (2026) citation in design doc
- Match clippy command in README to CI flags (--all-targets --all-features -D warnings)
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment thread HUMANS.md
@rongou rongou merged commit 730816a into main Mar 1, 2026
8 checks passed
@rongou rongou deleted the add-engineering-design-doc branch March 1, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants