Skip to content

Rename crates/agent to crates/tracing, flux to collector#131

Open
renardeinside wants to merge 2 commits intomainfrom
feat/agent-surface
Open

Rename crates/agent to crates/tracing, flux to collector#131
renardeinside wants to merge 2 commits intomainfrom
feat/agent-surface

Conversation

@renardeinside
Copy link
Collaborator

Summary

  • Rename crates/agent/crates/tracing/ (cargo package apx-agentapx-tracing), freeing the agent name for the future AI agent surface (🤖 [FEAT] agent surface #130)
  • Rename all internal flux/Flux identifiers → collector/Collector to avoid collision with the tracing crate
  • Rename CLI subcommand apx flux start/stopapx tracing start/stop
  • Binary name apx-agent stays unchanged — no migration needed for deployed daemons

Test plan

  • cargo check passes
  • cargo clippy --all-targets — zero warnings
  • cargo test --lib — 374 tests, 0 failures
  • cargo fmt — clean
  • apx tracing start / apx tracing stop — manual smoke test
  • apx --help shows tracing instead of flux

Closes #130

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🤖 [FEAT] agent surface

1 participant