Skip to content

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holon

🌀 An architecture-driven bootstrapper for creating coherent organizations, repositories, and software ecosystems.

Holon defines versioned repository-class manifests and a deterministic, reversible materialization engine for the Ego Hygiene organization. The current foundation models four repository classes—library, tool, product, and publication—without treating copied template folders as canonical source.

Contract preview

Explore Repository Intelligence components

The component lab proves small, large, stale, blocked, and partially adopted repositories without depending on Relay:

python3 -m http.server 8000

Open http://localhost:8000/examples/repository-intelligence/. The large story contains 640 events grouped into eight epochs and exercises the same virtual window used by consumers.

Render a complete no-JavaScript page from an Observatory repository snapshot:

node packages/repository-intelligence/bin/render-static.mjs \
  --input "repository-intelligence.json" \
  --output "dist/roadmap/index.html" \
  --home-url "/intelligence/"

The renderers accept Identity-compatible semantic tokens, keep collection and query behavior outside the package, and expose a direct DOM mount API plus a custom-element adapter. See docs/repository-intelligence-components.md for the integration boundary.

Validate the foundation

python3 tools/holon_contract.py validate-catalog
python3 tools/react_vite_blueprint.py
python3 tools/launchkit_blueprint.py
python3 tools/repository_presentation_blueprint.py validate-fixtures
python3 tools/site_suite_blueprint.py
for manifest in examples/*.manifest.json; do
  python3 tools/holon_contract.py validate --manifest "${manifest}"
done
python3 -m unittest discover --start-directory tests --pattern "test_*.py" --verbose
node --test tests/javascript/*.test.mjs

Execute the disposable React/Vite consumer proof with the profile's pinned package manager:

corepack_directory="$(mktemp -d)"
corepack prepare "pnpm@11.24.0" --activate
corepack enable --install-directory "$corepack_directory"
PATH="$corepack_directory:$PATH" python3 tools/check_react_vite_fixture.py
PATH="$corepack_directory:$PATH" python3 tools/check_launchkit_fixtures.py
PATH="$corepack_directory:$PATH" python3 tools/check_site_suite_fixtures.py

Resolve a manifest directly when only the contract output is needed:

python3 tools/holon_contract.py resolve \
  --manifest "examples/tool.manifest.json" \
  --output "/tmp/holon-tool.resolved.json"

Plan and materialize a repository

Holon never jumps directly from intent to mutation. First create a dry-run plan. Repositories selecting aether-agents must supply a previously acquired pinned Aether distribution so Holon can verify the manifest pin, release provenance, and provider-projection hashes without fetching a mutable branch.

python3 tools/holon_materialize.py plan \
  --manifest "examples/tool.manifest.json" \
  --target "/tmp/example-tool" \
  --aether-source "/path/to/pinned/aether/dist" \
  --render-source "/path/to/rendered-pack" \
  --output "/tmp/example-tool.plan.json"

Review the plan, then apply exactly that plan with the same immutable inputs:

python3 tools/holon_materialize.py render \
  --plan "/tmp/example-tool.plan.json" \
  --target "/tmp/example-tool" \
  --aether-source "/path/to/pinned/aether/dist" \
  --render-source "/path/to/rendered-pack"

Verify current generated ownership:

python3 tools/holon_materialize.py verify \
  --target "/tmp/example-tool"

Roll back the latest render when generated files have not been edited since the render:

python3 tools/holon_materialize.py rollback \
  --target "/tmp/example-tool"

Holon fails closed around existing and modified files. An unowned target path is a conflict; a managed path whose bytes no longer match recorded SHA-256 state is a conflict; and rollback refuses to erase post-render edits. There is no v1 force-overwrite path.

About

🌀 An architecture-driven bootstrapper for creating coherent organizations, repositories, and software ecosystems.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages