Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/T0UGH/codex-self-evolution-plugin
/ load_json
Function
load_json
src/codex_self_evolution/storage.py:66–67 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
64
65
66
def
load_json(path: Path) -> object:
67
return
json.loads(path.read_text(encoding=
"utf-8"
))
68
69
70
def
repo_fingerprint(repo_root: Path) -> str:
Callers
10
find_suggestion_by_idempotency
Function · 0.85
claim_suggestions
Function · 0.85
has_pending_work
Function · 0.85
lock_status
Function · 0.85
_count_memory_entries
Function · 0.85
_load
Function · 0.85
run_compile
Function · 0.85
_memory_evidence
Function · 0.85
_recall_evidence
Function · 0.85
_suggestion_done_evidence
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected