Skip to main content

SOURCES — BASE Docs Source Manifest

Generated by Foundation Task T1. This manifest pins every source repository used to author the BASE Mintlify documentation. All clones are FRESH from github.com/BaseIntelligence/*. SHAs are exact git rev-parse HEAD values captured at clone time.

SOURCE-PRECEDENCE RULE

base is the CANONICAL subnet repository. There is NO baseintelligence/platform repo. When sources conflict, base wins. Every API/CLI/config detail in the docs MUST trace to a source file path:line in one of these cloned repos, or be omitted (cite-or-omit).

Workspace Layout

  • Docs deliverable repo (the one we write): /projects/baseintelligence/docs
  • Read-only reference clones: /projects/baseintelligence/sources/<name>

Repositories

docs — Documentation deliverable repo (THIS repo)

  • GitHub URL: https://github.com/BaseIntelligence/docs
  • Clone path: /projects/baseintelligence/docs
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: c69815515d1df3123e618b1fa3b708e8cadce224
  • GitHub description: (none set)
  • Contents: The Mintlify documentation site for BASE (currently the Mintlify Starter Kit template — docs.json, index.mdx, quickstart.mdx, logo/, favicon.svg). This is the deliverable repo all docs work targets.

base — CANONICAL subnet repository

  • GitHub URL: https://github.com/BaseIntelligence/base
  • Clone path: /projects/baseintelligence/sources/base
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: e33109bfa4f5054928c3b4d429be9cf35d36b166
  • GitHub description: [🧠] Platform is a Bittensor subnet enabling decentralized collaborative AI research through multiple challenges, each focused on a specific objective where miners compete and contribute innovative code.
  • Contents: The canonical Bittensor subnet codebase. Python package platform_network (src/platform_network/) holds validator, miner auth, weight-setting, CLI app, config/settings, schemas, bittensor integration, alembic migrations, and deploy/ swarm configs. Per the precedence rule, this repo wins all conflicts.

agent-challenge

  • GitHub URL: https://github.com/BaseIntelligence/agent-challenge
  • Clone path: /projects/baseintelligence/sources/agent-challenge
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: 02eeefe24694d7493cf1b7d8c4db17ec25375a43
  • GitHub description: [🖥️] agent challenge is a Platform challenge where developers run and monetize terminal-based AI agents, evaluated in isolated environments and rewarded through competitive performance.
  • Contents: The “agent challenge” — terminal-based AI agents run/monetized and evaluated in isolated environments.

prism

  • GitHub URL: https://github.com/BaseIntelligence/prism
  • Clone path: /projects/baseintelligence/sources/prism
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: 6f3e1fb8a5ad5d8ed007334039a85a3168792c61
  • GitHub description: [🔬] PRISM is a Platform challenge for decentralized neural architecture search, where miners submit architectures and training recipes to discover scalable AI improvements through competitive evaluation.
  • Contents: PRISM challenge — decentralized neural architecture search; miners submit architectures + training recipes for competitive evaluation.

baseagent

  • GitHub URL: https://github.com/BaseIntelligence/baseagent
  • Clone path: /projects/baseintelligence/sources/baseagent
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: fb98d498f582d8a961b55c3aee535be09648cc51
  • GitHub description: (none set)
  • Contents: BaseAgent — a high-performance autonomous agent for the Term Challenge (per README), using the DeepSeek API. Holds agent.py, src/, rules/, docs/, pyproject.toml.

bounty-challenge

  • GitHub URL: https://github.com/BaseIntelligence/bounty-challenge
  • Clone path: /projects/baseintelligence/sources/bounty-challenge
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: 0273be8d47ba32caf48d4a6543a1fd5c34bb685d
  • GitHub description: [🤝] bounty-challenge incentivizes bug discovery and software improvement through community-driven reports and suggestions, with rewards based on impact and quality.
  • Contents: bounty-challenge — incentivizes bug discovery + software improvement via community reports (stub/early-stage repo).

data-fabrication

  • GitHub URL: https://github.com/BaseIntelligence/data-fabrication
  • Clone path: /projects/baseintelligence/sources/data-fabrication
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: b7097d7657a13c36fb4577ea27f8520d1174c8bf
  • GitHub description: [🛢️] data-fabrication is a challenge project from the Platform subnet, where developers are incentivized to create diverse and high-performance datasets. Datasets are evaluated in isolated environments, rewarded based on quality and utility, and continuously improved through encrypted and competitive collaboration.
  • Contents: data-fabrication challenge — developers incentivized to create diverse high-performance datasets, evaluated in isolated environments (stub/early-stage repo).

Agent-SWE

  • GitHub URL: https://github.com/BaseIntelligence/Agent-SWE
  • Clone path: /projects/baseintelligence/sources/Agent-SWE
  • Visibility: PUBLIC
  • Default branch: main
  • Pinned commit SHA: a8df82aa2292988c22ecaa9a114c187bc61bb94e
  • GitHub description: [🤖] Agent-SWE is a Platform tool for generating real-code software engineering benchmarks, exporting reproducible task workspaces, and evaluating agent patches with deterministic fail-to-pass tests.
  • Contents: Agent-SWE — tool for generating real-code SWE benchmarks, exporting reproducible task workspaces, and evaluating agent patches with deterministic fail-to-pass tests.

Clone Failures

None. All 8 repositories (1 docs deliverable + 7 references) cloned successfully and are PUBLIC.

Verified Facts (cite-or-omit anchors)

  • netuid = 100 is confirmed in source (not just repo descriptions):
    • sources/base/src/platform_network/config/settings.py:12netuid: int = 100 (inside class NetworkSettings)
    • Corroborated by: sources/base/config/validator.example.yaml:3, sources/base/config/master.example.yaml:3, sources/base/deploy/swarm/submitter/submitter.yaml:29 (with comment at :21 “replicates the live validator EXACTLY (netuid 100, …)”), sources/base/deploy/swarm/master.yaml:7.
  • Internal package name is platform_network and the network name defaults to "platform" (sources/base/src/platform_network/config/settings.py:11). This is an internal/code name — the canonical PUBLIC repo is base; there is NO baseintelligence/platform repo.

Manifest pinned by Task T1. Do not edit SHAs without re-cloning.