Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/REMOTE_NODE_PROOF.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Remote Node Proof

This change was authored by an autonomous agent running the Claude Code harness inside an ephemeral Railway node provisioned by the Animus environment plugin.

In practice, that means no human typed these edits at a local workstation. The Animus environment plugin spun up a fresh, disposable Railway compute node on demand, cloned the repository into it, and ran the Claude Code agent harness there. The agent then made this change end to end — reading the repo, editing files, and committing — inside that remote sandbox. Because the node is ephemeral, it exists only for the duration of the work and is torn down afterward, leaving behind just the committed result as evidence that the run happened.
Loading