Skip to content

Remove Extra Chill-specific examples from generic runtime source #3357

Description

@chubes4

Problem

The WordPress.org package audit for #2424 found Extra Chill-specific domains, usernames, agent names, and transport examples in generic Data Machine runtime source. The generic-layer policy explicitly treats vendor/site names in field docs and examples as layering violations.

Examples include:

  • inc/Core/Auth/AgentAuthorize.php describing the generic multisite host check as *.extrachill.com
  • inc/Core/Auth/AgentAuthCallback.php examples using extrachill.com/sarai
  • inc/Cli/Commands/ExternalCommand.php, MemoryCommand.php, and AgentsCommand.php examples using Extra Chill identities/domains
  • inc/Abilities/AgentRemoteCall/AgentRemoteCallAbility.php and inc/Core/Auth/RemoteAgentClient.php examples using chubes.net

Author/package ownership metadata such as the plugin Author URI and Composer package name is not in scope.

Acceptance

  • Replace site-specific runtime examples with RFC-safe generic examples such as example.com, remote.example, and content-agent.
  • Keep actual runtime behavior generic and unchanged.
  • Add a packaged-source grep gate so private-site examples do not return.

Refs #2424.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions