Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion loopx/capabilities/explore/harness_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
)
from .router_state import (
advance_epoch,
family_routing_terms,
initial_router_state,
observe_epoch,
)
Expand Down
4 changes: 1 addition & 3 deletions loopx/capabilities/public_safe_outbound/scan_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
from __future__ import annotations

import argparse
import json
import subprocess
import sys
from pathlib import Path

from .scanner import ScanResult, compact_json, scan_paths
from .scanner import compact_json, scan_paths


def _iter_text_files(root: Path):
Expand Down
28 changes: 18 additions & 10 deletions loopx/semantics/project_registry_io_manifest_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
},
{
"site": "loopx/chat_server.py::<module>.serve_chat::codec_read:load_registry#1",
"line": 1422,
"line": 1426,
"column": 16,
"kind": "codec_read",
"api": "load_registry",
Expand Down Expand Up @@ -727,55 +727,63 @@
},
{
"site": "loopx/cli_commands/todo.py::<module>._validated_replan_successor_obligation::codec_read:load_registry#1",
"line": 126,
"line": 129,
"column": 16,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo.py::<module>.handle_todo_command::codec_read:load_registry#1",
"line": 255,
"line": 260,
"column": 49,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo.py::<module>.handle_todo_command::codec_read:load_registry#2",
"line": 271,
"line": 276,
"column": 24,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo.py::<module>.handle_todo_command::codec_read:load_registry#3",
"line": 451,
"column": 21,
"line": 284,
"column": 24,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo.py::<module>.handle_todo_command::codec_read:load_registry#4",
"line": 633,
"column": 13,
"line": 464,
"column": 21,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo.py::<module>.handle_todo_command::codec_read:load_registry#5",
"line": 675,
"line": 647,
"column": 13,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo.py::<module>.handle_todo_command::codec_read:load_registry#6",
"line": 689,
"column": 38,
"kind": "codec_read",
"api": "load_registry",
"classification": "codec_api"
},
{
"site": "loopx/cli_commands/todo_continuation.py::<module>.handle_todo_continuation::codec_read:load_registry#1",
"line": 149,
"line": 126,
"column": 20,
"kind": "codec_read",
"api": "load_registry",
Expand Down
Loading