docs: split REPOSITORY_STATE.md into topic files #18
Reference in New Issue
Block a user
Delete Branch "docs/split-repository-state"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Split the monolithic
docs/REPOSITORY_STATE.mdinto four focused topic files for easier navigation and independent updates.Changes
Deleted:
docs/REPOSITORY_STATE.md(215 lines) -- replaced entirely by the four files belowCreated:
docs/OVERVIEW.md-- lightweight index with metadata, submodule table, and doc linksdocs/ARCHITECTURE.md-- bootstrap flow diagram and source layout treedocs/COMPONENTS.md-- ztools (9 commands), Origin commands (5 C++), Silo workbench (14 commands), theme, icon infrastructuredocs/KNOWN_ISSUES.md-- bugs, incomplete features, and next stepsContent updates (vs old REPOSITORY_STATE.md)
These docs were stale as of
0ef9ffcf51(2026-02-03). Updated to reflect HEAD atc858706d480:Silo_Auth)e32c9cd->5d1988b17a10ab->27e112eMotivation
A single monolithic doc was hard to navigate and update. Topic files let each area be updated independently without merge conflicts, and the index in OVERVIEW.md provides a clear entry point.
No code changes.