murmurent 2026.9.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- murmurent-2026.9.3/.gitignore +35 -0
- murmurent-2026.9.3/CHANGELOG.md +120 -0
- murmurent-2026.9.3/CLAUDE.md +197 -0
- murmurent-2026.9.3/LICENSE +201 -0
- murmurent-2026.9.3/PKG-INFO +325 -0
- murmurent-2026.9.3/README.md +279 -0
- murmurent-2026.9.3/agents/adversary.md +267 -0
- murmurent-2026.9.3/agents/artist.md +91 -0
- murmurent-2026.9.3/agents/blacksmith.md +98 -0
- murmurent-2026.9.3/agents/bookworm.md +128 -0
- murmurent-2026.9.3/agents/cable_guy.md +423 -0
- murmurent-2026.9.3/agents/centre_cable_guy.md +262 -0
- murmurent-2026.9.3/agents/conscience.md +285 -0
- murmurent-2026.9.3/agents/judge.md +151 -0
- murmurent-2026.9.3/agents/lab_oracle.md +140 -0
- murmurent-2026.9.3/agents/lawyer.md +702 -0
- murmurent-2026.9.3/agents/oracle.md +141 -0
- murmurent-2026.9.3/agents/registrar.md +91 -0
- murmurent-2026.9.3/agents/security_guard.md +131 -0
- murmurent-2026.9.3/agents/teacher.md +338 -0
- murmurent-2026.9.3/docs/agents.md +451 -0
- murmurent-2026.9.3/docs/assembling_choreographies.md +459 -0
- murmurent-2026.9.3/docs/assets/logos/Schulich_horizontal_CMYK.png +0 -0
- murmurent-2026.9.3/docs/assets/logos/lab-logo-hi-res.jpg +0 -0
- murmurent-2026.9.3/docs/assets/logos/western_longWhite.png +0 -0
- murmurent-2026.9.3/docs/centre_guardians.md +115 -0
- murmurent-2026.9.3/docs/centre_overview.md +78 -0
- murmurent-2026.9.3/docs/centre_root_key.md +92 -0
- murmurent-2026.9.3/docs/choreography.md +122 -0
- murmurent-2026.9.3/docs/cli_manual.md +430 -0
- murmurent-2026.9.3/docs/connect_to_hub.md +86 -0
- murmurent-2026.9.3/docs/conscience_persona.md +35 -0
- murmurent-2026.9.3/docs/contributions.md +102 -0
- murmurent-2026.9.3/docs/dashboard.md +91 -0
- murmurent-2026.9.3/docs/diagrams/install_modes.dot +128 -0
- murmurent-2026.9.3/docs/diagrams/install_modes.png +0 -0
- murmurent-2026.9.3/docs/diagrams/install_modes.svg +228 -0
- murmurent-2026.9.3/docs/diagrams/system_map.dot +159 -0
- murmurent-2026.9.3/docs/diagrams/system_map.png +0 -0
- murmurent-2026.9.3/docs/diagrams/system_map.svg +354 -0
- murmurent-2026.9.3/docs/diagrams/teacher_modes.dot +33 -0
- murmurent-2026.9.3/docs/diagrams.md +208 -0
- murmurent-2026.9.3/docs/edid_gap_decisions.md +51 -0
- murmurent-2026.9.3/docs/edid_pdfs/.gitignore +5 -0
- murmurent-2026.9.3/docs/edid_pdfs/README.md +33 -0
- murmurent-2026.9.3/docs/edid_pdfs/traditional_ancient_egyptian_medicine_2021.pdf +0 -0
- murmurent-2026.9.3/docs/edid_pdfs/trc_2015_calls_to_action.pdf +0 -0
- murmurent-2026.9.3/docs/edid_resources.md +466 -0
- murmurent-2026.9.3/docs/figures/teacher_agent_schematic_1.html +454 -0
- murmurent-2026.9.3/docs/figures/teacher_agent_schematic_2.html +219 -0
- murmurent-2026.9.3/docs/figures/teacher_agent_schematic_3.html +454 -0
- murmurent-2026.9.3/docs/getting_started.md +164 -0
- murmurent-2026.9.3/docs/github_setup.md +112 -0
- murmurent-2026.9.3/docs/group_level.md +763 -0
- murmurent-2026.9.3/docs/group_slack_setup.md +143 -0
- murmurent-2026.9.3/docs/guardians.md +132 -0
- murmurent-2026.9.3/docs/hub_setup.md +76 -0
- murmurent-2026.9.3/docs/identity.md +449 -0
- murmurent-2026.9.3/docs/index.md +66 -0
- murmurent-2026.9.3/docs/inventory.md +87 -0
- murmurent-2026.9.3/docs/keyring.md +151 -0
- murmurent-2026.9.3/docs/keyring_deploy.md +115 -0
- murmurent-2026.9.3/docs/lab_mgmt.md +267 -0
- murmurent-2026.9.3/docs/lab_notebook_guide.md +260 -0
- murmurent-2026.9.3/docs/memory.md +359 -0
- murmurent-2026.9.3/docs/murmurent_data.md +78 -0
- murmurent-2026.9.3/docs/murmurent_public/.github/ISSUE_TEMPLATE/config.yml +8 -0
- murmurent-2026.9.3/docs/murmurent_public/README.md +56 -0
- murmurent-2026.9.3/docs/murmurent_public/install-murmurent.sh +137 -0
- murmurent-2026.9.3/docs/murmurent_public/join/directory.tsv +7 -0
- murmurent-2026.9.3/docs/murmurent_public/join/join-form.txt +13 -0
- murmurent-2026.9.3/docs/murmurent_public/join/murmurent-join.sh +215 -0
- murmurent-2026.9.3/docs/obsidian-usage.md +339 -0
- murmurent-2026.9.3/docs/oracle-workflow.md +125 -0
- murmurent-2026.9.3/docs/overview.md +87 -0
- murmurent-2026.9.3/docs/project_inter.md +73 -0
- murmurent-2026.9.3/docs/project_intra.md +106 -0
- murmurent-2026.9.3/docs/ready_vs_projects.md +107 -0
- murmurent-2026.9.3/docs/reconcile.md +80 -0
- murmurent-2026.9.3/docs/remote_dashboard.md +119 -0
- murmurent-2026.9.3/docs/security-dashboard.md +232 -0
- murmurent-2026.9.3/docs/setup.md +380 -0
- murmurent-2026.9.3/docs/slack_cc_integration.md +166 -0
- murmurent-2026.9.3/docs/slack_integration.md +255 -0
- murmurent-2026.9.3/docs/slack_setup.md +157 -0
- murmurent-2026.9.3/docs/style/code-style.md +52 -0
- murmurent-2026.9.3/docs/style/documentation.md +76 -0
- murmurent-2026.9.3/docs/stylesheets/extra.css +71 -0
- murmurent-2026.9.3/docs/vault-setup.md +142 -0
- murmurent-2026.9.3/docs/vault_vignettes/1_save_a_fact.md +85 -0
- murmurent-2026.9.3/docs/vault_vignettes/2_recall_a_fact.md +59 -0
- murmurent-2026.9.3/docs/vault_vignettes/3_frontmatter_and_me.md +58 -0
- murmurent-2026.9.3/docs/vault_vignettes/4_add_a_manuscript.md +71 -0
- murmurent-2026.9.3/docs/vault_vignettes/5_bring_in_a_table.md +75 -0
- murmurent-2026.9.3/docs/vault_vignettes/6_share_with_the_lab.md +63 -0
- murmurent-2026.9.3/docs/vault_vignettes/7_recall_across_tiers.md +73 -0
- murmurent-2026.9.3/docs/vault_vignettes/index.md +39 -0
- murmurent-2026.9.3/docs/versioning.md +76 -0
- murmurent-2026.9.3/docs/vscode-workflow.md +99 -0
- murmurent-2026.9.3/docs/what_mm_creates.md +46 -0
- murmurent-2026.9.3/pyproject.toml +139 -0
- murmurent-2026.9.3/rules/data-storage.md +135 -0
- murmurent-2026.9.3/rules/headline_first.md +73 -0
- murmurent-2026.9.3/rules/oracle_schema.md +111 -0
- murmurent-2026.9.3/rules/project-structure.md +74 -0
- murmurent-2026.9.3/rules/slack.md +29 -0
- murmurent-2026.9.3/scripts/backfill_local_repos.py +121 -0
- murmurent-2026.9.3/scripts/bootstrap.sh +152 -0
- murmurent-2026.9.3/scripts/create_linux_launcher.sh +154 -0
- murmurent-2026.9.3/scripts/create_mac_app.sh +169 -0
- murmurent-2026.9.3/scripts/fake_data.py +221 -0
- murmurent-2026.9.3/scripts/generate_dashboard.py +37 -0
- murmurent-2026.9.3/scripts/identity_smoke.sh +102 -0
- murmurent-2026.9.3/scripts/install_remote.sh +182 -0
- murmurent-2026.9.3/scripts/keyring_check.sh +22 -0
- murmurent-2026.9.3/scripts/lab_sec_dump.sh +465 -0
- murmurent-2026.9.3/scripts/lab_sec_dump.sh.sha256 +1 -0
- murmurent-2026.9.3/scripts/murmurent-dashboard.service +46 -0
- murmurent-2026.9.3/scripts/murmurent_log_agent_event.sh +136 -0
- murmurent-2026.9.3/scripts/murmurent_project_acl.sh +152 -0
- murmurent-2026.9.3/scripts/murmurent_sec_scan.sh +570 -0
- murmurent-2026.9.3/scripts/open_murmurent.sh +140 -0
- murmurent-2026.9.3/scripts/patent_fetch.sh +49 -0
- murmurent-2026.9.3/scripts/render_diagrams.sh +47 -0
- murmurent-2026.9.3/scripts/seed_fake_users.py +223 -0
- murmurent-2026.9.3/scripts/seed_tutorial.py +1046 -0
- murmurent-2026.9.3/scripts/seed_two_labs.py +617 -0
- murmurent-2026.9.3/scripts/setup.sh +266 -0
- murmurent-2026.9.3/scripts/start_workspace.sh +168 -0
- murmurent-2026.9.3/scripts/sudoers.d/murmurent_sec_dump +27 -0
- murmurent-2026.9.3/scripts/sudoers.d/murmurent_sec_dump.sha256 +1 -0
- murmurent-2026.9.3/skills/murmurent-admin/SKILL.md +68 -0
- murmurent-2026.9.3/skills/murmurent-course/SKILL.md +287 -0
- murmurent-2026.9.3/skills/murmurent-onboard/SKILL.md +101 -0
- murmurent-2026.9.3/skills/murmurent-project-push/SKILL.md +158 -0
- murmurent-2026.9.3/skills/murmurent-push/SKILL.md +134 -0
- murmurent-2026.9.3/skills/murmurent-reset/SKILL.md +110 -0
- murmurent-2026.9.3/skills/murmurent-reset/reset.sh +279 -0
- murmurent-2026.9.3/src/murmurent/__init__.py +11 -0
- murmurent-2026.9.3/src/murmurent/cli.py +2390 -0
- murmurent-2026.9.3/src/murmurent/commands/__init__.py +3 -0
- murmurent-2026.9.3/src/murmurent/commands/agent_cmd.py +176 -0
- murmurent-2026.9.3/src/murmurent/commands/broadcast_cmd.py +93 -0
- murmurent-2026.9.3/src/murmurent/commands/calendar_cmd.py +65 -0
- murmurent-2026.9.3/src/murmurent/commands/centre_cmd.py +2057 -0
- murmurent-2026.9.3/src/murmurent/commands/choreography_cmd.py +200 -0
- murmurent-2026.9.3/src/murmurent/commands/common_seas_cmd.py +136 -0
- murmurent-2026.9.3/src/murmurent/commands/contribution_cmd.py +199 -0
- murmurent-2026.9.3/src/murmurent/commands/dashboard_cmd.py +234 -0
- murmurent-2026.9.3/src/murmurent/commands/data_cmd.py +112 -0
- murmurent-2026.9.3/src/murmurent/commands/experiment_cmd.py +265 -0
- murmurent-2026.9.3/src/murmurent/commands/host_cmd.py +172 -0
- murmurent-2026.9.3/src/murmurent/commands/init_cmd.py +198 -0
- murmurent-2026.9.3/src/murmurent/commands/install_cmd.py +314 -0
- murmurent-2026.9.3/src/murmurent/commands/invoice_cmd.py +85 -0
- murmurent-2026.9.3/src/murmurent/commands/keyring_cmd.py +318 -0
- murmurent-2026.9.3/src/murmurent/commands/project_centre_cmd.py +155 -0
- murmurent-2026.9.3/src/murmurent/commands/project_cmd.py +690 -0
- murmurent-2026.9.3/src/murmurent/commands/project_push_cmd.py +671 -0
- murmurent-2026.9.3/src/murmurent/commands/push_cmd.py +218 -0
- murmurent-2026.9.3/src/murmurent/commands/reconcile_cmd.py +164 -0
- murmurent-2026.9.3/src/murmurent/commands/reminders_cmd.py +68 -0
- murmurent-2026.9.3/src/murmurent/commands/repo_cmd.py +272 -0
- murmurent-2026.9.3/src/murmurent/commands/sea_cmd.py +299 -0
- murmurent-2026.9.3/src/murmurent/commands/security_cmd.py +418 -0
- murmurent-2026.9.3/src/murmurent/commands/setup_cmd.py +135 -0
- murmurent-2026.9.3/src/murmurent/core/__init__.py +1 -0
- murmurent-2026.9.3/src/murmurent/core/adopt.py +393 -0
- murmurent-2026.9.3/src/murmurent/core/age_crypto.py +125 -0
- murmurent-2026.9.3/src/murmurent/core/agent_edit.py +270 -0
- murmurent-2026.9.3/src/murmurent/core/agent_forks.py +444 -0
- murmurent-2026.9.3/src/murmurent/core/agents.py +112 -0
- murmurent-2026.9.3/src/murmurent/core/audit_slice.py +109 -0
- murmurent-2026.9.3/src/murmurent/core/broadcasts.py +266 -0
- murmurent-2026.9.3/src/murmurent/core/calendar_google.py +281 -0
- murmurent-2026.9.3/src/murmurent/core/centre_init.py +381 -0
- murmurent-2026.9.3/src/murmurent/core/centre_provision.py +1091 -0
- murmurent-2026.9.3/src/murmurent/core/centre_root.py +133 -0
- murmurent-2026.9.3/src/murmurent/core/cert_projects.py +851 -0
- murmurent-2026.9.3/src/murmurent/core/cert_provision.py +810 -0
- murmurent-2026.9.3/src/murmurent/core/charter.py +183 -0
- murmurent-2026.9.3/src/murmurent/core/choreography.py +296 -0
- murmurent-2026.9.3/src/murmurent/core/collaboration_requests.py +329 -0
- murmurent-2026.9.3/src/murmurent/core/common_seas.py +288 -0
- murmurent-2026.9.3/src/murmurent/core/commons.py +93 -0
- murmurent-2026.9.3/src/murmurent/core/compliance.py +209 -0
- murmurent-2026.9.3/src/murmurent/core/contribution_contract.py +289 -0
- murmurent-2026.9.3/src/murmurent/core/contribution_output.py +179 -0
- murmurent-2026.9.3/src/murmurent/core/contribution_publish.py +140 -0
- murmurent-2026.9.3/src/murmurent/core/contribution_run.py +373 -0
- murmurent-2026.9.3/src/murmurent/core/contribution_spec.py +410 -0
- murmurent-2026.9.3/src/murmurent/core/cross_group.py +222 -0
- murmurent-2026.9.3/src/murmurent/core/dashboard.py +710 -0
- murmurent-2026.9.3/src/murmurent/core/decommission.py +189 -0
- murmurent-2026.9.3/src/murmurent/core/deliberation.py +162 -0
- murmurent-2026.9.3/src/murmurent/core/deliverables.py +147 -0
- murmurent-2026.9.3/src/murmurent/core/external_customers.py +239 -0
- murmurent-2026.9.3/src/murmurent/core/frontmatter.py +121 -0
- murmurent-2026.9.3/src/murmurent/core/git_persist.py +270 -0
- murmurent-2026.9.3/src/murmurent/core/git_providers.py +163 -0
- murmurent-2026.9.3/src/murmurent/core/group_reconcile.py +415 -0
- murmurent-2026.9.3/src/murmurent/core/hosts.py +407 -0
- murmurent-2026.9.3/src/murmurent/core/hub_fetch.py +89 -0
- murmurent-2026.9.3/src/murmurent/core/hub_publish.py +378 -0
- murmurent-2026.9.3/src/murmurent/core/idcert.py +634 -0
- murmurent-2026.9.3/src/murmurent/core/identity.py +126 -0
- murmurent-2026.9.3/src/murmurent/core/identity_bootstrap.py +59 -0
- murmurent-2026.9.3/src/murmurent/core/identity_card.py +241 -0
- murmurent-2026.9.3/src/murmurent/core/idkeys.py +254 -0
- murmurent-2026.9.3/src/murmurent/core/ingest.py +219 -0
- murmurent-2026.9.3/src/murmurent/core/instrument.py +172 -0
- murmurent-2026.9.3/src/murmurent/core/inventory.py +244 -0
- murmurent-2026.9.3/src/murmurent/core/invoices.py +354 -0
- murmurent-2026.9.3/src/murmurent/core/issuance.py +1105 -0
- murmurent-2026.9.3/src/murmurent/core/jobs.py +293 -0
- murmurent-2026.9.3/src/murmurent/core/join_ingest.py +327 -0
- murmurent-2026.9.3/src/murmurent/core/join_notify.py +347 -0
- murmurent-2026.9.3/src/murmurent/core/join_requests.py +534 -0
- murmurent-2026.9.3/src/murmurent/core/keyring.py +667 -0
- murmurent-2026.9.3/src/murmurent/core/lab.py +102 -0
- murmurent-2026.9.3/src/murmurent/core/lab_identity.py +77 -0
- murmurent-2026.9.3/src/murmurent/core/lab_roster.py +119 -0
- murmurent-2026.9.3/src/murmurent/core/lab_vm.py +213 -0
- murmurent-2026.9.3/src/murmurent/core/machine_registry.py +229 -0
- murmurent-2026.9.3/src/murmurent/core/member_audit.py +177 -0
- murmurent-2026.9.3/src/murmurent/core/member_profile.py +133 -0
- murmurent-2026.9.3/src/murmurent/core/membership.py +499 -0
- murmurent-2026.9.3/src/murmurent/core/mm_update.py +153 -0
- murmurent-2026.9.3/src/murmurent/core/notebook.py +148 -0
- murmurent-2026.9.3/src/murmurent/core/obsidian.py +136 -0
- murmurent-2026.9.3/src/murmurent/core/onboarding.py +178 -0
- murmurent-2026.9.3/src/murmurent/core/oracle_publish.py +425 -0
- murmurent-2026.9.3/src/murmurent/core/personal_agents.py +391 -0
- murmurent-2026.9.3/src/murmurent/core/personal_audit.py +1567 -0
- murmurent-2026.9.3/src/murmurent/core/preflight.py +331 -0
- murmurent-2026.9.3/src/murmurent/core/project_access.py +636 -0
- murmurent-2026.9.3/src/murmurent/core/project_cc_init.py +448 -0
- murmurent-2026.9.3/src/murmurent/core/project_members.py +233 -0
- murmurent-2026.9.3/src/murmurent/core/project_provision.py +473 -0
- murmurent-2026.9.3/src/murmurent/core/projectize.py +317 -0
- murmurent-2026.9.3/src/murmurent/core/projects.py +394 -0
- murmurent-2026.9.3/src/murmurent/core/reconcile.py +575 -0
- murmurent-2026.9.3/src/murmurent/core/registrar.py +2442 -0
- murmurent-2026.9.3/src/murmurent/core/reminders.py +146 -0
- murmurent-2026.9.3/src/murmurent/core/remote.py +226 -0
- murmurent-2026.9.3/src/murmurent/core/remote_adopt.py +381 -0
- murmurent-2026.9.3/src/murmurent/core/remote_install.py +281 -0
- murmurent-2026.9.3/src/murmurent/core/repo.py +519 -0
- murmurent-2026.9.3/src/murmurent/core/repo_content_scan.py +516 -0
- murmurent-2026.9.3/src/murmurent/core/repo_inventory.py +711 -0
- murmurent-2026.9.3/src/murmurent/core/repo_ready.py +244 -0
- murmurent-2026.9.3/src/murmurent/core/requests.py +656 -0
- murmurent-2026.9.3/src/murmurent/core/revocation.py +298 -0
- murmurent-2026.9.3/src/murmurent/core/role_audit.py +162 -0
- murmurent-2026.9.3/src/murmurent/core/roster_sync.py +139 -0
- murmurent-2026.9.3/src/murmurent/core/sea.py +284 -0
- murmurent-2026.9.3/src/murmurent/core/sea_catalog.py +249 -0
- murmurent-2026.9.3/src/murmurent/core/secret_scan.py +502 -0
- murmurent-2026.9.3/src/murmurent/core/security_acl.py +483 -0
- murmurent-2026.9.3/src/murmurent/core/security_agent_review.py +578 -0
- murmurent-2026.9.3/src/murmurent/core/security_findings.py +346 -0
- murmurent-2026.9.3/src/murmurent/core/security_remote.py +173 -0
- murmurent-2026.9.3/src/murmurent/core/security_tier2.py +447 -0
- murmurent-2026.9.3/src/murmurent/core/service_requests.py +538 -0
- murmurent-2026.9.3/src/murmurent/core/services.py +447 -0
- murmurent-2026.9.3/src/murmurent/core/slack_comms.py +158 -0
- murmurent-2026.9.3/src/murmurent/core/slack_distill.py +320 -0
- murmurent-2026.9.3/src/murmurent/core/slack_mirror.py +324 -0
- murmurent-2026.9.3/src/murmurent/core/training.py +437 -0
- murmurent-2026.9.3/src/murmurent/core/vault_provision.py +691 -0
- murmurent-2026.9.3/src/murmurent/core/vault_sync.py +318 -0
- murmurent-2026.9.3/src/murmurent/dashboard/__init__.py +1 -0
- murmurent-2026.9.3/src/murmurent/dashboard/app.py +731 -0
- murmurent-2026.9.3/src/murmurent/dashboard/audit_log.py +214 -0
- murmurent-2026.9.3/src/murmurent/dashboard/auth.py +160 -0
- murmurent-2026.9.3/src/murmurent/dashboard/contract.py +1136 -0
- murmurent-2026.9.3/src/murmurent/dashboard/launchers.py +320 -0
- murmurent-2026.9.3/src/murmurent/dashboard/machine_settings.py +169 -0
- murmurent-2026.9.3/src/murmurent/dashboard/notebook_actions.py +285 -0
- murmurent-2026.9.3/src/murmurent/dashboard/registrar_snapshot.py +383 -0
- murmurent-2026.9.3/src/murmurent/dashboard/request_actions.py +274 -0
- murmurent-2026.9.3/src/murmurent/dashboard/sea_actions.py +188 -0
- murmurent-2026.9.3/src/murmurent/dashboard/server.py +8193 -0
- murmurent-2026.9.3/src/murmurent/dashboard/slack_notify.py +1170 -0
- murmurent-2026.9.3/src/murmurent/dashboard/snapshot.py +2454 -0
- murmurent-2026.9.3/src/murmurent/dashboard/workspace_file.py +280 -0
- murmurent-2026.9.3/src/murmurent/hooks/__init__.py +4 -0
- murmurent-2026.9.3/src/murmurent/hooks/audit.py +97 -0
- murmurent-2026.9.3/src/murmurent/hooks/conscience_gaps.py +454 -0
- murmurent-2026.9.3/src/murmurent/hooks/context_inject.py +115 -0
- murmurent-2026.9.3/src/murmurent/hooks/phi_check.py +268 -0
- murmurent-2026.9.3/src/murmurent/hooks/protected_paths.py +321 -0
- murmurent-2026.9.3/src/murmurent/hooks/raw_guard.py +192 -0
- murmurent-2026.9.3/src/murmurent/mcp/__init__.py +3 -0
- murmurent-2026.9.3/src/murmurent/mcp/core_data_server.py +367 -0
- murmurent-2026.9.3/src/murmurent/mcp/data_server.py +301 -0
- murmurent-2026.9.3/src/murmurent/mcp/inventory_server.py +289 -0
- murmurent-2026.9.3/src/murmurent/mcp/oracle_server.py +601 -0
- murmurent-2026.9.3/src/murmurent/mcp/sea_catalog_server.py +161 -0
- murmurent-2026.9.3/templates/github_workflows/adversary_stub.yml +32 -0
- murmurent-2026.9.3/templates/github_workflows/dashboard.yml +20 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.claude/settings.local.json
|
|
2
|
+
.DS_Store
|
|
3
|
+
|
|
4
|
+
## Python
|
|
5
|
+
__pycache__/
|
|
6
|
+
*.py[cod]
|
|
7
|
+
*.egg-info/
|
|
8
|
+
build/
|
|
9
|
+
dist/
|
|
10
|
+
.venv/
|
|
11
|
+
.pytest_cache/
|
|
12
|
+
.ruff_cache/
|
|
13
|
+
.mypy_cache/
|
|
14
|
+
|
|
15
|
+
## LaTeX build artefacts (in case of ad-hoc compiles in this repo)
|
|
16
|
+
*.aux
|
|
17
|
+
*.bbl
|
|
18
|
+
*.blg
|
|
19
|
+
*.log
|
|
20
|
+
*.out
|
|
21
|
+
*.fdb_latexmk
|
|
22
|
+
*.fls
|
|
23
|
+
*.synctex.gz
|
|
24
|
+
texput.log
|
|
25
|
+
node_modules/
|
|
26
|
+
package-lock.json
|
|
27
|
+
package.json
|
|
28
|
+
site/
|
|
29
|
+
|
|
30
|
+
# Local-only agents (not part of the commons)
|
|
31
|
+
agents/pm.md
|
|
32
|
+
|
|
33
|
+
## Local doc render artefacts (R Markdown / pandoc)
|
|
34
|
+
.Rhistory
|
|
35
|
+
docs/*.html
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable, release-worthy changes to murmurent are recorded here. The format
|
|
4
|
+
follows [Keep a Changelog](https://keepachangelog.com/); the version scheme is
|
|
5
|
+
**CalVer `YYYY.M.MICRO`** (see [`docs/versioning.md`](docs/versioning.md)).
|
|
6
|
+
|
|
7
|
+
**When to add an entry:** bump the version and add a section only for a
|
|
8
|
+
*structural* release — a new commons agent, a marker/schema change, or anything
|
|
9
|
+
that should make existing murmurent-ready repos want `murmurent repo upgrade`.
|
|
10
|
+
Agent-content edits (prompt tweaks, rule wording, docs) propagate automatically
|
|
11
|
+
via the `.claude/agents` symlinks and need **no** version bump — don't add a
|
|
12
|
+
changelog entry or a tag for those. Developers append to `[Unreleased]` as
|
|
13
|
+
structural changes land; it's cut to a dated version at release time.
|
|
14
|
+
|
|
15
|
+
The version lives in exactly one place: `src/murmurent/__init__.py`
|
|
16
|
+
(`__version__`). `pyproject.toml` reads it from there.
|
|
17
|
+
|
|
18
|
+
## [Unreleased]
|
|
19
|
+
|
|
20
|
+
## [2026.9.3] — 2026-09-01
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
- **`uv tool install murmurent` is now a complete install.** The wheel
|
|
24
|
+
force-includes the commons (`agents/`, `rules/`, `skills/`, `templates/`,
|
|
25
|
+
`CLAUDE.md`) under `murmurent/commons/`; `core/commons.py` resolves them, and
|
|
26
|
+
a new `murmurent setup` wires them into `~/.claude/`. No clone and no
|
|
27
|
+
`curl | bash` required. A clone still wins over the packaged copy, decided by
|
|
28
|
+
content rather than by name, so editing an agent in a clone takes effect at
|
|
29
|
+
once and an empty directory from a failed clone cannot win.
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
- **`murmurent install` with no flags now performs the whole install** (wire
|
|
33
|
+
the commons, then register hooks) instead of printing "not yet implemented in
|
|
34
|
+
v1". `--hooks` still means hooks only, so `scripts/bootstrap.sh` and existing
|
|
35
|
+
callers are unaffected.
|
|
36
|
+
- Licence metadata is Apache-2.0 throughout, with a matching PyPI classifier.
|
|
37
|
+
|
|
38
|
+
## [2026.9.2] — 2026-09-01
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
- **PyPI publishing** via `.github/workflows/publish.yml`, using trusted
|
|
42
|
+
publishing (no stored token). The build job runs on every release; the
|
|
43
|
+
upload job is gated on the `PYPI_ENABLED` repository variable so it is
|
|
44
|
+
visibly skipped rather than silently absent until PyPI is configured.
|
|
45
|
+
- **`DEVELOPING.md`** (development repository only): the dev setup, what
|
|
46
|
+
`rules/local/` is for, the pre-push checks, and how a release is cut.
|
|
47
|
+
|
|
48
|
+
### Changed
|
|
49
|
+
- `README.md` now says plainly that this repository carries released versions
|
|
50
|
+
only, and points bug reports at the development repository's issues.
|
|
51
|
+
|
|
52
|
+
## [2026.9.1] — 2026-09-01
|
|
53
|
+
|
|
54
|
+
### Fixed
|
|
55
|
+
- **Author email in the package metadata was wrong** (`hallett.mike.t@gmail.com`);
|
|
56
|
+
it is `michael.hallett@uwo.ca`. This shipped in 2026.9.0 and would have been
|
|
57
|
+
the contact address on PyPI.
|
|
58
|
+
- **Licence metadata contradicted the licence.** `pyproject.toml` declared MIT
|
|
59
|
+
while `LICENSE` is, and has always been, Apache-2.0. The metadata now matches
|
|
60
|
+
the file. No licence has changed; the declaration was wrong.
|
|
61
|
+
|
|
62
|
+
## [2026.9.0] — 2026-09-01
|
|
63
|
+
|
|
64
|
+
**First public release.** Development moves to `murmurent_dev`; this repo now
|
|
65
|
+
carries released versions only, one commit per release.
|
|
66
|
+
|
|
67
|
+
### Added
|
|
68
|
+
- **`murmurent keyring`** — distribute a centre's shared secrets (the Slack token,
|
|
69
|
+
and later the onboarding age key) across a principal's machines via per-machine
|
|
70
|
+
`age` identities and multi-recipient `age` boxes committed to the `lab_info`
|
|
71
|
+
repo, locked **per role** so a `server` machine cannot open a `mayor`-only box
|
|
72
|
+
(e.g. the root CA). Commands: `init`, `authorize`, `set-secret`,
|
|
73
|
+
`rotate-secret`, `revoke`, `sync`, `status`, `check`, `verify`. Self-heals via
|
|
74
|
+
`murmurent reconcile`. Introduces a `.keyring/` store under `lab_info`. Design
|
|
75
|
+
and runbooks in [`docs/keyring.md`](docs/keyring.md) /
|
|
76
|
+
[`docs/keyring_deploy.md`](docs/keyring_deploy.md).
|
|
77
|
+
- **`rules/local/`** — a deployment layer for facts true of one centre only
|
|
78
|
+
(its own private repos, Slack IDs, local conventions). `scripts/setup.sh`
|
|
79
|
+
symlinks these alongside the shared rules when the directory exists; a clone
|
|
80
|
+
without one simply skips it.
|
|
81
|
+
|
|
82
|
+
### Changed
|
|
83
|
+
- `CLAUDE.md` is institution-agnostic: no hardcoded university, GitHub owner
|
|
84
|
+
written as `<owner>`, and no reference to any one centre's private repos.
|
|
85
|
+
- `rules/slack.md` carries the posting protocol only. The channel, workspace
|
|
86
|
+
and bot are deployment facts and belong in `rules/local/`.
|
|
87
|
+
|
|
88
|
+
### Fixed
|
|
89
|
+
- **Slack notifications no longer default to one lab's channel.**
|
|
90
|
+
`dashboard/slack_notify.py` and `commands/reconcile_cmd.py` each hardcoded a
|
|
91
|
+
channel ID as the last-resort destination for every notification, so any
|
|
92
|
+
installation would have posted there. Both now resolve from
|
|
93
|
+
`MURMURENT_SLACK_DEFAULT_CHANNEL` / `MURMURENT_SLACK_INFRA_CHANNEL` or
|
|
94
|
+
`~/.config/murmurent/`, and decline to post when unset.
|
|
95
|
+
|
|
96
|
+
## [2026.7.0] — 2026-07-16
|
|
97
|
+
|
|
98
|
+
First numbered release. Establishes version tracking itself (issue #24):
|
|
99
|
+
|
|
100
|
+
### Changed
|
|
101
|
+
- **Single source of truth for the version.** `pyproject.toml` now reads
|
|
102
|
+
`__version__` from `src/murmurent/__init__.py` via Hatchling's
|
|
103
|
+
`[tool.hatch.version]`, so the package metadata, `murmurent --version`, and
|
|
104
|
+
the `bootstrap_version` stamped into every repo's `.murmurent.yaml` can no
|
|
105
|
+
longer disagree. Previously `pyproject.toml` said `1.0.0` while the runtime
|
|
106
|
+
reported `0.1.0`.
|
|
107
|
+
- **Adopted CalVer** (`YYYY.M.MICRO`), bumped only on structural releases and
|
|
108
|
+
tied to the `murmurent repo upgrade` mechanism: if the version changed, run
|
|
109
|
+
`murmurent repo upgrade --all`; if it didn't, you're current.
|
|
110
|
+
|
|
111
|
+
### Notes
|
|
112
|
+
- Because `Readiness.needs_upgrade` compares the stamped `bootstrap_version`
|
|
113
|
+
against the current version by string inequality, existing murmurent-ready
|
|
114
|
+
repos (stamped `0.1.0`) will show `needs_upgrade = True` once. That's the
|
|
115
|
+
intended "a new release shipped" signal — run `murmurent repo upgrade --all`
|
|
116
|
+
to re-stamp them. Harmless if you don't; agent content is already current via
|
|
117
|
+
the symlinks.
|
|
118
|
+
- The on-disk/on-wire schema versions (`MARKER_SCHEMA`, `CARD_VERSION`,
|
|
119
|
+
`SIGNED_CARD_VERSION`) are versioned independently of this release number and
|
|
120
|
+
bump only when their own format changes.
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
# Murmurent — an agentic AI village for a research centre
|
|
2
|
+
|
|
3
|
+
Murmurent is shared agentic-AI infrastructure that lets research groups
|
|
4
|
+
work independently, pool agents and data when collaboration benefits
|
|
5
|
+
them, and accumulate institutional knowledge across every project.
|
|
6
|
+
|
|
7
|
+
An overview is in [`docs/index.md`](docs/index.md) and
|
|
8
|
+
[`docs/overview.md`](docs/overview.md). In short:
|
|
9
|
+
|
|
10
|
+
- **Choreography, not orchestration.** Each group runs its own
|
|
11
|
+
documented workflow using the shared agents and rules, and retains
|
|
12
|
+
authority over its own members and data. Distributing control this
|
|
13
|
+
way limits the scope of any single failure and preserves each
|
|
14
|
+
group's autonomy. ("Choreography" is the term used throughout the
|
|
15
|
+
code for a recurring multi-actor workflow recipe.)
|
|
16
|
+
- **Four social units**: individual members; groups (each a lab or a
|
|
17
|
+
core, led by a PI); projects (units of work that bring members
|
|
18
|
+
together, potentially across groups); and the administration
|
|
19
|
+
(centre-level governance and registry).
|
|
20
|
+
- **The commons** = centre-wide AI infrastructure every member draws
|
|
21
|
+
on (reference agents + data-governance rules + baseline workflows).
|
|
22
|
+
Group/core toolkits are built on top.
|
|
23
|
+
|
|
24
|
+
## Reference agents (the commons)
|
|
25
|
+
|
|
26
|
+
Defined in [`agents/`](agents/), symlinked into `~/.claude/agents/`
|
|
27
|
+
by [`scripts/setup.sh`](scripts/setup.sh). Each MUST begin its final
|
|
28
|
+
reply with a ≤200-char verdict line (see
|
|
29
|
+
[`rules/headline_first.md`](rules/headline_first.md)).
|
|
30
|
+
|
|
31
|
+
| Agent | Role |
|
|
32
|
+
|---|---|
|
|
33
|
+
| [`oracle`](agents/oracle.md) | Personal research memory (per-user Obsidian vault) |
|
|
34
|
+
| [`lab_oracle`](agents/lab_oracle.md) | Lab-shared institutional memory (read-only; promoted via `murmurent oracle publish`) |
|
|
35
|
+
| [`bookworm`](agents/bookworm.md) | Literature + database integration |
|
|
36
|
+
| [`blacksmith`](agents/blacksmith.md) | Computation, statistics, feature engineering |
|
|
37
|
+
| [`adversary`](agents/adversary.md) | Methodological audit + peer review; auto-refers IP-bearing work to the [`lawyer`](agents/lawyer.md) and folds their verdict into its own |
|
|
38
|
+
| [`artist`](agents/artist.md) | Visualization, communication, education |
|
|
39
|
+
| [`teacher`](agents/teacher.md) | Three modes, one entry point — `teacher debrief` \| `explain` \| `course` (see below). Debrief is "wait, what?" — fired at the sentence CC just wrote that was jargon, overcomplicated, or handed you an unexplained decision; it re-pitches that in plain words in chat, under 60s, from the tail of the real session transcript. Explain covers any method or paper; course recognises a subject and hands it to the course skill. Only explain renders a self-contained HTML page, on request, annotated in `lavish-axi` — where "wait, what?" gets that same re-pitch. Bullet-led and jargon-light, and it makes things **visual — reusing before drawing**: first a real image it found and may reuse (inlined with its licence, captioned with what to notice), then a video it actually loaded, and only then something hand-drawn (inline SVG, mermaid, a slider) when nothing suitable exists or the reader needs a knob to drag. Figures needing real data still go to the [`artist`](agents/artist.md). It has `WebSearch`/`WebFetch` for exactly this, **scoped: `debrief` is offline entirely**, since a search query is outbound text and session transcripts are not public. It never emits a URL, title, or attribution it did not load; citations it cannot verify escalate to the [`bookworm`](agents/bookworm.md). (persona: Richard Feynman — answers to "Feynman") |
|
|
40
|
+
| [`conscience`](agents/conscience.md) | EDID + bias review. **Reviewing is the default and is not a mode** — located, line-by-line findings, every one with a citation, and its rules bind whatever else the agent is doing. One entry point, no mode to select: it is pointed at something and infers from it whether one of two other things is wanted instead, each inferred rather than named: **explain** fires on a flag the author disputed or missed, and re-pitches that one flag — in chat, or on request as an HTML page annotated in `lavish-axi`; it either teaches the concept or names an existing training module. and **design** fires when nothing has been built yet, returning the equitable blueprint — the design itself, not objections to one already built. Never speaks for — or as — a marginalized community; doesn't browse — the [`bookworm`](agents/bookworm.md) curates its resources. **No persona:** it works in a tradition (bell hooks, Freire, Lorde, Baldwin) and cites it rather than impersonating it. |
|
|
41
|
+
| [`lawyer`](agents/lawyer.md) | Patent counsel + freedom-to-operate (formerly `saul_goodman`); reached on request **or** by automatic referral from the [`adversary`](agents/adversary.md) mid-audit — triages first, so a referral with no IP surface costs one step, not six database searches |
|
|
42
|
+
| [`cable_guy`](agents/cable_guy.md) | Infrastructure provisioner |
|
|
43
|
+
| [`centre_cable_guy`](agents/centre_cable_guy.md) | Centre-wide infrastructure reconciler (cross-lab ACLs, drift loop) |
|
|
44
|
+
| [`judge`](agents/judge.md) | Combines and presents member contributions in a compositional choreography |
|
|
45
|
+
| [`registrar`](agents/registrar.md) | Centre-wide registry of labs/cores/collaborations |
|
|
46
|
+
| [`security_guard`](agents/security_guard.md) | Secrets, PHI, world-accessible files audit |
|
|
47
|
+
|
|
48
|
+
Group/core toolkits build on top of the commons — discipline-specific
|
|
49
|
+
agents (medchem, segmenter, cohort, …) live in the owning group's
|
|
50
|
+
own repo and compose against this reference set.
|
|
51
|
+
|
|
52
|
+
## Hard rules (always loaded)
|
|
53
|
+
|
|
54
|
+
Auto-loaded into every CC session via `~/.claude/rules/`:
|
|
55
|
+
|
|
56
|
+
- [`rules/data-storage.md`](rules/data-storage.md) — the `immutable/`
|
|
57
|
+
directory is read-only and `append_only/` is append-only (data lives under
|
|
58
|
+
`$MURMURENT_DATA_ROOT`; legacy `raw/`/`refined/` and `MURMURENT_LAB_VM_ROOT`
|
|
59
|
+
stay recognized during the transition). Upheld for agents by the
|
|
60
|
+
[`raw_guard`](src/murmurent/hooks/raw_guard.py) +
|
|
61
|
+
[`protected_paths`](src/murmurent/hooks/protected_paths.py) hooks, which
|
|
62
|
+
refuse deletes and overwrites under immutable/append_only **from inside a
|
|
63
|
+
Claude Code session**. This is a guardrail, not a security perimeter: the
|
|
64
|
+
hooks are per-user and inert in a plain shell, in a script run outside a
|
|
65
|
+
session, and for any member who has not installed them. The trees themselves
|
|
66
|
+
are group-writable on disk.
|
|
67
|
+
- [`rules/project-structure.md`](rules/project-structure.md) —
|
|
68
|
+
`~/repos/<project>/{exp,src,obsolete,data}`, snake_case, integer-versioned files.
|
|
69
|
+
- [`rules/oracle_schema.md`](rules/oracle_schema.md) — every Oracle
|
|
70
|
+
entry needs `title`, `date`, `project`, `sensitivity`, `tags`, `sources`.
|
|
71
|
+
- [`rules/headline_first.md`](rules/headline_first.md) — every agent's
|
|
72
|
+
final reply leads with a ≤200-char verdict.
|
|
73
|
+
- [`rules/slack.md`](rules/slack.md) — Slack-posting protocol (after
|
|
74
|
+
every `git push`, post to the group's own channel). Which channel,
|
|
75
|
+
workspace and bot is a deployment fact and lives in `rules/local/`.
|
|
76
|
+
|
|
77
|
+
**Deployment-specific rules.** A centre may add its own rules under
|
|
78
|
+
`rules/local/`, which `scripts/setup.sh` symlinks alongside the shared
|
|
79
|
+
ones when the directory exists. That is where private repos, Slack IDs
|
|
80
|
+
and local conventions belong, so that nothing tied to one centre reaches
|
|
81
|
+
another. A fresh clone has no `rules/local/` and simply skips it.
|
|
82
|
+
|
|
83
|
+
## User-invocable skills (the commons)
|
|
84
|
+
|
|
85
|
+
Defined in [`skills/`](skills/), symlinked into `~/.claude/skills/` by
|
|
86
|
+
[`scripts/setup.sh`](scripts/setup.sh). Each is a single-purpose slash
|
|
87
|
+
command available in any murmurent-bootstrapped CC session.
|
|
88
|
+
|
|
89
|
+
| Skill | Role |
|
|
90
|
+
|---|---|
|
|
91
|
+
| [`/murmurent-push`](skills/murmurent-push/SKILL.md) | Murmurent-aware stage/commit/push: skips per-machine + secret-shaped files, refuses large files that belong in `append_only/`, never touches the data root's `immutable/`\|`append_only/` (or legacy `raw/`\|`refined/`), posts a Slack release note. Use instead of generic `/commit-push` for any **murmurent-ready** repo (`.murmurent.yaml`, or a legacy `CHARTER.md` bootstrap). |
|
|
92
|
+
| [`/murmurent-project-push`](skills/murmurent-project-push/SKILL.md) | Project-WIDE commit/push: backs up **every** repo a project owns (via `murmurent project push`), running the `/murmurent-push` pre-flight per repo (secret scan, secret-shaped names, governed-data + large-file guards). A repo that fails is blocked, the rest proceed; one plain-language summary + one Slack note to the project channel. Use to "back up my whole project". |
|
|
93
|
+
| [`/murmurent-admin`](skills/murmurent-admin/SKILL.md) | Prime context before admin-level (centre / mayor / registrar / join / provisioning) work: reloads murmurent's purpose from the code and docs, and pins Obsidian maps-legends and CC guidance to the top. A centre with its own reference documents adds them via `rules/local/`. |
|
|
94
|
+
| [`/murmurent-reset`](skills/murmurent-reset/SKILL.md) | Back up, then reset this machine's murmurent state to a fresh start (so `centre-init` is first-run again). Tiered `centre`/`install`/`full`; always tarballs `~/.murmurent` first; credentials + other-project installs are protected behind explicit `--nuke` flags; `--dry-run` previews. Use for a clean slate / fresh copy from the repo. |
|
|
95
|
+
| [`/murmurent-onboard`](skills/murmurent-onboard/SKILL.md) | Mayor/registrar helper: process an incoming **encrypted** join-request email end to end — decrypt + file it, show who's asking, then (on explicit OK) approve + provision (lab/core Slack channel, GitHub repo, FS ACLs) or decline. Approval reads the Slack token from env **or** the `~/.config` file so the channel is created without exporting anything. |
|
|
96
|
+
| [`/murmurent-course`](skills/murmurent-course/SKILL.md) | **COURSE mode of the [`teacher`](agents/teacher.md)** — reached by typing `teacher course <subject>`, not by the slash command. Teaches a subject across **multiple sessions** using a course directory as stateful memory: interviews for the mission, sources it through the [`bookworm`](agents/bookworm.md), writes self-contained HTML lessons the learner annotates in `lavish-axi`, and keeps learning records so it never re-teaches what they've demonstrated. Sources **watching as well as reading** — every lesson carries a drawn figure, and where a public explainer beats the page, it assigns the video and writes the bridge instead of competing. Runs in the main session — a subagent can neither interview nor persist. |
|
|
97
|
+
|
|
98
|
+
## The `teacher <mode>` convention
|
|
99
|
+
|
|
100
|
+
The [`teacher`](agents/teacher.md) has **three modes**, and one entry point. Type the verb;
|
|
101
|
+
never the slash command:
|
|
102
|
+
|
|
103
|
+
| You type | What runs | Why |
|
|
104
|
+
|---|---|---|
|
|
105
|
+
| `teacher debrief` (at the sentence that lost you) | the **subagent**, DEBRIEF mode | isolated context is the point — it reads the transcript under rails the main session doesn't have |
|
|
106
|
+
| `teacher explain <thing>` | the **subagent**, EXPLAIN mode | one artifact, one sitting; keeps the reading out of your context |
|
|
107
|
+
| `teacher course <subject>` | the **[`murmurent-course`](skills/murmurent-course/SKILL.md) skill**, in the main session | a course must interview you and persist; a subagent can do neither |
|
|
108
|
+
|
|
109
|
+
If the main session mis-routes a course request to the subagent, **mode 3 catches it** — teacher
|
|
110
|
+
returns `Gap — this is a course, not an explanation` and names the skill, and the session
|
|
111
|
+
invokes it on the rebound. Primary and fallback, not redundancy.
|
|
112
|
+
|
|
113
|
+
**A debrief is "wait, what?", not a catch-up.** Fire it at the sentence CC just wrote that
|
|
114
|
+
was jargon, that made a small mechanism it just built sound intricate, or that asked you to
|
|
115
|
+
decide something it never explained. It re-pitches *that* in plain words and says what
|
|
116
|
+
follows. It is not for narrating a session you looked away from.
|
|
117
|
+
|
|
118
|
+
**It answers in chat, in under 60 seconds, and stops.** No file, one dispatch, reading the
|
|
119
|
+
tail of the transcript rather than its history — it is read mid-task by someone who wants to
|
|
120
|
+
keep working, and a debrief that arrives after you've moved on has failed however good it is.
|
|
121
|
+
Want an annotatable artifact? That's `teacher explain <the thing>`, which is allowed to cost
|
|
122
|
+
minutes and tens of thousands of tokens. A debrief isn't.
|
|
123
|
+
|
|
124
|
+
**A debrief does not ask you planning questions.** Deciding what to do next is a back-and-forth,
|
|
125
|
+
and a subagent replies once and never hears your answer. Use the **`grilling`** skill for that —
|
|
126
|
+
not part of the commons; install it with `npx skills add mattpocock/skills`. It runs in your
|
|
127
|
+
session, so it can actually follow up.
|
|
128
|
+
|
|
129
|
+
**Nothing now forces that step, and that is a real trade.** The design it replaced made the
|
|
130
|
+
challenge unskippable. If a plan being explained and then executed without ever being
|
|
131
|
+
questioned turns out to matter, the fix belongs in how you dispatch — not inside teacher, which
|
|
132
|
+
replies once and cannot hold a back-and-forth.
|
|
133
|
+
|
|
134
|
+
## Linked references (loaded on-demand)
|
|
135
|
+
|
|
136
|
+
- [`docs/edid_resources.md`](docs/edid_resources.md) — the EDID resource pool the
|
|
137
|
+
[`conscience`](agents/conscience.md) cites from: five domains, each with its own
|
|
138
|
+
*flag this / suggest that* directive, plus an ingestion backlog the bookworm owns.
|
|
139
|
+
- [`docs/oracle-workflow.md`](docs/oracle-workflow.md) — personal vs lab Oracle, publish flow, MCP search.
|
|
140
|
+
- [`docs/obsidian-layout.md`](docs/obsidian-layout.md) — vault-side conventions + cross-reference to vault's own `CLAUDE.md` and `maps-legends/`.
|
|
141
|
+
- [`docs/vscode-workflow.md`](docs/vscode-workflow.md) — launcher, 4-quadrant layout, agent reporter, tmux copy-paste.
|
|
142
|
+
- [`docs/setup.md`](docs/setup.md) — per-machine + per-project install steps.
|
|
143
|
+
- [`docs/vault-setup.md`](docs/vault-setup.md) — members: create/adopt your
|
|
144
|
+
personal vault (`murmurent vault init [--adopt]`); the symlinked-folder gotcha.
|
|
145
|
+
- [`docs/ready_vs_projects.md`](docs/ready_vs_projects.md) — "murmurent-ready"
|
|
146
|
+
(repo-level: `.murmurent.yaml` + commons agents) vs. a project
|
|
147
|
+
(governance-level: repos + certified members, in `cert_projects/`) — the
|
|
148
|
+
split that replaced adopt-also-minting-a-project.
|
|
149
|
+
- [`docs/reconcile.md`](docs/reconcile.md) — `murmurent reconcile` drift-detection routine + daily `/routine` schedule.
|
|
150
|
+
- [`docs/versioning.md`](docs/versioning.md) — CalVer scheme (`YYYY.M.MICRO`),
|
|
151
|
+
single-source version in `__init__.py`, when to bump vs not, releases; schema
|
|
152
|
+
versions are independent.
|
|
153
|
+
- [`docs/style/code-style.md`](docs/style/code-style.md) — Python/R style
|
|
154
|
+
preferences (CC follows the same defaults; this is for human reference,
|
|
155
|
+
not always-loaded).
|
|
156
|
+
- [`docs/style/documentation.md`](docs/style/documentation.md) — script-header + README conventions.
|
|
157
|
+
- [`docs/group_level.md`](docs/group_level.md) — group-level architecture notes.
|
|
158
|
+
- [`docs/cli_manual.md`](docs/cli_manual.md) — CLI command reference.
|
|
159
|
+
- [`docs/keyring.md`](docs/keyring.md) — the `murmurent keyring`: sync a centre's
|
|
160
|
+
shared secrets across a principal's machines (per-machine `age` identities +
|
|
161
|
+
multi-recipient boxes in `lab_info`, locked per role); deploy + test runbooks
|
|
162
|
+
in [`docs/keyring_deploy.md`](docs/keyring_deploy.md).
|
|
163
|
+
- [`docs/project_creation.md`](docs/project_creation.md) — vignettes: creating
|
|
164
|
+
intra- and inter-group projects (lead-signed certificates, private channel,
|
|
165
|
+
shared-workspace gate).
|
|
166
|
+
- [`docs/slack_setup.md`](docs/slack_setup.md) — mayor's one-time Slack setup:
|
|
167
|
+
workspace + bot token + scopes, `centre-slack-smoke` / `centre-slack-setup`,
|
|
168
|
+
and how lab/core/mayor channels + broadcasts get created.
|
|
169
|
+
|
|
170
|
+
## Related repos + the public hub
|
|
171
|
+
|
|
172
|
+
A murmurent deployment spans this repo plus a global onboarding hub, and
|
|
173
|
+
each group adds a governance repo of its own. Name them precisely, and
|
|
174
|
+
keep every deployment institution-agnostic: drive names off a centre's
|
|
175
|
+
`unique_name`, never a hardcoded university or GitHub owner.
|
|
176
|
+
|
|
177
|
+
`<owner>` below is whoever hosts the deployment. Only the first two rows
|
|
178
|
+
name a fixed location, because they are the repos everyone clones.
|
|
179
|
+
|
|
180
|
+
| Repo | Purpose |
|
|
181
|
+
|---|---|
|
|
182
|
+
| [`hallettmiket/murmurent`](https://github.com/hallettmiket/murmurent) | **this repo** (public) — agents, rules, hooks, MCP servers, CLI, dashboard. Clone this to install murmurent or bootstrap a centre. |
|
|
183
|
+
| [`hallettmiket/murmurent_public`](https://github.com/hallettmiket/murmurent_public) | global onboarding hub: institution directory + GitHub-issue join intake (no netnames / server paths). Novice-facing README kept trivial; maintainer/mayor setup lives in [`docs/hub_setup.md`](docs/hub_setup.md). |
|
|
184
|
+
| `<owner>/murmurent_lab_mgmt_<lab>` | per-group governance repo (private), one per lab/core — canonical name, see [`docs/lab_mgmt.md`](docs/lab_mgmt.md) |
|
|
185
|
+
| `<owner>/<choreography>` | a choreography: one recurring multi-actor workflow, with its own repo, decision log and data |
|
|
186
|
+
|
|
187
|
+
A centre with further repos of its own (a manuscript, a grant, internal
|
|
188
|
+
notes) records them in `rules/local/`, not here.
|
|
189
|
+
|
|
190
|
+
## Quick setup
|
|
191
|
+
|
|
192
|
+
```bash
|
|
193
|
+
bash scripts/setup.sh # symlinks agents/ + rules/ + skills/ into ~/.claude/
|
|
194
|
+
murmurent install --hooks # registers hooks + MCP servers
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
Full setup notes including remote-host wiring: [`docs/setup.md`](docs/setup.md).
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2026 Michael Hallett
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|