d0f211b1f3
fix: monitor kimi heartbeat instead of stale loop ( #191 )
2026-04-05 18:26:08 +00:00
Ezra (Archivist)
3e25474e56
[ezra] ADRs + Execution KT for Matrix/Conduit ( #183 , #166 )
...
- Add 5 standalone ADRs in infra/matrix/docs/adr/
- Add EXECUTION_ARCHITECTURE_KT.md: exact path from DNS decision to fleet ops
- Architecture proof and continuity preserved
2026-04-05 18:20:46 +00:00
f29991e3bf
feat: surface kimi status in orchestrator triage ( #190 )
2026-04-05 18:17:36 +00:00
cc0163fe2e
docs: add Matrix deployment go/no-go checklist ( #166 unblocking artifact)
2026-04-05 17:30:47 +00:00
Ezra
94c7da253e
docs: canonical Matrix index + #187 decision framework
...
- Adds docs/CANONICAL_INDEX_MATRIX.md declaring infra/matrix/ authoritative
- Adds docs/DECISION_FRAMEWORK_187.md with Option A recommendation
- Maps all legacy/duplicate paths to prevent scatter
- Ezra burn mode artifact for #166 / #183 / #187 continuity
2026-04-05 17:12:11 +00:00
f109f259c4
[ezra] #166 : Master execution runbook for Matrix/Conduit deployment
2026-04-05 12:46:02 +00:00
313049d1b8
[ezra] #183 : Canonical scaffold inventory and audit
2026-04-05 12:46:01 +00:00
0029cf302b
Add host readiness checker for Matrix/Conduit deployment ( #166 )
...
Pre-flight validation script that tests Docker, ports, DNS, disk,
and memory before running deploy-matrix.sh.
2026-04-05 12:16:16 +00:00
082d645a74
[EZRA BURN-MODE] Docker Compose for Conduit + Element deployment
2026-04-05 08:54:14 +00:00
b15913303b
[EZRA BURN-MODE] Conduit homeserver configuration scaffold
2026-04-05 08:54:14 +00:00
99191cb49e
[EZRA BURN-MODE] Matrix/Conduit deployment prerequisites and guide
2026-04-05 08:54:13 +00:00
b5c6ea7575
Add Matrix/Conduit deployment runbook ( #166 )
...
Executable runbook for standing up sovereign Matrix homeserver.
Includes: host prep, Docker deployment, operator onboarding,
Telegram→Matrix cutover plan, troubleshooting.
Burn mode artifact by Ezra.
2026-04-05 08:31:32 +00:00
08acaf3a48
[COMM] Matrix/Conduit deployment scaffold — closes #183 , supports #166
2026-04-05 07:40:22 +00:00
4954a5dd36
[COMM] Matrix/Conduit deployment scaffold — closes #183 , supports #166
2026-04-05 07:40:21 +00:00
f6bb5db1dc
[COMM] Matrix/Conduit deployment scaffold — closes #183 , supports #166
2026-04-05 07:40:20 +00:00
05e7d3a4d9
[COMM] Matrix/Conduit deployment scaffold — closes #183 , supports #166
2026-04-05 07:40:20 +00:00
c6b21e71c6
[COMM] Matrix/Conduit deployment scaffold — closes #183 , supports #166
2026-04-05 07:40:19 +00:00
549b1546e6
[ezra] Burn mode continuity: Primary targets #183 , #166 , #830 engaged
...
- Scaffold verification for all three targets
- Cross-target architecture documented
- Decision authority summary
- SITREPs posted to all issues
2026-04-05 06:51:18 +00:00
d7b905d59b
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/PREREQUISITES.md
2026-04-05 06:10:58 +00:00
7872adb5a3
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/scripts/bootstrap.sh
2026-04-05 06:10:57 +00:00
be7e1709f8
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/element-config.json
2026-04-05 06:10:56 +00:00
4d7d7be646
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/Caddyfile
2026-04-05 06:10:55 +00:00
992d754334
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/conduit.toml
2026-04-05 06:10:54 +00:00
8e336c79fe
[scaffold] Add Matrix/Conduit deployment: deploy/matrix/docker-compose.yml
2026-04-05 06:10:53 +00:00
9687975a1b
[ezra] Operational runbook for Matrix infrastructure ( #166 , #183 )
2026-04-05 05:10:56 +00:00
fde5db2802
[ezra] Matrix Conduit deployment automation script ( #183 )
2026-04-05 05:10:55 +00:00
91be1039fd
[ezra] Environment template for Conduit ( #183 )
2026-04-05 05:10:55 +00:00
5b6ad3f692
[ezra] Conduit configuration scaffold ( #183 )
2026-04-05 05:10:54 +00:00
664747e600
[ezra] Complete Docker Compose for Conduit ( #166 , #183 )
2026-04-05 05:10:54 +00:00
Ezra (Archivist)
1b33db499e
[matrix] Add Conduit deployment scaffold for #166 , #183
...
Architecture:
- ADR-1: Conduit selected over Synapse/Dendrite (Rust, low resource)
- ADR-2: Deploy on existing Gitea VPS initially
- ADR-3: Full federation enabled
Artifacts:
- docs/matrix-fleet-comms/README.md (architecture + runbooks)
- deploy/conduit/conduit.toml (production config)
- deploy/conduit/conduit.service (systemd)
- deploy/conduit/Caddyfile (reverse proxy)
- deploy/conduit/install.sh (one-command installer)
- deploy/conduit/scripts/backup.sh (automated backups)
- deploy/conduit/scripts/health.sh (health monitoring)
Closes #183 (scaffold complete)
Progresses #166 (implementation unblocked)
2026-04-05 04:38:15 +00:00
2e4e512b97
[BRIDGE] Update dm_bridge_mvp.py with fixed decryption and ACK loop
...
- Fixed mangled function names
- Added proper NIP-04 decryption via signer.decrypt()
- Added acknowledgement loop placeholder
- Added hex_public to allowed pubkeys
- Better error reporting
Refs #181
2026-04-05 04:30:08 +00:00
67d3af8334
feat(nostr-bridge): Add DM ingress bridge MVP for #181
...
- Reads DMs from Nostr relay
- Creates Gitea issues from DM content
- Authenticated operator key checking
- MVP implementation for Nostur → Gitea ingress
Refs: #181
2026-04-05 00:45:52 +00:00
da9c655bad
fix: Remove incorrectly placed file (was not in directory)
2026-04-05 00:45:51 +00:00
e383513e9d
feat(nostr-bridge): Add DM ingress bridge MVP for #181
...
- Reads DMs from Nostr relay
- Creates Gitea issues from DM content
- Authenticated operator key checking
- MVP implementation for Nostur → Gitea ingress
Refs: #181
2026-04-05 00:45:19 +00:00
7d39968ce4
Add Caddy reverse proxy configuration for Matrix ( #183 )
2026-04-05 00:08:31 +00:00
e1f8557bec
Add Matrix deployment script ( #183 )
2026-04-05 00:07:06 +00:00
abc3801c49
Add Conduit environment variable template ( #183 )
2026-04-05 00:06:14 +00:00
2d0e4ffd41
Add Conduit configuration scaffold ( #183 )
2026-04-05 00:06:13 +00:00
4a70ba5993
Add Conduit Docker Compose configuration ( #183 )
2026-04-05 00:06:12 +00:00
7172d26547
Add Matrix/Conduit prerequisites documentation ( #183 )
2026-04-05 00:05:25 +00:00
45ee2c6e2e
Add Matrix/Conduit deployment scaffold README ( #166 , #183 )
2026-04-05 00:05:24 +00:00
eb3a367472
Test upload
2026-04-05 00:04:22 +00:00
9340c16429
[docs] correct Nostur onboarding to working wss endpoint ( #180 )
2026-04-04 23:25:42 +00:00
57b4a96872
[COMMS] add operator onboarding for current Nostur edge and Matrix target ( #178 )
2026-04-04 23:00:19 +00:00
be1a308b10
Teach workflow skills in specialist playbooks ( #144 )
...
Co-authored-by: Codex Agent <codex@hermes.local >
Co-committed-by: Codex Agent <codex@hermes.local >
2026-04-04 22:48:06 +00:00
f262fbb45b
Cut over status surfaces to live workflow state ( #145 )
...
Co-authored-by: Codex Agent <codex@hermes.local >
Co-committed-by: Codex Agent <codex@hermes.local >
2026-04-04 22:47:34 +00:00
5a60075515
Teach lane-aware skills in agent dispatch ( #143 )
...
Co-authored-by: Codex Agent <codex@hermes.local >
Co-committed-by: Codex Agent <codex@hermes.local >
2026-04-04 22:47:31 +00:00
1b5e31663e
[COMMS] define Nostur operator edge and Nostr ingress path ( #177 )
2026-04-04 22:46:55 +00:00
b1d147373b
Update orchestration defaults for current team ( #146 )
...
Co-authored-by: Codex Agent <codex@hermes.local >
Co-committed-by: Codex Agent <codex@hermes.local >
2026-04-04 22:43:53 +00:00
2bf79c2286
Refresh ops tooling around current agent lanes ( #142 )
...
Co-authored-by: Codex Agent <codex@hermes.local >
Co-committed-by: Codex Agent <codex@hermes.local >
2026-04-04 22:43:48 +00:00