feat: port StarBBP execution onto Hackmode actors #207

Open
nsaspy wants to merge 20 commits from feat/star-bbpd-hackmode-actor-port into master
Owner

Summary

Ports the StarBBP execution core onto Hackmode's existing Sento actor runtime.

Current branch scope:

  • dedicated Hackmode BBP dispatcher/supervisor
  • typed BBP target -> Hackmode capability/provider routing
  • Subfinder + MassDNS reuse
  • httpx, Katana, and Nmap typed providers
  • canonical StarIntel v0.9 document projection
  • legacy BBPD root/child relation semantics
  • inherited structured sources plus tool provenance
  • deterministic BBPD-compatible relation IDs
  • focused actor/provider tests wired into core CI

Migration boundary

This is a strangler migration. The existing Python star-bbpd remains the protocol/parity oracle until Rabbit ingress/publishing/events/settlement parity is executable. This PR does not delete the old daemon.

Remaining before cutover

  • typed StarIntel target JSON ingress helper
  • Rabbit owner-thread adapter and topology
  • document/relation/event publication and settlement parity
  • bounded process streaming/deadline work
  • differential compatibility tests against star-bbpd
  • packaging/runtime entrypoint

Draft while those pieces land.

## Summary Ports the StarBBP execution core onto Hackmode's existing Sento actor runtime. Current branch scope: - dedicated Hackmode BBP dispatcher/supervisor - typed BBP target -> Hackmode capability/provider routing - Subfinder + MassDNS reuse - httpx, Katana, and Nmap typed providers - canonical StarIntel v0.9 document projection - legacy BBPD root/child relation semantics - inherited structured sources plus tool provenance - deterministic BBPD-compatible relation IDs - focused actor/provider tests wired into core CI ## Migration boundary This is a strangler migration. The existing Python `star-bbpd` remains the protocol/parity oracle until Rabbit ingress/publishing/events/settlement parity is executable. This PR does not delete the old daemon. ## Remaining before cutover - typed StarIntel target JSON ingress helper - Rabbit owner-thread adapter and topology - document/relation/event publication and settlement parity - bounded process streaming/deadline work - differential compatibility tests against star-bbpd - packaging/runtime entrypoint Draft while those pieces land.
Some checks failed
agent-pr-serialization / one-open-pr-per-agent-lane (pull_request_target) Failing after 2s
agent-framework-boundary / keep-agent-framework-out-of-product-tree (pull_request) Successful in 7s
core / common-lisp-core (pull_request) Failing after 8m48s
monorepo / hygiene (pull_request) Successful in 2m55s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/star-bbpd-hackmode-actor-port:feat/star-bbpd-hackmode-actor-port
git switch feat/star-bbpd-hackmode-actor-port

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff feat/star-bbpd-hackmode-actor-port
git switch feat/star-bbpd-hackmode-actor-port
git rebase master
git switch master
git merge --ff-only feat/star-bbpd-hackmode-actor-port
git switch feat/star-bbpd-hackmode-actor-port
git rebase master
git switch master
git merge --no-ff feat/star-bbpd-hackmode-actor-port
git switch master
git merge --squash feat/star-bbpd-hackmode-actor-port
git switch master
git merge --ff-only feat/star-bbpd-hackmode-actor-port
git switch master
git merge feat/star-bbpd-hackmode-actor-port
git push origin master
Sign in to join this conversation.
No description provided.