{"id":49524725,"url":"https://github.com/structural-explainability/se-constitution","last_synced_at":"2026-05-02T02:10:40.159Z","repository":{"id":354298464,"uuid":"1218077375","full_name":"structural-explainability/se-constitution","owner":"structural-explainability","description":"Canonical specification and validation system for Structural Explainability repository classes, dependencies, and constraints.","archived":false,"fork":false,"pushed_at":"2026-04-28T00:11:24.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-28T02:22:30.510Z","etag":null,"topics":["dependency-rules","formal-specification","governance","naming-conventions","python","repository-architecture","schema-validation","specification","structural-explainability","typed-dict"],"latest_commit_sha":null,"homepage":"https://structural-explainability.github.io/se-constitution/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/structural-explainability.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-22T14:06:04.000Z","updated_at":"2026-04-28T00:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/structural-explainability/se-constitution","commit_stats":null,"previous_names":["structural-explainability/se-constitution"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/structural-explainability/se-constitution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structural-explainability%2Fse-constitution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structural-explainability%2Fse-constitution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structural-explainability%2Fse-constitution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structural-explainability%2Fse-constitution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/structural-explainability","download_url":"https://codeload.github.com/structural-explainability/se-constitution/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structural-explainability%2Fse-constitution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dependency-rules","formal-specification","governance","naming-conventions","python","repository-architecture","schema-validation","specification","structural-explainability","typed-dict"],"created_at":"2026-05-02T02:10:39.344Z","updated_at":"2026-05-02T02:10:40.151Z","avatar_url":"https://github.com/structural-explainability.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# se-constitution\n\n[![Docs Site](https://img.shields.io/badge/docs-site-blue?logo=github)](https://structural-explainability.github.io/se-constitution/)\n[![Repo](https://img.shields.io/badge/repo-GitHub-black?logo=github)](https://github.com/structural-explainability/se-constitution)\n[![Python 3.15+](https://img.shields.io/badge/python-3.15%2B-blue?logo=python)](./pyproject.toml)\n[![License](https://img.shields.io/badge/license-MIT-yellow.svg)](./LICENSE)\n\n[![CI](https://github.com/structural-explainability/se-constitution/actions/workflows/ci-python-zensical.yml/badge.svg?branch=main)](https://github.com/structural-explainability/se-constitution/actions/workflows/ci-python-zensical.yml)\n[![Docs](https://github.com/structural-explainability/se-constitution/actions/workflows/deploy-zensical.yml/badge.svg?branch=main)](https://github.com/structural-explainability/se-constitution/actions/workflows/deploy-zensical.yml)\n[![Links](https://github.com/structural-explainability/se-constitution/actions/workflows/links.yml/badge.svg?branch=main)](https://github.com/structural-explainability/se-constitution/actions/workflows/links.yml)\n\n\u003e Structural Explainability Constitution:\n\u003e rules, schemas, and validation for the SE ecosystem.\n\n## Context\n\nse-constitution\n\n- defines rules\n\nse-kernel\n\n- defines primitives those rules depend on\n\nse-admin\n\n- enforces rules across repositories\n\n## Command Reference\n\n\u003cdetails\u003e\n\u003csummary\u003eShow command reference\u003c/summary\u003e\n\n### In a machine terminal\n\nOpen a machine terminal where you want the project:\n\n```shell\ngit clone https://github.com/structural-explainability/se-constitution\n\ncd se-constitution\ncode .\n```\n\n### In a VS Code terminal\n\n```shell\nuv self update\nuv python pin 3.15\nuv sync --extra dev --extra docs --upgrade\n\ngit submodule update --init --recursive\n\nuvx pre-commit install\n\ngit add -A\nuvx pre-commit run --all-files\n# repeat if changes were made\ngit add -A\nuvx pre-commit run --all-files\n\n# run the module\nuv run python -m se_constitution validate\n\n# do chores\nnpx markdownlint-cli \"**/*.md\" --fix\nuv run python -m ruff format .\nuv run python -m ruff check . --fix\nuv run python -m pyright\nuv run python -m pytest\nuv run python -m zensical build\n\n# save progress\ngit add -A\ngit commit -m \"update\"\ngit push -u origin main\n```\n\n\u003c/details\u003e\n\n## Citation\n\n[CITATION.cff](./CITATION.cff)\n\n## License\n\n[LICENSE](./LICENSE)\n\n## Manifest\n\n[SE_MANIFEST.toml](./SE_MANIFEST.toml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructural-explainability%2Fse-constitution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstructural-explainability%2Fse-constitution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructural-explainability%2Fse-constitution/lists"}