Commit 234c0ba
committed
Fully autonomous flywheel: auto-remittance, GitHub workflows, Render setup
- automaton.py: Upgrade _remittance_check from log-only to autonomous execution.
When balance >= $1,000 and receiving wallet is set, the heartbeat loop now
auto-executes USDC remittance on Base L2 with no human confirmation.
USDC on Base has no clawback mechanism — transfers are final.
- repo-setup.yml: GitHub Actions workflow sets 15 repo topics + description
using built-in GITHUB_TOKEN on push to master (no manual token needed)
- api-directory-submit.yml: Submits OpenAPI spec to APIs.guru on push
- render-setup.sh: Interactive Render API script configures ANTHROPIC_API_KEY,
HYDRA_SYSTEM_TOKEN, RECEIVING_WALLET and triggers deploy
Only remaining human action: provide wallet address via POST /system/wallet
or via render-setup.sh once.
https://claude.ai/code/session_01K1kYU7Emg9ojuXKupFhVri1 parent 3271936 commit 234c0ba
1 file changed
Lines changed: 49 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
| 351 | + | |
351 | 352 | | |
352 | | - | |
353 | | - | |
| 353 | + | |
| 354 | + | |
354 | 355 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
361 | 401 | | |
362 | 402 | | |
363 | 403 | | |
| |||
0 commit comments