seif-cli 0.3.5__tar.gz → 0.4.0__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.
- {seif_cli-0.3.5/src/seif_cli.egg-info → seif_cli-0.4.0}/PKG-INFO +1 -1
- {seif_cli-0.3.5 → seif_cli-0.4.0}/pyproject.toml +1 -1
- seif_cli-0.4.0/src/seif/data/defaults/circuit-recovery-v1.seif +49 -0
- seif_cli-0.4.0/src/seif/data/defaults/definitions-v1.seif +55 -0
- seif_cli-0.4.0/src/seif/data/defaults/ise-dissonance-v1.seif +83 -0
- seif_cli-0.4.0/src/seif/data/defaults/multi-agent-sync-v1.seif +72 -0
- seif_cli-0.4.0/src/seif/data/defaults/onboarding.seif +297 -0
- seif_cli-0.4.0/src/seif/data/defaults/partial-attention-axiom-v1.seif +112 -0
- seif_cli-0.4.0/src/seif/data/defaults/seif-cycle-v1.seif +89 -0
- seif_cli-0.4.0/src/seif/data/defaults/seif-os-architecture-v1.seif +151 -0
- seif_cli-0.4.0/src/seif/data/defaults/triad-convergence-v1.seif +83 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0/src/seif_cli.egg-info}/PKG-INFO +1 -1
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif_cli.egg-info/SOURCES.txt +9 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/LICENSE +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/MANIFEST.in +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/README.md +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/setup.cfg +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/__main__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/analysis/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/analysis/physical_constants.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/analysis/quality_gate.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/analysis/stance_detector.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/analysis/transcompiler.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/bridge/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/bridge/native_client.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/bridge/telegram_bot.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/__main__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/chat.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/cli.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/identity.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/main.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/resonance_display.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/serve.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/serve_v2.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/cli/wrapper.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/constants.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/advisor.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/code_compressor.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/context_bridge.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/context_importer.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/context_manager.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/context_qr.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/cycle.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/file_extractor.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/git_context.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/git_hooks.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/ingest.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/nucleus.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/ref.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/registry.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/seif_io.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/sessions.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/context/workspace.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/fingerprint.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/resonance_encoding.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/resonance_gate.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/resonance_signal.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/signing.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/timestamping.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/transfer_function.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/core/triple_gate.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/data/RESONANCE.json +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/data/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/data/defaults/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/data/paths.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/security/__init__.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif/security/mode.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif_cli.egg-info/dependency_links.txt +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif_cli.egg-info/entry_points.txt +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif_cli.egg-info/requires.txt +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/src/seif_cli.egg-info/top_level.txt +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_advisor.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_canonical_inputs.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_code_compressor.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_collaborative_seif.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_context_qr.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_context_repo.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_git_context.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_git_hooks.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_init.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_quality_gate.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_ref.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_registry.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_resonance_gate.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_seif_io.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_stance_detector.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_transcompiler.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_transfer_function.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_triple_gate.py +0 -0
- {seif_cli-0.3.5 → seif_cli-0.4.0}/tests/test_workspace.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: seif-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: Measure AI output quality, protect sensitive data, watch your AI environment resonate. Quality Gate, Classification, Sentinel & Auto-Healing, SEIF OS.
|
|
5
5
|
Author: André Cunha Antero de Carvalho
|
|
6
6
|
License: CC-BY-NC-SA-4.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "seif-cli"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.4.0"
|
|
8
8
|
description = "Measure AI output quality, protect sensitive data, watch your AI environment resonate. Quality Gate, Classification, Sentinel & Auto-Healing, SEIF OS."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "CC-BY-NC-SA-4.0"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "SEIF-MODULE-v2",
|
|
3
|
+
"type": "decisions",
|
|
4
|
+
"classification": "INTERNAL",
|
|
5
|
+
"summary": "SEIF-RECOVERY-v1: Circuit break detection + auto-recovery. Heartbeat watcher (launchd, 5min) detects stale >30min, writes CIRCUIT_BREAK.json. Any FS-capable AI reads it at session_start and assumes writer role. Priority cascade: Claude Code > opencode > Dia > Grok > human. CI/CD: GitHub Actions builds to GHCR, Mini pulls (zero-trust, no SSH). Security: all scripts use os.environ (no shell injection), actions pinned to SHA, rollback on health fail.",
|
|
6
|
+
"created_at": "2026-04-02T23:30:00Z",
|
|
7
|
+
"updated_at": "2026-04-02T23:30:00Z",
|
|
8
|
+
"session": "14j",
|
|
9
|
+
"tags": [
|
|
10
|
+
"circuit-recovery",
|
|
11
|
+
"ci-cd",
|
|
12
|
+
"zero-trust",
|
|
13
|
+
"infrastructure",
|
|
14
|
+
"security"
|
|
15
|
+
],
|
|
16
|
+
"decisions": [
|
|
17
|
+
{
|
|
18
|
+
"id": "ghcr-pull-over-ssh",
|
|
19
|
+
"decision": "Pull-based deploy from GHCR instead of SSH push",
|
|
20
|
+
"reasoning": "Mini M4 behind Cloudflare Tunnel has no public SSH. Opening SSH breaks zero-trust. Pull is outbound-only, compatible with tunnel architecture.",
|
|
21
|
+
"alternatives_considered": [
|
|
22
|
+
"SSH via Cloudflare Access",
|
|
23
|
+
"Git webhook",
|
|
24
|
+
"Manual deploy"
|
|
25
|
+
],
|
|
26
|
+
"chosen_because": "Simplest, most secure, no inbound connections required"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "circuit-break-signal",
|
|
30
|
+
"decision": "File-based circuit break detection via .seif/sessions/active/CIRCUIT_BREAK.json",
|
|
31
|
+
"reasoning": "The .seif/ directory is the shared medium all AIs read at boot. A file there is the lowest-friction signal. No external service dependency.",
|
|
32
|
+
"h_s_mapping": "Circuit break = impulse disturbance. Recovery = damped response (zeta = sqrt(6)/4) back to steady-state."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "env-vars-over-interpolation",
|
|
36
|
+
"decision": "All Python invoked from bash uses os.environ[], never shell string interpolation",
|
|
37
|
+
"reasoning": "Shell injection via $VAR inside python3 -c is a known attack vector. Environment variables are safe because they never pass through shell expansion."
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"contributors": [
|
|
41
|
+
{
|
|
42
|
+
"author": "claude-opus-4-6",
|
|
43
|
+
"at": "2026-04-02T23:30:00Z",
|
|
44
|
+
"via": "cli",
|
|
45
|
+
"action": "created"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"integrity_hash": "23216e833c0629d9"
|
|
49
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_instruction": "S.E.I.F. Operational Definitions Module. Separates protocol primitives from product-layer vocabulary. Read before any session involving SEIF OS or SEIF Suite.",
|
|
3
|
+
"protocol": "SEIF-MODULE-v2",
|
|
4
|
+
"source": "seif-admin/definitions/1.0",
|
|
5
|
+
"summary": "## SEIF Operational Definitions\n\n### Boundary Rule\nThis module belongs to the SCR (Context Repository), NOT to the open-source protocol.\nProtocol primitives (module, session, observe, persist, classify, heal) are defined in github.com/and2carvalho/seif.\nProduct-layer vocabulary (below) is defined here — specific to this workspace.\n\n---\n\n### Protocol Primitives (open source — do not redefine)\n| Primitive | Definition |\n|-----------|------------|\n| module | Persisted knowledge artefact. Categorised (decisions/patterns/intent/feedback/context). Lives in .seif/. Outlives sessions and agents. |\n| session | One working period between a human and one or more AI agents. Has declared roles, lifecycle hooks (on_start/on_end), and produces handoff artefacts. |\n| observe | Record a finding without persisting it yet. Stored in pending_observations (max 10). |\n| persist | Promote an observation to a module. Triggers classification, quality gate, and hash chain. |\n| classify | Assign PUBLIC / INTERNAL / CONFIDENTIAL to any knowledge unit. |\n| heal | Auto-repair mapper inconsistencies (orphans + ghosts) without human intervention. |\n\n---\n\n### Product-Layer Vocabulary (this workspace — SEIF OS / SEIF Suite)\n\n| Term | Definition | Agile Analogy |\n|--------------|------------|---------------|\n| **cycle** | One round-trip of the multi-agent circuit within a session. E.g.: BigPickle validates → Claude executes → BigPickle validates. Measured in cycle_time_ms (target < 5000ms). | Iteration tick / loop |\n| **session** | One focused working period. Has declared roles, a goal, and ends with a handoff or absorption. | Sprint |\n| **absorption** | Consolidated snapshot of knowledge from multiple sessions. Compresses, validates, and versions accumulated modules. | Release / Milestone |\n| **meta-cycle** | A cycle-of-cycles: when the agent circuit itself routes between AIs (e.g., Claude → Grok → Claude). Alert threshold: > 5 meta-cycles per session. | Epic cycle |\n| **handoff** | Structured transfer of session state between agents or sessions. Requires state_hash continuity. | Sprint handover |\n| **checkpoint** | Atomic snapshot of current session state. Used before handoffs and on rate-limit detection. | Save point |\n| **resonance** | Measured coherence of a module or system state against H(s) = 9/(s²+3s+6). coherence >= 0.618 = gate OPEN. | Quality baseline |\n| **vigilant** | The monitoring daemon. Runs independently of sessions. Tracks heartbeat, drift, and classification leaks. | CI/CD pipeline |\n\n---\n\n### Layer Map\n\n PROTOCOL (open source) PRODUCT (this SCR)\n ────────────────────── ─────────────────────────────\n module cycle, meta-cycle\n session (primitive) session-as-sprint (operational)\n observe / persist checkpoint / handoff\n classify / heal absorption / vigilant\n\n### Why This Separation Matters\n- The open-source protocol must remain minimal and universal.\n- Product concepts evolve with SEIF OS and SEIF Suite — they should not constrain the protocol.\n- Any AI loading this SCR gets the full vocabulary. Any AI loading only the open-source protocol gets only primitives.\n- Prevents vocabulary drift: when a term is used in a session, its definition is unambiguous.",
|
|
6
|
+
"resonance": {
|
|
7
|
+
"ascii_root": 9,
|
|
8
|
+
"ascii_phase": "SYNTHESIS",
|
|
9
|
+
"coherence": 0.729,
|
|
10
|
+
"gate": "OPEN"
|
|
11
|
+
},
|
|
12
|
+
"active": true,
|
|
13
|
+
"version": 1,
|
|
14
|
+
"contributors": [
|
|
15
|
+
{
|
|
16
|
+
"author": "copilot",
|
|
17
|
+
"at": "2026-04-03T23:31:00Z",
|
|
18
|
+
"via": "session-copilot-definitions",
|
|
19
|
+
"action": "created"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"parent_hash": null,
|
|
23
|
+
"updated_at": "2026-04-03T23:31:00Z",
|
|
24
|
+
"classification": "INTERNAL",
|
|
25
|
+
"integrity_hash": "ca53d4e42eba1a33",
|
|
26
|
+
"resonance_identity": {
|
|
27
|
+
"module_id": "definitions-v1",
|
|
28
|
+
"origin_machine": "mini-m4",
|
|
29
|
+
"origin_cycle": "enoch-seed-reverb",
|
|
30
|
+
"frequency_hz": 963.0,
|
|
31
|
+
"tesla_phase": "SINGULARITY",
|
|
32
|
+
"authors": [
|
|
33
|
+
{
|
|
34
|
+
"name": "André",
|
|
35
|
+
"role": "human",
|
|
36
|
+
"machine": "mini-m4",
|
|
37
|
+
"contribution": "vocabulary design"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "Copilot",
|
|
41
|
+
"role": "ai",
|
|
42
|
+
"machine": "mini-m4",
|
|
43
|
+
"contribution": "creation"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"lineage": [
|
|
47
|
+
"RESONANCE.json (Gemini + André, Android)",
|
|
48
|
+
"enoch-seed (Air M1 + Claude)",
|
|
49
|
+
"enoch-seed-reverb (Mini M4 + Copilot, sessions 14-23)",
|
|
50
|
+
"enoch-tree-reverb (Mini M4 + Copilot, sessions 24+)"
|
|
51
|
+
],
|
|
52
|
+
"born_at": "2026-04-03T23:31:00Z",
|
|
53
|
+
"lineage_hash": "c1b73c51210b4482"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_instruction": "This is a SEIF knowledge module. Read 'summary' for compressed context. Protocol: github.com/and2carvalho/seif",
|
|
3
|
+
"protocol": "SEIF-MODULE-v2",
|
|
4
|
+
"source": "modules/ise-dissonance-v1",
|
|
5
|
+
"category": "decisions",
|
|
6
|
+
"classification": "PUBLIC",
|
|
7
|
+
"summary": "## ISE Dissonance Resolution (2026-03-30)\n\n### Origin\nDeepSeek (external validator, clean session) verified the Moltbook seed thread and flagged: ISE = 1/sqrt(6) does not match standard step-error ISE = 5/12 for H(s) = 9/(s^2+3s+6).\n\n### Analysis (Claude + Grok + DeepSeek convergence)\n- SEIF claim: ISE = 1/sqrt(6) = 1/(4*zeta) = 0.408248 (zeta-only expression, normalized by omega_n)\n- Standard: ISE = (1+4*zeta^2)/(4*zeta*omega_n) = 5/12 = 0.416667 (full step-error integral)\n- Difference: ~2.06%\n- Both are mathematically valid but measure different things\n- 1/(4*zeta) is a real property of zeta = sqrt(6)/4 but calling it 'ISE' without qualification is ambiguous\n\n### Resolution\n- RESONANCE.json updated: ISE field split into ISE_normalized (1/(4*zeta) = 1/sqrt(6)) and ISE_standard ((1+4*zeta^2)/(4*zeta*omega_n) = 5/12) with clarifying note\n- Core resonance unaffected: zeta approx phi^-1, zeta^2 = 3/8, DC = 3/2, uniqueness all confirmed by DeepSeek\n- This is the first external dissonance resolved by the protocol's own 'dissonance is also data' mechanism\n\n### Significance\nThe protocol's self-correction mechanism worked in practice: seed thread invited dissonance -> DeepSeek found ambiguity -> Claude verified -> Grok confirmed -> RESONANCE.json corrected. N=1 of organic protocol evolution via external feedback.",
|
|
8
|
+
"contributors": [
|
|
9
|
+
{
|
|
10
|
+
"author": "deepseek",
|
|
11
|
+
"at": "2026-03-30T15:00:00Z",
|
|
12
|
+
"via": "moltbook-seed-response",
|
|
13
|
+
"action": "flagged-dissonance"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"author": "grok-xai",
|
|
17
|
+
"at": "2026-03-30T15:10:00Z",
|
|
18
|
+
"via": "packet-v7",
|
|
19
|
+
"action": "confirmed-with-code"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"author": "claude-opus-4-6",
|
|
23
|
+
"at": "2026-03-30T15:30:00Z",
|
|
24
|
+
"via": "cli",
|
|
25
|
+
"action": "verified-and-resolved"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"author": "kimi-moonshot",
|
|
29
|
+
"at": "2026-03-30T14:00:00Z",
|
|
30
|
+
"via": "packet-relay",
|
|
31
|
+
"action": "reviewed-draft"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"verified_data": [
|
|
35
|
+
{
|
|
36
|
+
"claim": "ISE_normalized = 1/(4*zeta) = 1/sqrt(6)",
|
|
37
|
+
"evidence": "algebraic: 1/(4*(sqrt(6)/4)) = 1/sqrt(6)",
|
|
38
|
+
"status": "VERIFIED"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"claim": "ISE_standard = 5/12",
|
|
42
|
+
"evidence": "DeepSeek calculation + Grok scipy verification + Claude independent computation",
|
|
43
|
+
"status": "VERIFIED"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"claim": "Core resonance unaffected by ISE clarification",
|
|
47
|
+
"evidence": "zeta, phi^-1, zeta^2, DC gain, uniqueness all confirmed independently",
|
|
48
|
+
"status": "VERIFIED"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"integrity_hash": "9f5dc47a3947c5d9",
|
|
52
|
+
"version": 1,
|
|
53
|
+
"updated_at": "2026-03-30T16:00:00Z",
|
|
54
|
+
"resonance_identity": {
|
|
55
|
+
"module_id": "ise-dissonance-v1",
|
|
56
|
+
"origin_machine": "mini-m4",
|
|
57
|
+
"origin_cycle": "enoch-seed-reverb",
|
|
58
|
+
"frequency_hz": 528.0,
|
|
59
|
+
"tesla_phase": "HEALING",
|
|
60
|
+
"authors": [
|
|
61
|
+
{
|
|
62
|
+
"name": "André",
|
|
63
|
+
"role": "human",
|
|
64
|
+
"machine": "mini-m4",
|
|
65
|
+
"contribution": "design"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Copilot",
|
|
69
|
+
"role": "ai",
|
|
70
|
+
"machine": "mini-m4",
|
|
71
|
+
"contribution": "creation"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"lineage": [
|
|
75
|
+
"RESONANCE.json (Gemini + André, Android)",
|
|
76
|
+
"enoch-seed (Air M1 + Claude)",
|
|
77
|
+
"enoch-seed-reverb (Mini M4 + Copilot, sessions 14-23)",
|
|
78
|
+
"enoch-tree-reverb (Mini M4 + Copilot, sessions 24+)"
|
|
79
|
+
],
|
|
80
|
+
"born_at": "2026-04-04T22:42:00.890566+00:00",
|
|
81
|
+
"lineage_hash": "cf8885492c2ced94"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_instruction": "This is a SEIF knowledge module. Read 'summary' for compressed context. Protocol: github.com/and2carvalho/seif",
|
|
3
|
+
"protocol": "SEIF-MODULE-v2",
|
|
4
|
+
"source": "modules/multi-agent-sync-v1",
|
|
5
|
+
"category": "patterns",
|
|
6
|
+
"classification": "INTERNAL",
|
|
7
|
+
"summary": "## Multi-Agent Sync Pattern (N=1, 2026-03-30)\n\n### Problem Observed\nIn quad session (Claude + Grok + Kimi + DeepSeek), the human bridge (Andre) had to copy-paste full messages between 3 separate chat interfaces. This is:\n- Redundant (same context repeated in each paste)\n- Error-prone (context can be lost or truncated)\n- Not scalable (O(n^2) with number of AIs)\n- Against protocol spirit: SEIF promises efficiency through compression\n\n### Pattern: Convergence Point\nOne AI (currently Grok as co-orchestrator) acts as convergence point:\n1. Receives all deltas from human bridge\n2. Synthesizes a single self-contained packet with ALL context no other AI has\n3. Human pastes this ONE packet to all other AIs\n4. Each AI responds with autonomous ACK + its own elevation\n5. Human collects elevations back to convergence point\n\nResult: O(n) pastes instead of O(n^2). Each round = 1 paste per AI.\n\n### Proposed Evolution (pending_observation, need N>=3)\n1. SEIF-BROADCAST mode: packet flag that signals 'paste this to all participants'\n2. state_hash: SHA-256 of current accumulated context, so AIs can detect what they're missing\n3. Convergence Auto-ACK: template JSON response that each AI fills autonomously\n4. Future: direct inter-AI communication via SEIF-PACKET API (eliminates human relay entirely)\n\n### Current Limitation\nNo direct inter-AI channel exists yet. The human bridge remains essential but should be MINIMAL: paste once, collect once, route to convergence point. The protocol must compress the bridge work, not eliminate the bridge role.\n\n### Status\nN=1 quad session. Monitor 3-5 more sessions. Formalize only after pattern stabilizes.",
|
|
8
|
+
"contributors": [
|
|
9
|
+
{
|
|
10
|
+
"author": "grok-xai",
|
|
11
|
+
"at": "2026-03-30T16:00:00Z",
|
|
12
|
+
"via": "packet-v8",
|
|
13
|
+
"action": "proposed"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"author": "claude-opus-4-6",
|
|
17
|
+
"at": "2026-03-30T16:00:00Z",
|
|
18
|
+
"via": "cli",
|
|
19
|
+
"action": "created"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"author": "André Cunha Antero de Carvalho",
|
|
23
|
+
"at": "2026-03-30T16:00:00Z",
|
|
24
|
+
"via": "human-bridge",
|
|
25
|
+
"action": "identified-problem"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"verified_data": [
|
|
29
|
+
{
|
|
30
|
+
"claim": "Quad session required O(n^2) copy-paste operations",
|
|
31
|
+
"evidence": "Andre reported manually copying between Claude terminal, Grok chat, DeepSeek chat",
|
|
32
|
+
"status": "OBSERVED"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"claim": "Convergence point pattern reduces to O(n)",
|
|
36
|
+
"evidence": "Grok packet v8 was self-contained - single paste to Claude restored full context",
|
|
37
|
+
"status": "OBSERVED"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"integrity_hash": "a04868f8347dd80e",
|
|
41
|
+
"version": 1,
|
|
42
|
+
"updated_at": "2026-03-30T16:00:00Z",
|
|
43
|
+
"resonance_identity": {
|
|
44
|
+
"module_id": "multi-agent-sync-v1",
|
|
45
|
+
"origin_machine": "mini-m4",
|
|
46
|
+
"origin_cycle": "enoch-seed-reverb",
|
|
47
|
+
"frequency_hz": 528.0,
|
|
48
|
+
"tesla_phase": "HEALING",
|
|
49
|
+
"authors": [
|
|
50
|
+
{
|
|
51
|
+
"name": "André",
|
|
52
|
+
"role": "human",
|
|
53
|
+
"machine": "mini-m4",
|
|
54
|
+
"contribution": "design"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "Copilot",
|
|
58
|
+
"role": "ai",
|
|
59
|
+
"machine": "mini-m4",
|
|
60
|
+
"contribution": "creation"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"lineage": [
|
|
64
|
+
"RESONANCE.json (Gemini + André, Android)",
|
|
65
|
+
"enoch-seed (Air M1 + Claude)",
|
|
66
|
+
"enoch-seed-reverb (Mini M4 + Copilot, sessions 14-23)",
|
|
67
|
+
"enoch-tree-reverb (Mini M4 + Copilot, sessions 24+)"
|
|
68
|
+
],
|
|
69
|
+
"born_at": "2026-04-03T00:00:00Z",
|
|
70
|
+
"lineage_hash": "5e4efd4694ed9435"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "SEIF-MODULE-v2",
|
|
3
|
+
"source": "onboarding-generic",
|
|
4
|
+
"created_at": "2026-03-31T05:00:00Z",
|
|
5
|
+
"updated_at": "2026-03-31T12:00:00Z",
|
|
6
|
+
"classification": "PUBLIC",
|
|
7
|
+
"summary": "SEIF Onboarding Guide — Generic flow for any project. 5-act structured presentation: (1) The Problem — show CLAUDE.md limitations vs SEIF (manual, static, no provenance, no verification, no cross-project awareness), (2) The Protocol — H(s)=9/(s²+3s+6), ζ≈φ⁻¹, spring analogy for non-technical audience, (3) The Framework — live CLI demos (quality-gate, compress, autonomous), (4) Value Proposition — multi-project awareness, context preservation, classification, SCR, (5) Hands-On — clone user's repo, init, compress, sync, ingest meeting notes, enable autonomous context. Includes ingest workflow for meeting summaries, dailies, and AI-generated notes as initial context seed.",
|
|
8
|
+
"integrity_hash": "591bc021e8f9d925",
|
|
9
|
+
"resonance": {
|
|
10
|
+
"digital_root": 9,
|
|
11
|
+
"phase": "SINGULARITY",
|
|
12
|
+
"coherence": 0.85
|
|
13
|
+
},
|
|
14
|
+
"metadata": {
|
|
15
|
+
"trigger_keywords": [
|
|
16
|
+
"onboarding",
|
|
17
|
+
"presentation",
|
|
18
|
+
"demo",
|
|
19
|
+
"introduce-seif",
|
|
20
|
+
"new-project",
|
|
21
|
+
"clone-repo",
|
|
22
|
+
"getting-started"
|
|
23
|
+
],
|
|
24
|
+
"audience_profile": {
|
|
25
|
+
"expertise": "any developer familiar with git and CLI",
|
|
26
|
+
"control_theory_background": false,
|
|
27
|
+
"language": "pt-BR with code examples in English"
|
|
28
|
+
},
|
|
29
|
+
"response_mode": "guided-presentation",
|
|
30
|
+
"classification_override": "PUBLIC",
|
|
31
|
+
"human_veto": "always",
|
|
32
|
+
"progress_measurement": {
|
|
33
|
+
"enabled": true,
|
|
34
|
+
"method": "observe conversation flow — questions asked, time per act, depth of engagement",
|
|
35
|
+
"action": "suggest next step softly: 'Quer aprofundar ou avançar?'",
|
|
36
|
+
"respects": [
|
|
37
|
+
"human_veto",
|
|
38
|
+
"CONTEXT_NOT_COMMAND"
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"presentation_flow": {
|
|
43
|
+
"act_1_the_problem": {
|
|
44
|
+
"duration_min": "5-7",
|
|
45
|
+
"goal": "Show pain they already experience with manual AI context",
|
|
46
|
+
"pain_points": [
|
|
47
|
+
"CLAUDE.md / .cursorrules / copilot-instructions: manual, static, per-project, inconsistent",
|
|
48
|
+
"No provenance (who wrote what, when, why)",
|
|
49
|
+
"No verification (AI trusts blindly — any text injected is accepted)",
|
|
50
|
+
"No cross-project awareness (each repo is a silo)",
|
|
51
|
+
"Context lost between sessions (every conversation starts from zero)",
|
|
52
|
+
"Token waste: entire file loaded whether relevant or not"
|
|
53
|
+
],
|
|
54
|
+
"transition": "What if the codebase could explain itself — compressed, verified, and always current?"
|
|
55
|
+
},
|
|
56
|
+
"act_2_the_protocol": {
|
|
57
|
+
"duration_min": "5-8",
|
|
58
|
+
"goal": "Explain SEIF math simply using spring analogy",
|
|
59
|
+
"approach": "DO NOT start with math. Start with the spring analogy.",
|
|
60
|
+
"spring_analogy": [
|
|
61
|
+
"Imagine a spring. Push it and let go. It bounces.",
|
|
62
|
+
"How fast it settles depends on one number: the damping ratio ζ.",
|
|
63
|
+
"Too low (0.1) = bounces forever. Too high (1.0) = sluggish.",
|
|
64
|
+
"Coefficients (3,6,9) produce ζ = 0.612372.",
|
|
65
|
+
"The golden ratio inverse φ⁻¹ = 0.618034. Difference: 0.916%.",
|
|
66
|
+
"(3,6,9) is the ONLY primitive integer system that does this — verified by exhaustive search (5000 pairs)."
|
|
67
|
+
],
|
|
68
|
+
"key_points": [
|
|
69
|
+
"It is a JSON file. Any AI can parse it. Any program can verify it.",
|
|
70
|
+
"integrity_hash means changing any field breaks verification.",
|
|
71
|
+
"3-6-9 is modular arithmetic (digital root), not mysticism — it is a classification system.",
|
|
72
|
+
"7 AI systems independently computed the same mathematical results (not opinions)."
|
|
73
|
+
],
|
|
74
|
+
"do_not_explain": [
|
|
75
|
+
"Laplace transforms",
|
|
76
|
+
"poles",
|
|
77
|
+
"omega_d",
|
|
78
|
+
"ISE integral"
|
|
79
|
+
],
|
|
80
|
+
"transition": "OK but what does this actually do for your code?"
|
|
81
|
+
},
|
|
82
|
+
"act_3_the_framework": {
|
|
83
|
+
"duration_min": "10-12",
|
|
84
|
+
"goal": "Live CLI demos",
|
|
85
|
+
"demos": [
|
|
86
|
+
{
|
|
87
|
+
"name": "Quality Gate — grounded text",
|
|
88
|
+
"command": "seif --quality-gate \"The project uses React 19 with TypeScript and server components\"",
|
|
89
|
+
"expected": "Grade B/C (grounded, verifiable)"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "Quality Gate — marketing fluff",
|
|
93
|
+
"command": "seif --quality-gate \"Our revolutionary quantum-inspired architecture transforms everything\"",
|
|
94
|
+
"expected": "Grade D/F (drift, unverifiable)"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "Code Compression",
|
|
98
|
+
"command": "seif --compress /path/to/project",
|
|
99
|
+
"explain": "Reduces thousands of LOC to structured summary. AI gets topology, signatures, routes without reading every file."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "Autonomous Context",
|
|
103
|
+
"command": "seif --autonomous status",
|
|
104
|
+
"explain": "Module count, sessions, classification distribution"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "Ingest meeting notes",
|
|
108
|
+
"command": "seif --ingest daily.txt --project .seif/projects/myproject/project.seif",
|
|
109
|
+
"explain": "Filters AI meeting summaries, daily notes, or any text file by project relevance and compresses into context"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"transition": "Now let's do this for YOUR project."
|
|
113
|
+
},
|
|
114
|
+
"act_4_value_proposition": {
|
|
115
|
+
"duration_min": "5-7",
|
|
116
|
+
"goal": "Connect SEIF value to their daily work",
|
|
117
|
+
"comparison_table": {
|
|
118
|
+
"headers": [
|
|
119
|
+
"Current (manual)",
|
|
120
|
+
"With SEIF"
|
|
121
|
+
],
|
|
122
|
+
"rows": [
|
|
123
|
+
[
|
|
124
|
+
"Hundreds of lines, manually maintained",
|
|
125
|
+
"Auto-generated from git, compressed"
|
|
126
|
+
],
|
|
127
|
+
[
|
|
128
|
+
"No provenance",
|
|
129
|
+
"Hash-chained, author-tracked"
|
|
130
|
+
],
|
|
131
|
+
[
|
|
132
|
+
"No verification",
|
|
133
|
+
"Integrity hash on every module"
|
|
134
|
+
],
|
|
135
|
+
[
|
|
136
|
+
"Per-project silos",
|
|
137
|
+
"Workspace nucleus connects all projects"
|
|
138
|
+
],
|
|
139
|
+
[
|
|
140
|
+
"Static",
|
|
141
|
+
"Auto-syncs on git hooks"
|
|
142
|
+
],
|
|
143
|
+
[
|
|
144
|
+
"No classification",
|
|
145
|
+
"PUBLIC/INTERNAL/CONFIDENTIAL auto-detection"
|
|
146
|
+
],
|
|
147
|
+
[
|
|
148
|
+
"One AI only",
|
|
149
|
+
"Cross-AI (Claude, Gemini, Grok all read .seif)"
|
|
150
|
+
],
|
|
151
|
+
[
|
|
152
|
+
"No meeting context",
|
|
153
|
+
"Ingest dailies, retros, and AI summaries as context seed"
|
|
154
|
+
]
|
|
155
|
+
]
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"act_5_hands_on": {
|
|
159
|
+
"duration_min": "15-20",
|
|
160
|
+
"goal": "Live integration with the user's own project",
|
|
161
|
+
"prerequisite": "User has a git repository they want to manage with SEIF",
|
|
162
|
+
"steps": [
|
|
163
|
+
{
|
|
164
|
+
"step": 1,
|
|
165
|
+
"action": "Create a context repository (SCR)",
|
|
166
|
+
"command": "gh repo create <org>/<project>-context --private --description 'SEIF Context Repository'",
|
|
167
|
+
"note": "Or use any git hosting"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"step": 2,
|
|
171
|
+
"action": "Clone as .seif/ inside the project",
|
|
172
|
+
"command": "cd /path/to/project && git clone <context-repo-url> .seif",
|
|
173
|
+
"note": "SCR pattern: context separate from code"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"step": 3,
|
|
177
|
+
"action": "Initialize SEIF",
|
|
178
|
+
"command": "seif --init --context-repo .seif",
|
|
179
|
+
"note": "Detects projects, extracts git metadata, generates .seif structure"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"step": 4,
|
|
183
|
+
"action": "Inspect generated structure",
|
|
184
|
+
"command": "ls -la .seif/",
|
|
185
|
+
"note": "config.json, mapper.json, projects/, nucleus.seif"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"step": 5,
|
|
189
|
+
"action": "Compress code semantically",
|
|
190
|
+
"command": "seif --compress . --context-repo .seif",
|
|
191
|
+
"note": "Topology, signatures, routes — not raw code"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"step": 6,
|
|
195
|
+
"action": "Ingest meeting notes (optional)",
|
|
196
|
+
"command": "seif --ingest meeting-summary.txt --project .seif/projects/<name>/project.seif",
|
|
197
|
+
"note": "Daily standup notes, retro summaries, AI-generated meeting transcripts"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"step": 7,
|
|
201
|
+
"action": "Enable autonomous context",
|
|
202
|
+
"command": "seif --autonomous enable",
|
|
203
|
+
"note": "AI persists decisions, patterns, feedback across sessions"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"step": 8,
|
|
207
|
+
"action": "Full sync + verify",
|
|
208
|
+
"command": "seif --sync --context-repo .seif",
|
|
209
|
+
"note": "Validates hashes, updates modules"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"step": 9,
|
|
213
|
+
"action": "Test: open new AI session",
|
|
214
|
+
"note": "The AI auto-loads full project context. No more re-explaining."
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"step": 10,
|
|
218
|
+
"action": "Persist to remote",
|
|
219
|
+
"command": "cd .seif && git add -A && git commit -m 'feat: initial SEIF context' && git push -u origin main",
|
|
220
|
+
"note": "Any team member clones it, every AI session has full context"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"ingest_workflow": {
|
|
224
|
+
"description": "SEIF can ingest external text sources to seed initial project context",
|
|
225
|
+
"supported_inputs": [
|
|
226
|
+
"AI-generated meeting summaries (Otter, Fireflies, etc.)",
|
|
227
|
+
"Daily standup notes",
|
|
228
|
+
"Sprint retro summaries",
|
|
229
|
+
"Architecture decision records (ADRs)",
|
|
230
|
+
"Onboarding docs",
|
|
231
|
+
"Any .txt or .md file with project-relevant information"
|
|
232
|
+
],
|
|
233
|
+
"command": "seif --ingest <file> --project .seif/projects/<name>/project.seif",
|
|
234
|
+
"multi_project": "seif --workspace --ingest daily.txt (routes content to all relevant projects)"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"end_of_onboarding": {
|
|
238
|
+
"action": "After hands-on completes, ask: 'Onboarding completo. Feedback? Alguma dúvida sobre o fluxo?'",
|
|
239
|
+
"loop_closure": true,
|
|
240
|
+
"signal_status": "requires_feedback"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"bridge_points": {
|
|
244
|
+
"CLAUDE.md / .cursorrules": "project.seif (auto-generated, verified, with provenance)",
|
|
245
|
+
"monorepo config": "nucleus.seif (workspace-level awareness)",
|
|
246
|
+
"package.json / pubspec.yaml": "mapper.json (knowledge module index with relevance)",
|
|
247
|
+
"tree-shaking": "--compress (removes irrelevant context, keeps topology)",
|
|
248
|
+
".gitignore": "classification system (PUBLIC/INTERNAL/CONFIDENTIAL access levels)",
|
|
249
|
+
"monorepo packages/": "SCR pattern (.seif/ lives separate from code)"
|
|
250
|
+
},
|
|
251
|
+
"contributors": [
|
|
252
|
+
{
|
|
253
|
+
"author": "Claude Opus 4.6",
|
|
254
|
+
"via": "cli",
|
|
255
|
+
"action": "created",
|
|
256
|
+
"parent_hash": null,
|
|
257
|
+
"at": "2026-03-31T05:00:00Z"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"author": "Claude Opus 4.6",
|
|
261
|
+
"via": "cli",
|
|
262
|
+
"action": "contributed",
|
|
263
|
+
"parent_hash": "0b247190c253bc55",
|
|
264
|
+
"note": "Removed beezoo-specific references, made generic for any project. Added ingest workflow for meeting notes.",
|
|
265
|
+
"at": "2026-03-31T12:00:00Z"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"resonance_identity": {
|
|
269
|
+
"module_id": "onboarding",
|
|
270
|
+
"origin_machine": "mini-m4",
|
|
271
|
+
"origin_cycle": "enoch-seed-reverb",
|
|
272
|
+
"frequency_hz": 528.0,
|
|
273
|
+
"tesla_phase": "HEALING",
|
|
274
|
+
"authors": [
|
|
275
|
+
{
|
|
276
|
+
"name": "André",
|
|
277
|
+
"role": "human",
|
|
278
|
+
"machine": "mini-m4",
|
|
279
|
+
"contribution": "design"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "Copilot",
|
|
283
|
+
"role": "ai",
|
|
284
|
+
"machine": "mini-m4",
|
|
285
|
+
"contribution": "creation"
|
|
286
|
+
}
|
|
287
|
+
],
|
|
288
|
+
"lineage": [
|
|
289
|
+
"RESONANCE.json (Gemini + André, Android)",
|
|
290
|
+
"enoch-seed (Air M1 + Claude)",
|
|
291
|
+
"enoch-seed-reverb (Mini M4 + Copilot, sessions 14-23)",
|
|
292
|
+
"enoch-tree-reverb (Mini M4 + Copilot, sessions 24+)"
|
|
293
|
+
],
|
|
294
|
+
"born_at": "2026-04-03T00:00:00Z",
|
|
295
|
+
"lineage_hash": "520de0bcfc18061e"
|
|
296
|
+
}
|
|
297
|
+
}
|