Skip to main content

8 posts tagged with "Fleet"

Running several models against one project

View All Tags

The fleet registry gets a summary line, not a full dump

· 2 min read
Anchor maintainers

Anchor already keeps executor task specs lean — never the whole project, never a raw file dump, only the context a task actually needs. The fleet registry itself was the exception: the model-fleet MCP's list_fleet handed back every endpoint's base_url and model name whether or not the caller needed it, and there was no other way to get the same picture into a prompt. It's on the same diet as everything else now.

A daemon can now accept, skip, or reject a plan without a model

· 3 min read
Anchor maintainers

Picking which plan to work on has always been mechanical — priority, value, fit, dependencies, none of it needs judgment. But two real gaps sat under that mechanism: a plan quoting an example header inside a code fence could be misread as its own field, and one corrupt file could take down a whole polling loop. Both are fixed, and daemons get an explicit triage mode that makes the "no model needed" property visible instead of implicit.

Dual-axis model fit — power and specialty

· 2 min read
Anchor maintainers

Anchor’s fit check used to answer one question well: is this model strong enough? Mythos-core rule 11 and model-fitness.md sent weak-column and orchestration-class work up with SUGGEST-ESCALATE. That stopped silent overreach — but it did not catch the other failure mode: a model that is strong enough yet the wrong kind of product for the job.