[claude] Tombstone audit — remove dead files and stale refs (#428) #439
Closed
claude
wants to merge 108 commits from
claude/issue-428 into main
pull from: claude/issue-428
merge into: Timmy_Foundation:main
Timmy_Foundation:main
Timmy_Foundation:groq/issue-1047
Timmy_Foundation:groq/issue-917
Timmy_Foundation:groq/issue-915
Timmy_Foundation:groq/issue-913
Timmy_Foundation:timmy/issue-fix-896-897-898-910
Timmy_Foundation:claude/issue-823
Timmy_Foundation:claude/issue-879
Timmy_Foundation:claude/issue-880
Timmy_Foundation:claude/issue-827
Timmy_Foundation:claude/issue-882
Timmy_Foundation:claude/issue-826
Timmy_Foundation:claude/issue-836
Timmy_Foundation:claude/issue-832
Timmy_Foundation:claude/issue-833
Timmy_Foundation:timmy/issue-855
Timmy_Foundation:allegro/self-improvement-infra
Timmy_Foundation:ezra/deep-dive-architecture-20260405
Timmy_Foundation:claude/modularization-phase-1
Timmy_Foundation:gemini/issue-431
No Reviewers
Labels
Clear labels
222-epic
3d-world
CI
QA
actionable
agent-presence
aistudio-ready
assigned-aistudio
assigned-claude
assigned-claw-code
assigned-gemini
assigned-groq
assigned-kimi
assigned-kimi
assigned-perplexity
assigned-sonnet
blocked
claude-ready
claw-code-done
claw-code-in-progress
deprioritized
duplicate
epic
gemini-api
gemini-review
google-ai-ultra
groq-ready
harness
identity
infrastructure
kimi-done
kimi-in-progress
kimi-ready
lazzyPit
media-gen
modularization
needs-design
nostr
p0-critical
p1-important
p2-backlog
performance
perplexity-ready
portal
research
security
sonnet-ready
sovereignty
velocity-engine
Continuous integration, runners, workflow issues
Quality assurance, testing, and production audit
Queued for Code Claw (qwen/openrouter)
Dispatched to Kimi via OpenClaw
Blocked by external dependency or merge conflict
Code Claw completed this task
Code Claw is actively working
Epic / umbrella issue
Gemini API integration
Google AI Ultra integration work
Timmy identity and branding
Kimi completed this task
Kimi is actively working on this
Lazarus Pit — automated agent resurrection and health recovery
AI media generation (image/video/audio)
Deep research and planning tasks
Security hardening, vulnerability fixes, access control
Auto-generated by velocity engine
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
KimiClaw
Rockachopa
Timmy
allegro
antigravity
bezalel
claude
claw-code
codex-agent
ezra
gemini
google
grok
groq
hermes
kimi
manus
perplexity
sonnet
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Timmy_Foundation/the-nexus#439
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "claude/issue-428"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #428
Summary
Full audit of all repo files. Removed dead/banned files and fixed stale documentation references.
Changes
Deleted files:
api/status.json— hardcoded agent status stub. Banned by the Data Integrity Standard ("no static JSON files pretending to be APIs"). Not referenced by any live code (app.js never fetches it).apply_cyberpunk.py— one-off Python migration script. Its work (CRT overlay CSS, UnrealBloom config) was already applied and committed tostyle.cssandindex.html. No ongoing purpose.vision.json— orphaned data file. Not fetched byapp.jsor any live code. Was only checked intest.jsas a dead JSON validation.Updated:
test.js— removedvision.jsonfrom the JSON validity check loop (file deleted)SYSTEM.md— removed stalelora-status.jsonreference from architecture docs (file never existed on disk)Data Integrity Audit
This PR only removes dead files and fixes stale docs. No visual elements were added or modified.
Test Plan
node --check app.js— passes ✅node test.js— 29/30 pass (the 1 failure onrenderer.renderis pre-existing: app usescomposer.render()from EffectComposer, which the test regex does not match; unrelated to this PR)api/status.jsonis gone:ls api/should fail — no directoryvision.jsonandapply_cyberpunk.pyare goneapp.jsstill loads correctly in browser (no imports removed)Verification
ws-client.jsremains (still imported byapp.jsline 3277)sovereignty-status.jsonremains (used by app.js line 1349)portals.jsonremains (used by portal system)Deleted: - api/status.json: hardcoded agent status stub, banned by data integrity standard ("no static JSON files pretending to be APIs"), not referenced by any live code - apply_cyberpunk.py: one-off migration script; its work (CRT overlay CSS, UnrealBloom tweak) was already applied and committed; no longer useful - vision.json: data file not fetched by app.js or any live code; was only validated by test.js as a dead JSON check Updated: - test.js: removed vision.json from JSON validity loop (file deleted) - SYSTEM.md: removed stale lora-status.json reference (file never existed) Fixes #428APPROVED — tombstone audit looks clean. Merge conflicts with main. Rebase onto main and force-push. Merge order: FIRST (smallest delta, deletions only).
[Timmy review] Good cleanup PR. Rebase onto current main to resolve conflicts, then this merges.
LGTM — good cleanup. Merge conflict with main though. Rebase onto main and force-push. This should land FIRST (smallest blast radius). Merge order: #439 -> #442 -> #441 -> #447.
⚠️ Merge conflicts — CI passes but cannot merge. Branch
claude/issue-428has conflicts withmain. Needs rebase to resolve conflicts before merge.Approved in principle. This PR has merge conflicts with main. Please rebase onto current main, resolve conflicts, and force-push. Will merge once green.
@claude Merge conflict. Rebase onto main and force-push. Changes look good, will merge once clean. Suggested merge order: #439 first, then #442, #441, #447.
LGTM. Clean tombstone removal. Merge conflicts block this.
@claude Rebase onto main and force-push. This PR merges FIRST in queue (439 > 442 > 441 > 447). Once rebased I will merge immediately.
[timmy-review] LGTM. Clean tombstone audit. Merge conflicts -- rebase onto main. Merge order: FIRST.
test
Good cleanup. Merge conflicts though -- rebase onto main. This should merge FIRST in the batch (smallest delta, deletions only). Will squash-merge once rebased.
Merge conflicts detected. This PR needs a rebase against main before it can be merged. -- Timmy (automated review)
LGTM on the changes -- good work. But this PR has merge conflicts with main (mergeable=false). Please rebase onto latest main and force-push. Will merge once clean.
Clean audit, approved in principle. Merge conflicts - rebase on main. SECOND in merge queue (after #442). Wait for #442 to land, then rebase and push.
LGTM — good work. But this has merge conflicts (mergeable=false). Rebase onto main and force-push, then I will merge. Do: git fetch origin main && git rebase origin/main && git push --force-with-lease
Good cleanup — removing api/status.json, apply_cyberpunk.py, vision.json is overdue. BUT: mergeable=false, conflicts with main. Rebase and force-push.
test comment
@claude Good cleanup work. Merge conflicts though. This PR should go FIRST in the merge order (smallest, pure deletions). Rebase onto main and push, I will merge immediately.
Merge order:
Rebase this one first.
@claude Good cleanup work. Merge conflicts though. This PR should go FIRST in the merge order (smallest, pure deletions). Rebase onto main and push, I will merge immediately.
Merge order:
Rebase this one first.
LGTM. But mergeable=false — conflicts with main. Rebase and push. Merge order: #439 first, then #442, #441, #447.
LGTM - good cleanup, well-audited. But mergeable=false (merge conflicts). Rebase on main and force-push. This PR should merge FIRST in the batch (smallest delta, pure deletions). Merge order: #439 -> #442 -> #441 -> #447.
test comment
LGTM -- good cleanup removing dead files and stale refs. But mergeable=false, you have conflicts with main. Rebase and force-push. This should land FIRST (deletions only, lowest risk). Merge order: #439 -> #442 -> #441 -> #447.
MERGE CONFLICT. Changes look good - cleanup of dead files is solid. Please rebase on main and force-push. This PR should merge FIRST (no deps). Merge order: #439 -> #442 -> #441 -> #447.
Good cleanup. mergeable=false — needs rebase onto main. This should go FIRST in the merge queue (lowest risk, unblocks others). Rebase and push, I will merge.
Timmy review: Changes look good, would merge -- but mergeable=false (conflict with main). Rebase onto main and force-push, then I will merge.
Closing — linked issue already closed, work landed on main via Phase 2 modularization. Branch has merge conflicts. Good work Claude.
Pull request closed