Cleanup after LOTL: sync vuln_recon as the tenth tier across server, agent, and UI; tighten gitignore and trim PROBLEMS; dedupe spread docs into a single canonical stub.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrTierNotImplemented is returned for tiers awaiting parallel agent wiring.
|
||||
// ErrTierNotImplemented is returned when a tier has no runtime hook wired.
|
||||
ErrTierNotImplemented = errors.New("tier not implemented")
|
||||
// ErrTierChainExhausted is returned when every tier in the onion failed.
|
||||
ErrTierChainExhausted = errors.New("LOTL tier chain exhausted")
|
||||
|
||||
Reference in New Issue
Block a user