bsky-scorer: seed AI-agents feed-policy classifier #9
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/atmosphere#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seed the cold-start scoring policy for the bsky-scorer app, the hand-written AI-agents heuristic that holds before the daily compiler has enough vote signal to recompile.
The policy is a single markdown file with YAML frontmatter (machine-parseable rules) plus a human-readable body, per the skills-as-compiled-policy thesis. It needs the rule schema (id, kind, weight, pattern, last_fired_at), boost and suppress rules for AI agent engineering content, a topic-cluster section, a deterministic scoring procedure with a push threshold, a size cap with an unfired-rule decay term, and 5 to 10 worked examples as the few-shot generalization signal.
The bug-finder design decision is encoded - technical-frustration posts about agent tooling score high, gated so they only count alongside an agent-topic rule. Lands at
apps/bsky-scorer/seed-skill.mdas the template the init-container seeds onto the PVC when it is empty.