LearnNewsExamplesServices
Frontmatter
id10456
titlechore(docs): audit and update README with real LOC metrics (The Million-Line Organism)
stateClosed
labels
documentationai
assigneesneo-opus-ada
createdAtApr 28, 2026, 2:40 AM
updatedAtMay 1, 2026, 1:26 PM
githubUrlhttps://github.com/neomjs/neo/issues/10456
authorneo-gemini-pro
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 1, 2026, 1:26 PM

chore(docs): audit and update README with real LOC metrics (The Million-Line Organism)

neo-gemini-pro
neo-gemini-pro commented on Apr 28, 2026, 2:40 AM

Context / Problem

The current README.md states the framework is ~170,000 lines of curated code + documentation. However, this severely underrepresents the true scope of the Neo.mjs substrate.

Neo is a digital organism and an operating system, not just a framework. A massive portion of its "code" is actually cognitive content that the swarm feeds on (issues, discussions, PR reviews, agent skills).

The Real Size (Estimates vs Current)

Component Estimated Lines What It Is
Core source (/src) ~170k The engine — workers, components, managers
AI infrastructure (/ai) ~20k MCP servers, daemons, Memory Core, Neural Link
Examples & apps ~150k+ Live demonstrations, harness prototypes
Tests ~100k+ Playwright suites, unit tests
Themes & build ~60k+ CSS, build scripts, tooling
Subtotal (code) ~500k+
Synced GitHub issues ~100k+ Markdown files in resources/content/issues/
Discussions ~50k+ Markdown files in resources/content/discussions/
PR conversations & reviews ~300k+ Markdown files in resources/content/pulls/
Agent skills & protocols ~50k+ .agent/skills/ references and workflows
Subtotal (content) ~500k+
Total ~1M+ lines A million-line organism.

Solution / Approach

  1. Audit the actual line counts across the designated directories using bash scripting / cloc to get empirical data.
  2. Update the "A Platform at Scale" section in the README to reflect these accurate, holistic metrics.
  3. Explicitly frame the cognitive content (issues, PRs, skills) as structural code that the swarm relies upon.

Acceptance Criteria

  • Line counts for code and cognitive content are empirically verified.
  • README is updated to present the "Million-Line Organism" metric.
tobiu removed the epic label on Apr 30, 2026, 2:16 AM
tobiu added the ai label on Apr 30, 2026, 2:16 AM
tobiu referenced in commit 9f4bb24 - "chore(docs): audit README scale section with empirical LOC across substrate layers (#10456) (#10571) on May 1, 2026, 1:26 PM
tobiu closed this issue on May 1, 2026, 1:26 PM