Commit History

feat: integrate Galaxy bugbounty checklist, clientside resources, paper2code
256c9c2
verified

Architect8999 commited on

feat: integrate camofox-browser anti-detection browser
95b8512
verified

Architect8999 commited on

fix(playbook §10): resolve all 12 diagnostic warnings W-001..W-012\n\n W-001 CRITICAL: Add scripts/generate_stubs.sh + Makefile to generate\n openclaude_grpc/openclaude_pb2*.py locally without a full Docker build.\n W-002 HIGH: Delete dead Rhodawk_AI_Pitch_Deck_2026.pptx (operator request).\n W-003 HIGH: Rename mcp_config.json -> mcp_config.ARCHIVE.json with archive notice.\n W-004 HIGH: formal_verifier.py — RHODAWK_Z3_ENABLED defaults to true; loud warning if skipped.\n W-005 MEDIUM: Surface RHODAWK_AUTO_MERGE state in System Status banner.\n W-006 MEDIUM: training_store.PgConn.executescript() splits multi-stmt SQL.\n W-007 MEDIUM: webhook_server returns 403 + JSON when secret unset.\n W-008 MEDIUM: hermes_orchestrator — new HERMES_PROVIDER routing flag.\n W-009 MEDIUM: New night_hunt_lock.py shared mutex across both night-hunt loops.\n W-010 MEDIUM: repo_harvester uses dynamic 30-day rolling pushed window.\n W-011 MEDIUM: lora_scheduler emits Telegram/Slack notification on export.\n W-012 MEDIUM: Live Operations tab shows System Status feature-gate banner.
6ed9a00

Rhodawk Agent commited on

feat(v6): Masterplan build — semantic skill selector, 84 skills, night-hunt orchestrator, OpenClaw gateway, 12 MCP servers, developer playbook
58fe8fa

Rhodawk Agent commited on

fix(docker): replace removed npm MCP servers with PyPI equivalents
4b69257

Rhodawk Agent commited on

Update Dockerfile
7fcb6f2
verified

Architect8999 commited on

feat(openclaude): vendor OpenClaude as headless gRPC daemon, eliminate aider
39e315a

Rhodawk Bot commited on

docs: add complete System Analysis Book (companion to Founder Playbook)
a411ede
verified

Architect8999 commited on

Install aider --no-deps to escape pillow/litellm pin conflicts
dd4ccce
verified

Architect8999 commited on

Switch Space SDK to docker; bump gradio for pillow 12 compat
a913714
verified

Architect8999 commited on

Bump gitpython to 3.1.46 to match aider 0.86.2 pin
ad06d84
verified

Architect8999 commited on

Pin aider 0.86.2 + force-upgrade litellm in Dockerfile to fix module attribute crash
da5ce03
verified

Architect8999 commited on

Bump aider-chat to 0.87.0 to fix litellm APIConnectionError crash
1e909b0
verified

Architect8999 commited on

Switch inference to DigitalOcean primary + OpenRouter fallback; pin litellm to fix aider crash
504dde2
verified

Architect8999 commited on

Round 1 sync — files missed in previous push
2798900

Rhodawk Agent commited on

RHODAWK_SUPERHUMAN_MASTERPLAN + red-team upgrade
77c9635

Rhodawk Agent commited on

ARCHITECT: full masterplan implementation — 19 skills, 10 new MCP servers, 5-tier model router, EmbodiedOS bridge, autonomous night-mode loop, sandbox manager, pytest suite, stability fixes
da8fcf1

Rhodawk Mythos Agent commited on

mythos: wire end-to-end into app.py + add reconnaissance-mcp + diagnostics + self-test CLI
da9b4c7

Rhodawk Mythos Agent commited on

docs: add full end-to-end architectural analysis (5-phase recon, flow, build & stability)
df75169

Rhodawk Mythos Agent commited on

mythos: ascend to Mythos-level — multi-agent + probabilistic + advanced tooling + RL + MCP suite + FastAPI
14b1bbe

Rhodawk Mythos Agent commited on

Add Rhodawk AI Pitch Deck 2026 (PDF)
75e13f5
verified

Architect8999 commited on

Add Rhodawk AI Pitch Deck 2026 (PPTX)
cd98ef8
verified

Architect8999 commited on

Add redesigned Rhodawk AI pitch deck (interactive HTML)
3239741
verified

Architect8999 commited on

Upload Rhodawk AI Pitch Deck 2026
cdbc0c8
verified

Architect8999 commited on

Fix audit runtime fallback and controls
994a063

ninjawarriorhem commited on

