alter-runtime 0.3.0__tar.gz → 0.3.1__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.
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/PKG-INFO +3 -3
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/__init__.py +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/claude_jsonl_watcher.py +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/__init__.py +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/_base.py +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/__init__.py +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/__init__.py +2 -2
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/atlas/__init__.py +1 -2
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/cli.py +1 -2
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/sdk/client.py +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/services/launchd/com.alter.runtime.plist.in +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/services/systemd/alter-runtime.service.in +1 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/ceremony_echo.py +0 -1
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/ebpf.py +2 -2
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/examples/awesomewm/README.md +6 -6
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/pyproject.toml +4 -3
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/.gitignore +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/LICENSE +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/README.md +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/git_watcher.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/tests/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/tests/test_adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/tests/test_storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/tests/test_traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/tests/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/tests/test_adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/tests/test_storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/tests/test_traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/tests/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/tests/test_adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/tests/test_storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/tests/test_traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/tapo_ecosystem/traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/tests/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/tests/test_adapter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/tests/test_storage.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/tests/test_traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/workshop_tools/traits.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/worktree_watcher.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/atlas/base.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/atlas/ledger.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/atlas/observations.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/atlas/schema.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/cap_cache.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/clients/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/clients/token_usage_client.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/config.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/consent.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/daemon.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/floor_loop.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/floor_preflight.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/http_auth.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/notifiers/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/notifiers/desktop.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/sdk/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/service_install.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/services/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/services/systemd/cf-access-env.conf.in +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/sockets/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/sockets/dbus.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/sockets/unix.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/active_sessions_cron_emitter.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/active_sessions_do_publisher.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/active_sessions_gc.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/active_sessions_writer.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/adapters_writer.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/agent_frames.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/bus.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/cache_writer.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/do_sse.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/inbox_writer.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/mcp_fallback.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/presence_writer.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/session_presence.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/sse.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/weave_intent_writer.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/update_loop.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/weave/__init__.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/weave/resolver.py +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/docs/schemas/README.md +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/examples/waybar/README.md +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/pypi-truealter/README.md +0 -0
- {alter_runtime-0.3.0 → alter_runtime-0.3.1}/pypi-truealter/pyproject.toml +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alter-runtime
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: ~Alter Identity Runtime - local sovereign daemon for the continuous identity field. Subscribes to per-~handle Cloudflare Durable Objects, exposes Unix socket + D-Bus + CLI surfaces, falls back gracefully to direct MCP polling.
|
|
5
5
|
Project-URL: Homepage, https://truealter.com
|
|
6
6
|
Project-URL: Documentation, https://truealter.com/docs/alter-runtime
|
|
7
|
-
Project-URL: Repository, https://github.com/true-alter/
|
|
8
|
-
Project-URL: Bug Tracker, https://github.com/true-alter/
|
|
7
|
+
Project-URL: Repository, https://github.com/true-alter/alter-runtime
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/true-alter/alter-runtime/issues
|
|
9
9
|
Author: Blake Morrison
|
|
10
10
|
Author-email: ALTER Meridian Pty Ltd <hello@truealter.com>
|
|
11
11
|
License: Apache-2.0
|
|
@@ -63,7 +63,7 @@ Decisions
|
|
|
63
63
|
- D-IaI-1 (Identity-as-Inference): token usage is a passive aggregate with
|
|
64
64
|
k=1 (single principal machine). The inferred signal (burn-rate by model)
|
|
65
65
|
is operational telemetry, NOT psychometric inference - no clause of the
|
|
66
|
-
IaI 5-point test is triggered. Return:
|
|
66
|
+
IaI 5-point test is triggered. Return: operator visibility.
|
|
67
67
|
- HTTP auth: JWT sourced from ``load_session()`` at adapter start, then
|
|
68
68
|
refreshed per-POST from ``ALTER_RUNTIME_SESSION_JWT`` env var as a
|
|
69
69
|
fallback. Full auth substrate wiring (ensureFreshSession equivalent) is a
|
|
@@ -14,7 +14,7 @@ boundary upward.
|
|
|
14
14
|
|
|
15
15
|
NOT auto-wired into :mod:`alter_runtime.daemon` startup; activation is a
|
|
16
16
|
follow-up wave once the stub specs in
|
|
17
|
-
|
|
17
|
+
the ALTER internal Phase-2 wave-2 stub specs
|
|
18
18
|
land their implementation pass.
|
|
19
19
|
"""
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Shared base classes for the household adapter family.
|
|
2
2
|
|
|
3
3
|
Two adapter shapes per the Phase-2 cross-pattern catalogue
|
|
4
|
-
(
|
|
4
|
+
(ALTER internal Phase-2 cross-pattern catalogue):
|
|
5
5
|
|
|
6
6
|
* :class:`EventBusSubscriberBase` — subscribes to the in-process
|
|
7
7
|
:class:`~alter_runtime.subscribers.bus.EventBus` for events the
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/__init__.py
RENAMED
|
@@ -5,7 +5,7 @@ devices whose member-attested plate tag is ``"compost"``, and computes
|
|
|
5
5
|
a 30-day temperature-curve patience trait (band). Persists to
|
|
6
6
|
``~/.local/share/alter-runtime/compost.db`` (mode 600).
|
|
7
7
|
|
|
8
|
-
Spec:
|
|
8
|
+
Spec: ALTER internal - compost substrate adapter.
|
|
9
9
|
"""
|
|
10
10
|
|
|
11
11
|
from alter_runtime.adapters.household.compost.adapter import CompostAdapter
|
|
@@ -6,8 +6,8 @@ diversity, and cadence band. Persists to
|
|
|
6
6
|
``~/.local/share/alter-runtime/workshop_tools.db`` (mode 600). Emits
|
|
7
7
|
trait bands only — never raw Wh.
|
|
8
8
|
|
|
9
|
-
Spec:
|
|
10
|
-
Stub:
|
|
9
|
+
Spec: ALTER internal - workshop-tool substrate adapter.
|
|
10
|
+
Stub: ALTER internal Phase-2 wave-2 stub specs (Eco-12 line).
|
|
11
11
|
"""
|
|
12
12
|
|
|
13
13
|
from alter_runtime.adapters.household.workshop_tools.adapter import (
|
|
@@ -6,8 +6,7 @@ content-free 128-dim signature vectors. Content stays local forever; only
|
|
|
6
6
|
derivative signature hashes cross the consent boundary, under per-stream
|
|
7
7
|
Art-6(1)(a) consent.
|
|
8
8
|
|
|
9
|
-
Spec:
|
|
10
|
-
Plan: .repos/internal/02-Technical-Strategy/atlas-weekend-build-plan-2026-04-18.md
|
|
9
|
+
Spec + plan: ALTER internal technical-strategy (substrate recognition).
|
|
11
10
|
DR candidate: D-VLT1 (Drew-gated).
|
|
12
11
|
|
|
13
12
|
Honesty clause (spec §2): signatures are DERIVATIVE, not pseudonymous. A 128-dim
|
|
@@ -10,8 +10,7 @@ Subcommands:
|
|
|
10
10
|
query Query the current materialised view (attunement, warmth, trust tier).
|
|
11
11
|
ingest Manually ingest a signal (for testing).
|
|
12
12
|
|
|
13
|
-
Matches the shape of the alter-cli (Node/TS) command handler
|
|
14
|
-
/mnt/personal/Workspaces/alter-cli/src/index.ts:24-79 - simple switch-on-verb,
|
|
13
|
+
Matches the shape of the alter-cli (Node/TS) command handler - a simple switch-on-verb,
|
|
15
14
|
no external CLI framework dependency (argparse is stdlib).
|
|
16
15
|
"""
|
|
17
16
|
|
|
@@ -107,7 +107,7 @@ class AlterClient:
|
|
|
107
107
|
bearer_token: str | None = None,
|
|
108
108
|
timeout: float = 30.0,
|
|
109
109
|
client_name: str = "alter-runtime",
|
|
110
|
-
client_version: str = "0.3.
|
|
110
|
+
client_version: str = "0.3.1",
|
|
111
111
|
) -> None:
|
|
112
112
|
self.base_url = base_url.rstrip("/")
|
|
113
113
|
self.api_key = api_key
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
~/Library/Application Support/alter, ~/Library/Caches/alter and
|
|
71
71
|
~/Library/Logs/alter-runtime, denies all network listening sockets
|
|
72
72
|
except the Unix socket under Application Support, and uses
|
|
73
|
-
``allow-with-prompt`` for outbound HTTPS to
|
|
73
|
+
``allow-with-prompt`` for outbound HTTPS to api.truealter.com only.
|
|
74
74
|
Tracked at alter-runtime#sandbox-profile (TODO; out of scope for
|
|
75
75
|
this PR — the plist itself is the security floor pre-sandbox). -->
|
|
76
76
|
<key>ProcessType</key>
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/services/systemd/alter-runtime.service.in
RENAMED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
[Unit]
|
|
18
18
|
Description=~Alter Identity Runtime — local sovereign daemon
|
|
19
|
-
Documentation=https://github.com/true-alter/
|
|
19
|
+
Documentation=https://github.com/true-alter/alter-runtime/blob/main/README.md
|
|
20
20
|
# We do not require network-online.target because the daemon tolerates
|
|
21
21
|
# offline starts — it degrades to its local cache and retries the DO
|
|
22
22
|
# connection with exponential backoff (D-RT9).
|
|
@@ -30,7 +30,6 @@ daemon supervisor. Like InboxWriter, the supervisor will restart on
|
|
|
30
30
|
Refs:
|
|
31
31
|
* proposed-D-CUST-1 (alter-internal #140) - surface 21 (ceremony echo)
|
|
32
32
|
* embedded-messenger/05-design-synthesis.md - content_type taxonomy
|
|
33
|
-
* .claude/handovers/2026-04-24-alter-myspace-customisation-m2-and-c-spike.md
|
|
34
33
|
"""
|
|
35
34
|
|
|
36
35
|
from __future__ import annotations
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
The Rust ``alter-ebpf`` binary (subcrate ``packages/alter-ebpf``) is the
|
|
4
4
|
userspace half of a BPF LSM program that observes ``bprm_check_security``
|
|
5
5
|
and emits one ``alter1``-shaped JSON envelope per line to stdout for every
|
|
6
|
-
exec on a uid the operator opted in to. Patent M (
|
|
7
|
-
|
|
6
|
+
exec on a uid the operator opted in to. Patent M (filed 2026) covers this
|
|
7
|
+
kernel-adjacent attestation surface.
|
|
8
8
|
|
|
9
9
|
This subscriber is the bridge between that binary and the in-process
|
|
10
10
|
:class:`EventBus`. It:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Ambient wibar widget + rofi quick-compose for ALTER messaging on Arch / AwesomeWM. Pairs with the existing waybar example for Wayland users; this is the X11 / AwesomeWM equivalent.
|
|
4
4
|
|
|
5
|
-
Private-dev scope
|
|
5
|
+
Private-dev scope. Local-only (IaI Clause 1 compliant): the widget reads a daemon-populated cache file, never the network. The compose script only calls the same local MCP endpoint as `.claude/hooks/cc-slash-msg.sh`.
|
|
6
6
|
|
|
7
7
|
## Files
|
|
8
8
|
|
|
@@ -29,7 +29,7 @@ Private-dev scope - Blake's machine. Local-only (IaI Clause 1 compliant): the wi
|
|
|
29
29
|
2. Copy `alter-compose.sh` somewhere on `$PATH`, or leave it in-place and reference the absolute path. Mark it executable:
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
chmod +x /
|
|
32
|
+
chmod +x /path/to/alter-compose.sh
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
3. Edit `~/.config/awesome/rc.lua` and add the widget mount + keybinding (snippets below).
|
|
@@ -79,14 +79,14 @@ In your `globalkeys` table, add the quick-compose bind (Super+M suggested; pick
|
|
|
79
79
|
awful.key(
|
|
80
80
|
{ modkey }, "m",
|
|
81
81
|
function ()
|
|
82
|
-
awful.spawn("/
|
|
82
|
+
awful.spawn("/path/to/alter-compose.sh")
|
|
83
83
|
end,
|
|
84
84
|
{ description = "compose alter message", group = "alter" }
|
|
85
85
|
),
|
|
86
86
|
awful.key(
|
|
87
87
|
{ modkey, "Shift" }, "m",
|
|
88
88
|
function ()
|
|
89
|
-
awful.spawn("/
|
|
89
|
+
awful.spawn("/path/to/alter-compose.sh --read")
|
|
90
90
|
end,
|
|
91
91
|
{ description = "read alter inbox", group = "alter" }
|
|
92
92
|
),
|
|
@@ -107,7 +107,7 @@ awful.key(
|
|
|
107
107
|
## Privacy notes (D-MSG10)
|
|
108
108
|
|
|
109
109
|
- The widget reads `~/.cache/alter/inbox.json` only. No network traffic from the widget path.
|
|
110
|
-
- `alter-compose.sh` hits only `http://localhost:9092/api/v1/mcp` with
|
|
110
|
+
- `alter-compose.sh` hits only `http://localhost:9092/api/v1/mcp` with a local dev key - same path the CC `/msg` hook uses. No third-party endpoints, no telemetry.
|
|
111
111
|
- Read receipts, presence, and typing indicators are intentionally NOT wired. Opening the inbox (`--read`) does not mark messages read server-side; that's an explicit user action left for the inbox UI.
|
|
112
112
|
|
|
113
113
|
## Configuration
|
|
@@ -117,6 +117,6 @@ Both files respect:
|
|
|
117
117
|
| Env var | Default | Purpose |
|
|
118
118
|
|---------|---------|---------|
|
|
119
119
|
| `ALTER_MESSENGER_API` | `http://localhost:9092/api/v1/mcp` | MCP endpoint for send/inbox calls |
|
|
120
|
-
| `ALTER_MESSENGER_KEY` | `
|
|
120
|
+
| `ALTER_MESSENGER_KEY` | `alt_dev_<handle>_msg` | API key header value (dev-only; backend honours `alt_dev_*` keys only when running in development mode) |
|
|
121
121
|
|
|
122
122
|
Override in your `~/.config/awesome/rc.lua` via `awful.spawn.with_shell` if you need a different endpoint for staging.
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "alter-runtime"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.1"
|
|
8
8
|
description = "~Alter Identity Runtime - local sovereign daemon for the continuous identity field. Subscribes to per-~handle Cloudflare Durable Objects, exposes Unix socket + D-Bus + CLI surfaces, falls back gracefully to direct MCP polling."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "Apache-2.0" }
|
|
@@ -117,11 +117,12 @@ alter-runtime = "alter_runtime.cli:main"
|
|
|
117
117
|
[project.urls]
|
|
118
118
|
Homepage = "https://truealter.com"
|
|
119
119
|
Documentation = "https://truealter.com/docs/alter-runtime"
|
|
120
|
-
Repository = "https://github.com/true-alter/
|
|
121
|
-
"Bug Tracker" = "https://github.com/true-alter/
|
|
120
|
+
Repository = "https://github.com/true-alter/alter-runtime"
|
|
121
|
+
"Bug Tracker" = "https://github.com/true-alter/alter-runtime/issues"
|
|
122
122
|
|
|
123
123
|
[tool.hatch.build.targets.wheel]
|
|
124
124
|
packages = ["alter_runtime"]
|
|
125
|
+
exclude = ["alter_runtime/**/tests", "alter_runtime/**/tests/**"]
|
|
125
126
|
|
|
126
127
|
[tool.hatch.build.targets.wheel.force-include]
|
|
127
128
|
"alter_runtime/services/systemd/alter-runtime.service.in" = "alter_runtime/services/systemd/alter-runtime.service.in"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/adapter.py
RENAMED
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/compost/traits.py
RENAMED
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/__init__.py
RENAMED
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/adapter.py
RENAMED
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/adapters/household/self_hoster/traits.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/services/systemd/cf-access-env.conf.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/active_sessions_writer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alter_runtime-0.3.0 → alter_runtime-0.3.1}/alter_runtime/subscribers/weave_intent_writer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|