Skip to content

Commit ab31e4f

Browse files
nficanoclaude
andcommitted
Scrub references to other projects (fizzpop, claude-code, openclaw)
Replace personal/project identifiers with neutral examples: - dev.fizzpop.arcp -> dev.arcp (Java/Kotlin packages) - github.com/fizzpop/arcp{,-go} -> github.com/agentruntimecontrolprotocol/{kotlin-sdk,go-sdk} - 'claude-code' -> 'example-client'; 'openclaw' -> 'example-runtime' - 'telegram:nick' -> 'chat:operator'; 'nick@*' -> 'alice@example.com' Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4497a8c commit ab31e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"arcpx.acme.workflow.v1",
2222
"arcpx.example.thing.v9",
2323
"com.acme.workflow.v2",
24-
"io.openclaw.runtime.v1",
24+
"arcpx.example.runtime.v1",
2525
],
2626
)
2727
def test_valid_extension_names(name: str) -> None:

0 commit comments

Comments
 (0)