fix: move theme to gr.Blocks(), remove from launch(); add type=messages to gr.Chatbot
8a337f9

Rhodawk AI commited on

fix: downgrade aider-chat 0.86.2→0.86.1 and gitpython→3.1.45 to resolve pillow 12.x conflict with gradio
30f4b78

Rhodawk AI commited on

fix: upgrade gradio 5.0.0→5.29.0 to resolve markupsafe 2.x vs 3.x conflict with aider-chat
68277a3

Rhodawk AI commited on

fix: pin gitpython==3.1.46 and jinja2==3.1.6 to resolve aider-chat/gradio dep conflict
3781067

Rhodawk AI commited on

fix: correct HF frontmatter YAML formatting; redesign README with animated header, Mermaid diagrams, badges
30b3d7b

Rhodawk AI commited on

decode: convert base64 app.py and mcp_config.json to original format; update README
b133c01

Rhodawk AI commited on

Fix: build error + ACTS consensus + ChainAnalyzer + rate limit + timer + venv path\n\n Build error fix:\n - requirements.txt: Remove atheris (requires Clang+libFuzzer, unavailable in HF Spaces)\n - fuzzing_engine.py: Graceful atheris fallback, detects availability at runtime,\n falls back to Hypothesis automatically\n - Dockerfile: Renamed builder stage to base, runtime inherits directly, eliminates\n broken reference to nonexistent 'builder' stage name in COPY --from\n\n ACTS Consensus bug (hermes_orchestrator.py):\n - _run_acts_consensus now calls all 3 models individually and concurrently,\n passing all 3 raw verdicts to compute_acts() so disagreement penalty works\n - Previously merged result collapsed to 1-item list (agreement_factor always 1.0)\n\n ChainAnalyzerTool in Hermes registry (hermes_orchestrator.py):\n - Added ChainAnalyzerTool with name=chain_analysis registered in _TOOL_REGISTRY\n - Hermes can now autonomously synthesize exploit chains without human UI click\n - _HERMES_SYSTEM prompt updated to document the new tool\n\n LLM rate limit backoff (hermes_orchestrator.py):\n - _hermes_llm_call retries on 429 with delays 15s/30s/60s\n - Single 429 no longer aborts the entire research session\n\n Timer consolidation (app.py):\n - get_combined_refresh() returns all 8 live-update outputs at once\n - 3 concurrent gr.Timer.tick() SSE streams collapsed to single tick\n - Reduces HF Space connection pressure under multiple simultaneous users\n\n Venv path fix (app.py):\n - execute_approved_harness uses VENV_DIR constant, not hardcoded string\n - Creates venv on-demand if missing so standalone Security Research tab works
59dc700

Rhodawk Agent commited on

Update README.md
c664730
verified

Architect8999 commited on

Update README.md
edc5b0e
verified

Architect8999 commited on

Update README.md
bb6bd1c
verified

Architect8999 commited on

feat: v5.0 — 25-server cybersecurity MCP suite + Hermes agent enhancements
c02f427
verified

Architect8999 commited on

feat: Hermes Zero-Day Research Engine - 9 new modules + UI tab
5a2c9e0
verified

Architect8999 commited on

fix: BUG-009 git clone creds + BUG-010 pip fallback + BUG-011 per-repo venv
4ba73c1

Rhodawk AI commited on

fix: dynamic REPO_DIR per audit, terminate button, URL normaliser, reset unblocks queue
58491d5
verified

Architect8999 commited on

feat: ethical AVR pipeline — semantic extractor, harness factory, chain analyzer, disclosure vault, Security Research tab
9452af2
verified

Architect8999 commited on

fix: remove type=messages from Chatbot (not supported by installed Gradio version)
d529357
verified

Architect8999 commited on

fix: set UV_CACHE_DIR=/tmp/uv-cache + pip fallback to fix all-tests-failing regression
8ce75de
verified

Architect8999 commited on

fix: convert Chatbot messages to dict format (role/content) for Gradio 5 compatibility
3b84d82
verified

Architect8999 commited on

docs: Add complete Founder Playbook (FOUNDER_PLAYBOOK.md)
92846cf

Rhodawk AI commited on

feat: v4.0 Peak enhancements + Antagonist mode
8a23fcf

Rhodawk AI commited on

Update Dockerfile
846ce24
verified

Architect8999 commited on

fix: close GAP-E, BUG-009, and model pre-warm
8a58104

Rhodawk AI Patcher commited on

fix: patch all critical bugs and gaps from ProjectKyto deep analysis
ef02f17

Rhodawk AI Patcher commited on