chore: clean up lint blockers

This commit is contained in:
Affaan Mustafa
2026-05-16 03:21:10 -04:00
committed by Affaan Mustafa
parent 7420441512
commit 039c7f111a
4 changed files with 3 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ origin: community
A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. It encodes the **six-stage pattern** — Source → Hydrator → Filter → Scorer → Selector → SideEffect — popularized by xAI's open-sourced [For You algorithm](https://github.com/xai-org/x-algorithm) (Apache 2.0). This skill is an independent reimplementation of the pattern (MIT) — no code copied from the original.
Upstream: https://github.com/mturac/recsys-pipeline-architect
Upstream: <https://github.com/mturac/recsys-pipeline-architect>
## When to Use
@@ -100,7 +100,7 @@ Default to isolation. Joint only when there's a specific reason (e.g., explicit
## Upstream contents
The upstream repository at https://github.com/mturac/recsys-pipeline-architect ships:
The upstream repository at <https://github.com/mturac/recsys-pipeline-architect> ships:
- Full `SKILL.md` with the complete 8-step workflow
- 5 load-on-demand reference docs: interfaces in 4 languages (TS/Go/Python/Rust), multi-action scoring pattern, candidate isolation, filter cookbook (12 patterns), scorer cookbook (weighted sum, MMR, diversity penalty, position debiasing)