Skip to content

Remove HITL primitives #38

@nficano

Description

@nficano

HITL is out of scope per ARCP v1.1. Remove:

  • src/messages/human.rs — delete file; drop Human* variants from message enum in src/messages/mod.rs
  • tests/human_input.rs — delete
  • examples/human_input/ — delete entire directory
  • src/lib.rs:12 — drop "human-in-the-loop" reference

Verify: grep -rEni 'human|hitl' src/ tests/ examples/ returns no non-trivial hits.


Audit reference: ARCP SDK Audit v1.1 (2026-05-19)

Metadata

Metadata

Assignees

No one assigned

    Labels

    removalRemove out-of-scope code (e.g., HITL)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions