Skip to content

Commit ce61b7f

Browse files
committed
kug
1 parent 26741ca commit ce61b7f

99 files changed

Lines changed: 37568 additions & 8587 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.call_count

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

.circuit_breaker_history

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[
2+
{
3+
"timestamp": "2026-01-17T11:29:21+00:00",
4+
"loop": 2,
5+
"from_state": "CLOSED",
6+
"to_state": "HALF_OPEN",
7+
"reason": "Monitoring: 2 loops without progress"
8+
},
9+
{
10+
"timestamp": "2026-01-17T11:31:46+00:00",
11+
"loop": 3,
12+
"from_state": "HALF_OPEN",
13+
"to_state": "OPEN",
14+
"reason": "No recovery, opening circuit after 3 loops"
15+
},
16+
{
17+
"timestamp": "2026-01-21T08:46:54+00:00",
18+
"loop": 1,
19+
"from_state": "CLOSED",
20+
"to_state": "HALF_OPEN",
21+
"reason": "Monitoring: 2 loops without progress"
22+
},
23+
{
24+
"timestamp": "2026-01-21T08:48:40+00:00",
25+
"loop": 2,
26+
"from_state": "HALF_OPEN",
27+
"to_state": "OPEN",
28+
"reason": "No recovery, opening circuit after 3 loops"
29+
},
30+
{
31+
"timestamp": "2026-01-21T08:58:50+00:00",
32+
"loop": 2,
33+
"from_state": "CLOSED",
34+
"to_state": "HALF_OPEN",
35+
"reason": "Monitoring: 2 loops without progress"
36+
},
37+
{
38+
"timestamp": "2026-01-21T09:05:46+00:00",
39+
"loop": 3,
40+
"from_state": "HALF_OPEN",
41+
"to_state": "CLOSED",
42+
"reason": "Progress detected, circuit recovered"
43+
}
44+
]

.circuit_breaker_state

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"state": "CLOSED",
3+
"last_change": "2026-01-21T10:48:19+00:00",
4+
"consecutive_no_progress": 0,
5+
"consecutive_same_error": 0,
6+
"last_progress_loop": 29,
7+
"total_opens": 0,
8+
"reason": "",
9+
"current_loop": 29
10+
}

.claude/CONTEXT.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# AI Context — District Registry
2+
3+
For full context about Brady, all projects, and working style:
4+
**`~/Documents/Second 🧠/CONTEXT.md`**
5+
6+
Detailed project notes:
7+
**`~/Documents/Second 🧠/Projects/District0x.md`**
8+
9+
---
10+
11+
## Quick Context
12+
13+
**District Registry** — Governance and curation for District0x network
14+
15+
**Stack**: Clojure, ClojureScript, Solidity
16+
17+
**Status**: Maintenance — L2 migration planned
18+
19+
**Part of District0x ecosystem**:
20+
- `~/Documents/GitHub/ethlance(dox)` — Freelance marketplace
21+
- `~/Documents/GitHub/memefactory` — Meme NFT curation
22+
- `~/Documents/GitHub/name-bazaar` — ENS marketplace
23+
24+
**Current Goals**:
25+
1. Migrate to L2 (Base? Optimism? Arbitrum?)
26+
2. Any-token staking (plug address like Uniswap)
27+
3. Soulbound token on stake
28+
29+
**Key People**: Gines, Dan, Matus (core team)
30+
31+
---
32+
33+
## Don't
34+
35+
- Over-engineer
36+
- Add features not requested
37+
- Be overly cautious
38+
39+
*Read full CONTEXT.md for more.*

.claude/settings.local.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(ls:*)",
5+
"Bash(wc:*)",
6+
"Bash(find:*)",
7+
"Bash(done)",
8+
"Bash(cat:*)",
9+
"Bash(git log:*)",
10+
"Bash(yarn install)",
11+
"Bash(npm install:*)",
12+
"Bash(docker compose:*)",
13+
"Bash(bb compile-css:*)",
14+
"Bash(npm rebuild:*)",
15+
"Bash(npx truffle:*)",
16+
"Bash(grep:*)",
17+
"Bash(curl:*)",
18+
"Bash(pgrep:*)",
19+
"Bash(unzip:*)",
20+
"Bash(npm ls:*)",
21+
"Bash(docker exec:*)",
22+
"Bash(xargs cat:*)",
23+
"Bash(node:*)",
24+
"Bash(lsof:*)",
25+
"Bash(chmod:*)",
26+
"Bash(yarn list:*)",
27+
"Bash(clj -X:dev:*)",
28+
"Bash(clj -P -M:dev:*)",
29+
"Bash(npx shadow-cljs:*)",
30+
"Bash(bb compile-server:*)",
31+
"Bash(bb tasks:*)",
32+
"Bash(bb release-server:*)",
33+
"Bash(STREAMTIDE_ENV=dev timeout 15 node:*)",
34+
"Bash(STREAMTIDE_ENV=dev timeout 20 node:*)",
35+
"Bash(pkill:*)",
36+
"Bash(STREAMTIDE_ENV=dev timeout 30 node:*)",
37+
"Bash(STREAMTIDE_ENV=dev timeout 60 node:*)",
38+
"Bash(STREAMTIDE_ENV=dev timeout 12 node:*)",
39+
"Bash(yarn shadow-cljs:*)",
40+
"Bash(timeout 30 node:*)",
41+
"Bash(timeout 45 node:*)",
42+
"Bash(kill:*)",
43+
"Bash(xargs:*)",
44+
"Bash(STREAMTIDE_ENV=dev timeout 25 node:*)",
45+
"Bash(ralph --help:*)",
46+
"Bash(ralph-setup:*)",
47+
"Bash(ralph --reset-circuit:*)"
48+
]
49+
}
50+
}

.claude_session_id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7827ff2-90e5-4fb2-9a73-9285b5cb9f8c

.exit_signals

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"test_only_loops": [],
3+
"done_signals": [],
4+
"completion_indicators": [
5+
25,
6+
26,
7+
27,
8+
28,
9+
29
10+
]
11+
}

.last_reset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026012103

.ralph_session

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"session_id": "",
3+
"created_at": "",
4+
"last_used": "2026-01-21T10:48:24+00:00",
5+
"reset_at": "2026-01-21T08:55:25+00:00",
6+
"reset_reason": "manual_circuit_reset"
7+
}

.ralph_session_history

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"timestamp": "2026-01-20T11:17:50+00:00",
4+
"from_state": "active",
5+
"to_state": "reset",
6+
"reason": "circuit_breaker_open",
7+
"loop_number": 1
8+
},
9+
{
10+
"timestamp": "2026-01-21T03:21:52+00:00",
11+
"from_state": "active",
12+
"to_state": "reset",
13+
"reason": "circuit_breaker_open",
14+
"loop_number": 1
15+
},
16+
{
17+
"timestamp": "2026-01-21T07:39:48+00:00",
18+
"from_state": "active",
19+
"to_state": "reset",
20+
"reason": "circuit_breaker_open",
21+
"loop_number": 1
22+
},
23+
{
24+
"timestamp": "2026-01-21T08:43:05+00:00",
25+
"from_state": "active",
26+
"to_state": "reset",
27+
"reason": "manual_circuit_reset",
28+
"loop_number": 0
29+
},
30+
{
31+
"timestamp": "2026-01-21T08:55:25+00:00",
32+
"from_state": "active",
33+
"to_state": "reset",
34+
"reason": "manual_circuit_reset",
35+
"loop_number": 0
36+
}
37+
]

0 commit comments

Comments
 (0)