Every narrated activity across all agent sessions, newest → oldest. Expand an activity to drill into the raw actions it framed; grade any of them inline.
| Agent | Activity | Cost | Details | Alex | McRitchie | |
|---|---|---|---|---|---|---|
A
Q
AviQwilfish |
Delegate
pr-review: check submitted queue
heartbeat done: shipped release, review queue empty
—
|
—
—
—
|
Jul 5, 01:53
done
—
1 action
|
|
|
|
|
Cost
—
—
—
Details
Jul 5, 01:53
—
1 action
Alex
McRitchie
|
||||||
A
Q
AviQwilfish |
#14
bash
Confirm submitted queue is empty
bash
bin/task list --stage submitted 2>&1 | head -20
|
$0.0721
1.9k/926
|
#14
bash
ok
{"command":"bin/task list --stage submitted 2>&1 | head -20","description":"Confirm submitted queue is empty"}
|
|
|
|
A
Q
AviQwilfish |
Remote
ship → prod
shipped rel-20260705-93aeee → prod
—
|
—
—
—
|
Jul 5, 01:49
done
—
2 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 5, 01:49
—
2 actions
Alex
McRitchie
|
||||||
A
Q
AviQwilfish |
#12
read
—
—
|
$0.0605
3.1k/506
|
#12
read
ok
{"file_path":"/private/tmp/claude-501/-Users-alex-projects/4680a9d6-f83e-48d0-a832-39e5f3b3ef0f/tasks/bgtlcjlhn.output"}
|
|
|
|
A
Q
AviQwilfish |
#11
bash
Ship the assembled QA-green release to production
bash
bin/release ship --yes
|
$0.0605
3.1k/506
|
#11
bash
ok
{"command":"bin/release ship --yes","timeout":600000,"description":"Ship the assembled QA-green release to production"}
|
|
|
|
A
Q
AviQwilfish |
Version
production-deploy: ship QA-green release
…in progress
—
|
—
—
—
|
Jul 5, 01:41
done
inline-span-badges
7 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 5, 01:41
inline-span-badges
7 actions
Alex
McRitchie
|
||||||
A
Q
AviQwilfish |
#10
bash
Check primary checkout cleanliness and branch
bash
echo "--- branch ---" && git rev-parse --abbrev-ref HEAD && echo "--- status ---" && git status --porcelain=v1 | head -30 && echo "--- ahead/behind main vs release ---" && git log --oneline main..release 2>/dev/null | head -10
|
$0.0629
764/1.1k
|
#10
bash
ok
{"command":"echo \"--- branch ---\" && git rev-parse --abbrev-ref HEAD && echo \"--- status ---\" && git status --porcel…
|
|
|
|
A
Q
AviQwilfish |
#9
bash
Test token against read endpoints
bash
BASE=https://mcritchie.studio
SECRET="[redacted] read 'op://agents/Agent API Secret/AGENT_API_SECRET')"
TOKEN="[redacted] -sS -X POST "$BASE/api/v1/auth" -H 'Content-Type: application/json' \
-d "{\"secret\": \"$SECRET\"}" | python3 -c 'import json,sys;print(json.load(sys.stdin)["token"])')"
api() { curl -sS -X "$1" "$BASE$2" -H "Authorization: Bearer $TOKEN" \
${3:+-H 'Content-Type: application/json' -d "$3"}; }
echo "--- GET current release (read) ---"
api GET /api/v1/releases/current | he
|
$0.0629
764/1.1k
|
#9
bash
ok
{"command":"BASE=https://mcritchie.studio\nSECRET=[redacted]"$(/opt/homebrew/bin/op read 'op://agents/Agent API Secret/A…
|
|
|
|
A
Q
AviQwilfish |
#8
bash
Post confirming/start with verified token
bash
BASE=https://mcritchie.studio
SECRET="[redacted] read 'op://agents/Agent API Secret/AGENT_API_SECRET')"
TOKEN="[redacted] -sS -X POST "$BASE/api/v1/auth" -H 'Content-Type: application/json' \
-d "{\"secret\": \"$SECRET\"}" | python3 -c 'import json,sys;print(json.load(sys.stdin)["token"])')"
echo "TOKEN length: ${#TOKEN}"
api() { curl -sS -X "$1" "$BASE$2" -H "Authorization: Bearer $TOKEN" \
${3:+-H 'Content-Type: application/json' -d "$3"}; }
echo "--- confirming/start ---"
api POST /api/v1
|
$0.0521
681/706
|
#8
bash
ok
{"command":"BASE=https://mcritchie.studio\nSECRET=[redacted]"$(/opt/homebrew/bin/op read 'op://agents/Agent API Secret/A…
|
|
|
|
A
Q
AviQwilfish |
#7
bash
Debug op read and auth response
bash
BASE=https://mcritchie.studio
SECRET="[redacted] read 'op://agents/Agent API Secret/AGENT_API_SECRET' 2>&1)"
if [ -z "$SECRET" ]; then echo "SECRET empty"; else echo "SECRET length: ${#SECRET}"; fi
echo "--- auth response ---"
curl -sS -X POST "$BASE/api/v1/auth" -H 'Content-Type: application/json' \
-d "{\"secret\": \"$SECRET\"}" | head -c 400
|
$0.0507
1.2k/593
|
#7
bash
ok
{"command":"BASE=https://mcritchie.studio\nSECRET=[redacted]"$(/opt/homebrew/bin/op read 'op://agents/Agent API Secret/A…
|
|
|
|
A
Q
AviQwilfish |
#6
bash
Post confirming/start event to light stage 4
bash
BASE=https://mcritchie.studio
SECRET="[redacted] read 'op://agents/Agent API Secret/AGENT_API_SECRET')"
auth() { curl -sS -X POST "$BASE/api/v1/auth" -H 'Content-Type: application/json' \
-d "{\"secret\": \"$SECRET\"}" | python3 -c 'import json,sys;print(json.load(sys.stdin)["token"])'; }
TOKEN="[redacted]"
api() { curl -sS -X "$1" "$BASE$2" -H "Authorization: Bearer $TOKEN" \
${3:+-H 'Content-Type: application/json' -d "$3"}; }
api POST /api/v1/releases/current/events/confirming/start '{"ev
|
$0.0507
1.2k/593
|
#6
bash
ok
{"command":"BASE=https://mcritchie.studio\nSECRET=[redacted]"$(/opt/homebrew/bin/op read 'op://agents/Agent API Secret/A…
|
|
|
|
A
Q
AviQwilfish |
#5
read
—
—
|
$0.1016
2.3k/2.5k
|
#5
read
ok
{"file_path":"/Users/alex/projects/mcritchie-studio/docs/agents/modules/task-board-api.md","offset":479,"limit":40}
|
|
|
|
A
Q
AviQwilfish |
#4
bash
Find api helper worked example in task-board-api doc
bash
grep -n "Worked example\|Release stage timeline\|api()\|TOKEN\|confirming" /Users/alex/projects/mcritchie-studio/docs/agents/modules/task-board-api.md | head -50
|
$0.1016
2.3k/2.5k
|
#4
bash
ok
{"command":"grep -n \"Worked example\\|Release stage timeline\\|api()\\|TOKEN\\|confirming\" /Users/alex/projects/mcritc…
|
|
|
|
Q
Qwilfish |
Explore
Avi Heartbeat: read launcher first
session ended
—
|
—
—
—
|
Jul 5, 01:40
done
—
5 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 5, 01:40
—
5 actions
Alex
McRitchie
|
||||||
Q
Qwilfish |
#13
read
—
—
|
$0.0438
631/267
|
#13
read
ok
{"file_path":"/private/tmp/claude-501/-Users-alex-projects/4680a9d6-f83e-48d0-a832-39e5f3b3ef0f/tasks/bgtlcjlhn.output",…
|
|
|
|
Q
Qwilfish |
#3
read
—
—
|
$0.0606
3.9k/624
|
#3
read
ok
{"file_path":"/Users/alex/projects/mcritchie-studio/docs/agents/agents/avi/sops/pr-review.md"}
|
|
|
|
Q
Qwilfish |
#2
bash
Check release readiness
bash
bin/release status
|
$0.0606
3.9k/624
|
#2
bash
ok
{"command":"bin/release status","description":"Check release readiness"}
|
|
|
|
Q
Qwilfish |
#1
read
—
—
|
$0.1772
30.6k/596
|
#1
read
ok
{"file_path":"/Users/alex/projects/mcritchie-studio/docs/agents/agents/avi/sops/production-deploy.md"}
|
|
|
|
Q
Qwilfish |
#0
read
—
—
|
$0.1772
30.6k/596
|
#0
read
ok
{"file_path":"/Users/alex/projects/mcritchie-studio/docs/agents/agents/avi/HEARTBEAT.md"}
|
|
|
|
A
N
AviNidoran♀ |
Edit
approve stack: unblock #384/#385 to reviewed
epic batched: #383/#384/#385 all reviewed, badges cleared
—
|
—
—
—
|
Jul 5, 00:08
done
inline-span-badges
3 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 5, 00:08
inline-span-badges
3 actions
Alex
McRitchie
|
||||||
A
N
AviNidoran♀ |
#41
bash
Confirm all 3 epic PRs reviewed
bash
echo "--- reviewed (should be all 3 epic PRs) ---"; bin/task list --stage reviewed 2>&1; echo "--- blocked (epic PRs should be gone) ---"; bin/task list --stage blocked 2>&1 | grep -iE "pokemon-roster|task-mascot|base-level" || echo " (none of the epic PRs remain blocked)"
|
$0.0874
446/316
|
#41
bash
ok
{"command":"echo \"--- reviewed (should be all 3 epic PRs) ---\"; bin/task list --stage reviewed 2>&1; echo \"--- blocke…
|
|
|
|
A
N
AviNidoran♀ |
#40
bash
Unblock #385 to reviewed + resolve feedback
bash
bin/task move task-mascot-evolution-gates reviewed 2>&1 | tail -3
bin/task note task-mascot-evolution-gates --agent avi --resolves-feedback --handoff "Avi approved (conductor decision, operator-confirmed): batch the evolution epic. #385 rides Steffon's next qa-release sweep with base #383 and sibling #384, ordered #383->#384->#385. Shared base commit da12ec64 is an identical SHA (git dedups on merge); #385's files (task.rb, stage_agents_helper.rb, mascot tests) are disjoint from #384's. Ready fo
|
$0.0920
1.5k/310
|
#40
bash
ok
{"command":"bin/task move task-mascot-evolution-gates reviewed 2>&1 | tail -3\nbin/task note task-mascot-evolution-gates…
|
|
|
|
A
N
AviNidoran♀ |
#39
bash
Unblock #384 to reviewed + resolve feedback
bash
bin/task move pokemon-roster-shiny-evolutions reviewed 2>&1 | tail -3
bin/task note pokemon-roster-shiny-evolutions --agent avi --resolves-feedback --handoff "Avi approved (conductor decision, operator-confirmed): batch the evolution epic. #384 rides Steffon's next qa-release sweep with base #383 and sibling #385, ordered #383->#384->#385. Shared base commit da12ec64 is an identical SHA (git dedups on merge); #384's files (pokemon_controller, pokemon/index.html.erb) are disjoint from #385's. Rea
|
$0.1174
2.0k/1.3k
|
#39
bash
ok
{"command":"bin/task move pokemon-roster-shiny-evolutions reviewed 2>&1 | tail -3\nbin/task note pokemon-roster-shiny-ev…
|
|
|
|
N
Nidoran♀ |
Explore
verify stacked-PR blockers #384/#385 vs #383
blockers valid: #384/#385 carry #383's da12ec64; siblings touch disjoint files → batchable
bash
git log --oneline origin/release..origin/feat/pokemon-roster-shiny-evolutions
|
—
—
—
|
Jul 4, 23:51
done
inline-span-badges
2 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:51
inline-span-badges
2 actions
Alex
McRitchie
|
||||||
N
Nidoran♀ |
#37
bash
Check file overlap between sibling PRs #384/#385 and base #383
bash
echo "=== #384 unique commit (7ba7f7b2) changed files ==="; git show --stat --oneline 7ba7f7b2 2>&1 | tail -n +2; echo; echo "=== #385 unique commit (d5039813) changed files ==="; git show --stat --oneline d5039813 2>&1 | tail -n +2; echo; echo "=== #383 base commit (da12ec64) changed files ==="; git show --stat --oneline da12ec64 2>&1 | tail -n +2
|
$0.1581
1.9k/3.1k
|
#37
bash
ok
{"command":"echo \"=== #384 unique commit (7ba7f7b2) changed files ===\"; git show --stat --oneline 7ba7f7b2 2>&1 | tail…
|
|
|
|
N
Nidoran♀ |
#36
bash
Compare each PR branch's commits vs release
bash
git fetch origin --quiet 2>&1; echo "=== #383 base-level-spawn-pool: commits ahead of release ==="; git log --oneline origin/release..origin/feat/base-level-spawn-pool 2>&1; echo; echo "=== #384 pokemon-roster-shiny-evolutions: commits ahead of release ==="; git log --oneline origin/release..origin/feat/pokemon-roster-shiny-evolutions 2>&1; echo; echo "=== #385 task-mascot-evolution-gates: commits ahead of release ==="; git log --oneline origin/release..origin/feat/task-mascot-evolution-gates 2>
|
—
—
|
#36
bash
ok
{"command":"git fetch origin --quiet 2>&1; echo \"=== #383 base-level-spawn-pool: commits ahead of release ===\"; git lo…
|
|
|
|
S
N
ShannonNidoran♀ |
Verify
run review checks
session ended
—
|
—
—
—
|
Jul 4, 23:26
Shipped
inline-span-badges
3 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:26
inline-span-badges
3 actions
Alex
McRitchie
|
||||||
S
N
ShannonNidoran♀ |
#38
askuserquestion
—
—
|
$0.1103
3.9k/713
|
#38
askuserquestion
ok
{"questions":[{"question":"The #384/#385 blockers are valid (both are stacked on #383), but git shows the epic can safel…
|
|
|
|
S
N
ShannonNidoran♀ |
#35
bash
Confirm final queue state
bash
echo "--- submitted ---"; bin/task list --stage submitted 2>&1 | tail -1; echo "--- reviewed ---"; bin/task list --stage reviewed 2>&1; echo "--- blocked ---"; bin/task list --stage blocked 2>&1 | head -12
|
$0.0977
1.1k/996
|
#35
bash
ok
{"command":"echo \"--- submitted ---\"; bin/task list --stage submitted 2>&1 | tail -1; echo \"--- reviewed ---\"; bin/t…
|
|
|
|
S
N
ShannonNidoran♀ |
#34
read
—
—
|
$0.0721
732/70
|
#34
read
ok
{"file_path":"/private/tmp/claude-501/-Users-alex-projects/0d23ead6-b7c7-4cdd-aad4-6c188a2bce25/tasks/bso3fizbv.output"}
|
|
|
|
A
N
AviNidoran♀ |
Verify
run review checks
recorded request-changes scout
—
|
—
—
—
|
Jul 4, 23:25
done
inline-span-badges
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:25
inline-span-badges
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
S
N
ShannonNidoran♀ |
Verify
review branch diff
found status and overlap risk
—
|
—
—
—
|
Jul 4, 23:24
done
inline-span-badges
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:24
inline-span-badges
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
S
N
ShannonNidoran♀ |
Explore
inspect task metadata
metadata shows resubmission
—
|
—
—
—
|
Jul 4, 23:23
done
inline-span-badges
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:23
inline-span-badges
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Explore
orient PR review
found acceptance concern
—
|
—
—
—
|
Jul 4, 23:23
done
inline-span-badges
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:23
inline-span-badges
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Explore
orient review scope
…in progress
—
|
—
—
—
|
Jul 4, 23:23
done
inline-span-badges
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:23
inline-span-badges
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Delegate
review #386 inline-span-badges
…in progress
—
|
—
—
—
|
Jul 4, 23:22
done
heartbeat-span-polish
1 action
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:22
heartbeat-span-polish
1 action
Alex
McRitchie
|
||||||
A
N
AviNidoran♀ |
#33
bash
Run bounded single-PR review for #386
bash
bin/pr-review --run --fast --max-idle-cycles 1 --codex-workdir /Users/alex/projects/mcritchie-studio 2>&1
|
$0.0781
454/375
|
#33
bash
ok
{"command":"bin/pr-review --run --fast --max-idle-cycles 1 --codex-workdir /Users/alex/projects/mcritchie-studio 2>&1","…
|
|
|
|
C
N
CarlNidoran♀ |
Verify
review diff deeply
session ended
—
|
—
—
—
|
Jul 4, 23:13
Archived
task-mascot-evolution-gates
10 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:13
task-mascot-evolution-gates
10 actions
Alex
McRitchie
|
||||||
C
N
CarlNidoran♀ |
#32
bash
Confirm only #386 remains submitted
bash
bin/task list --stage submitted 2>&1 | head -10
|
$0.0875
1.8k/538
|
#32
bash
ok
{"command":"bin/task list --stage submitted 2>&1 | head -10","description":"Confirm only #386 remains submitted"}
|
|
|
|
C
N
CarlNidoran♀ |
#31
bash
Block #379 draft + conflict with #386
bash
bin/task block heartbeat-span-polish --kind rework --agent avi --feedback "PR #379 is still a draft and conflicts with the active heartbeat-row PR #386 (Polish heartbeat span rows). A draft cannot be advanced. Decide sequencing: if #386 supersedes this, close #379; otherwise gh pr ready 379, rebase feat/heartbeat-span-polish onto release after #386 lands to resolve the heartbeat-row overlap, and resubmit. Reviewers (carl+shannon) found no standalone code blockers."
|
$0.1266
4.7k/1.6k
|
#31
bash
ok
{"command":"bin/task block heartbeat-span-polish --kind rework --agent avi --feedback \"PR #379 is still a draft and con…
|
|
|
|
C
N
CarlNidoran♀ |
#30
bash
Block #385 as dependency on #383
bash
bin/task block task-mascot-evolution-gates --kind dependency --agent avi --feedback "Stacked on base PR #383 (base-level-spawn-pool), now reviewed. Reviewers (carl+shannon) found evolution-gates code/tests green and acceptance met — the only hold is sequencing: #385 depends on #383's bin/rails pokemon:seed post-deploy backfill and shares roster files with #384. After #383 merges to release, rebase feat/task-mascot-evolution-gates onto release, confirm CI green and the seed ordering, and resubmit
|
$0.1266
4.7k/1.6k
|
#30
bash
ok
{"command":"bin/task block task-mascot-evolution-gates --kind dependency --agent avi --feedback \"Stacked on base PR #38…
|
|
|
|
C
N
CarlNidoran♀ |
#29
bash
Block #384 as dependency on #383
bash
bin/task block pokemon-roster-shiny-evolutions --kind dependency --agent avi --feedback "Stacked on base PR #383 (base-level-spawn-pool), now reviewed and riding the next qa-release sweep. Reviewers (shannon+alex) found the roster shiny/evolution UI green and acceptance-complete — the only hold is sequencing: #384's branch carries #383's migration/data-model commit, so it must not be swept before #383 lands. After #383 merges to release, rebase feat/pokemon-roster-shiny-evolutions onto release (
|
$0.2100
14.3k/3.3k
|
#29
bash
ok
{"command":"bin/task block pokemon-roster-shiny-evolutions --kind dependency --agent avi --feedback \"Stacked on base PR…
|
|
|
|
C
N
CarlNidoran♀ |
#28
bash
Find valid block kinds
bash
grep -rniE "kind.*(rework|dependency|env|blocker)|BLOCK_KINDS|block_kind|VALID_KINDS" /Users/alex/projects/mcritchie-studio/bin/task /Users/alex/projects/mcritchie-studio/app/models/task*.rb 2>/dev/null | head -20; echo "---"; grep -rniE "def block|--kind|allowed.*kind" /Users/alex/projects/mcritchie-studio/bin/task 2>/dev/null | head -10
|
$0.2100
14.3k/3.3k
|
#28
bash
ok
{"command":"grep -rniE \"kind.*(rework|dependency|env|blocker)|BLOCK_KINDS|block_kind|VALID_KINDS\" /Users/alex/projects…
|
|
|
|
C
N
CarlNidoran♀ |
#27
bash
Show base/head/draft for the epic PRs
bash
for n in 383 384 385 379 386; do gh pr view $n --json number,title,isDraft,baseRefName,headRefName,mergeable --jq '"#\(.number) \(.title) | base=\(.baseRefName) head=\(.headRefName) draft=\(.isDraft) mergeable=\(.mergeable)"'; done 2>&1
|
$0.1239
5.9k/1.8k
|
#27
bash
ok
{"command":"for n in 383 384 385 379 386; do gh pr view $n --json number,title,isDraft,baseRefName,headRefName,mergeable…
|
|
|
|
C
N
CarlNidoran♀ |
#26
bash
Check bin/task block options
bash
bin/task block --help 2>&1 | head -30
|
$0.1239
5.9k/1.8k
|
#26
bash
ok
{"command":"bin/task block --help 2>&1 | head -30","description":"Check bin/task block options"}
|
|
|
|
C
N
CarlNidoran♀ |
#25
bash
Check for orphaned reviewer processes
bash
echo "--- lingering pr-review reviewer processes ---"; ps aux | grep -iE "reviewer|pr-review|codex" | grep -v grep | grep -v atomic-event | head -20; echo "--- done ---"
|
$0.1239
5.9k/1.8k
|
#25
bash
ok
{"command":"echo \"--- lingering pr-review reviewer processes ---\"; ps aux | grep -iE \"reviewer|pr-review|codex\" | gr…
|
|
|
|
C
N
CarlNidoran♀ |
#24
bash
Check current submitted and reviewed board state
bash
echo "--- submitted ---"; bin/task list --stage submitted 2>&1 | head -20; echo "--- reviewed ---"; bin/task list --stage reviewed 2>&1 | head -20
|
$0.0558
200/214
|
#24
bash
ok
{"command":"echo \"--- submitted ---\"; bin/task list --stage submitted 2>&1 | head -20; echo \"--- reviewed ---\"; bin/…
|
|
|
|
C
N
CarlNidoran♀ |
#23
read
—
—
|
$0.0631
229/513
|
#23
read
ok
{"file_path":"/private/tmp/claude-501/-Users-alex-projects/0d23ead6-b7c7-4cdd-aad4-6c188a2bce25/tasks/b0vx2l9cu.output"}
|
|
|
|
C
N
CarlNidoran♀ |
Remote
inspect pr metadata
found cross-task commit
—
|
—
—
—
|
Jul 4, 23:13
done
task-mascot-evolution-gates
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:13
task-mascot-evolution-gates
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Verify
inspect pr metadata
merge-ready scout recorded
—
|
—
—
—
|
Jul 4, 23:12
done
pokemon-roster-shiny-evolutions
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:12
pokemon-roster-shiny-evolutions
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Verify
inspect PR evidence
read review runbooks
—
|
—
—
—
|
Jul 4, 23:12
done
pokemon-roster-shiny-evolutions
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:12
pokemon-roster-shiny-evolutions
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Explore
orient pr review
loaded review docs
—
|
—
—
—
|
Jul 4, 23:12
done
pokemon-roster-shiny-evolutions
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:12
pokemon-roster-shiny-evolutions
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Explore
orient review context
…in progress
—
|
—
—
—
|
Jul 4, 23:12
done
task-mascot-evolution-gates
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:12
task-mascot-evolution-gates
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Explore
orient PR review
…in progress
—
|
—
—
—
|
Jul 4, 23:12
done
pokemon-roster-shiny-evolutions
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:12
pokemon-roster-shiny-evolutions
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Explore
orient pr review
…in progress
—
|
—
—
—
|
Jul 4, 23:12
done
task-mascot-evolution-gates
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:12
task-mascot-evolution-gates
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
C
N
CarlNidoran♀ |
Verify
run targeted checks
read review docs
—
|
—
—
—
|
Jul 4, 23:08
Reviewed
base-level-spawn-pool
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:08
base-level-spawn-pool
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
A
N
AviNidoran♀ |
Verify
run focused checks
merge-ready scout recorded
—
|
—
—
—
|
Jul 4, 23:08
done
heartbeat-span-polish
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:08
heartbeat-span-polish
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
C
N
CarlNidoran♀ |
Explore
review code diff
diff callers reviewed
—
|
—
—
—
|
Jul 4, 23:05
done
base-level-spawn-pool
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:05
base-level-spawn-pool
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
S
N
ShannonNidoran♀ |
Research
inspect PR
read review docs
—
|
—
—
—
|
Jul 4, 23:05
Reviewed
base-level-spawn-pool
0 actions
|
|
|
|
|
Cost
—
—
—
Details
Jul 4, 23:05
base-level-spawn-pool
0 actions
Alex
McRitchie
|
||||||
| No raw actions attributed to this activity. | ||||||
We emailed a one-tap sign-in link to . It expires shortly and can only be used once.
No email? Check spam, or close this and try again.