Skip to content

[recipes] Lint sweep — bounded brain quality audit#204

Merged
justfinethanku merged 17 commits into
NateBJones-Projects:mainfrom
alanshurafa:contrib/alanshurafa/lint-sweep
Jun 1, 2026
Merged

[recipes] Lint sweep — bounded brain quality audit#204
justfinethanku merged 17 commits into
NateBJones-Projects:mainfrom
alanshurafa:contrib/alanshurafa/lint-sweep

Conversation

@alanshurafa

Copy link
Copy Markdown
Collaborator

What this adds

A 3-tier brain-quality audit recipe at recipes/lint-sweep/:

  • Tier 1 — SQL-only lint (free): orphans by tag, duplicates, oversize content, low-signal noise
  • Tier 2 — graph-based lint (free): high-importance isolated thoughts, entities with no edges
  • Tier 3 — LLM-assisted contradiction sampling (budget-capped via --max-llm-calls)

Read-only — produces a markdown report, never mutates thoughts. 3-case path guard tested (absolute, home-expanded, relative traversal rejected).

Prerequisites

Review history

Iteratively refined across 3 fix rounds with cross-AI (Claude + Codex) review pipeline. Final Codex verify confirmed clean.

See recipes/lint-sweep/README.md for full usage.

Weekly quality audit across three cost tiers: SQL-only orphan/dup lint (free), graph-based edge-weakness lint (free), and LLM-assisted contradiction sampling (budget-capped). Read-only — produces a report, never mutates.
@github-actions github-actions Bot added the recipe Contribution: step-by-step recipe label Apr 19, 2026
@alanshurafa alanshurafa added area: recipes Review area: recipes review: ready-for-maintainer Community reviewer recommends maintainer review alan-reviewed Reviewed by Alan Shurafa in Community Reviewer role labels May 20, 2026
@alanshurafa

Copy link
Copy Markdown
Collaborator Author

Mergeable, no conflicts against main. No blockers from my side; ready whenever it reaches the queue.

@justfinethanku justfinethanku left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maintainer review: Alan's triage says no blockers and ready for queue. I updated the branch against main, added the repo community badge/creator credit convention, ran markdownlint locally, and GitHub label/lint checks are passing.

@justfinethanku
justfinethanku merged commit aeaa07b into NateBJones-Projects:main Jun 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

alan-reviewed Reviewed by Alan Shurafa in Community Reviewer role area: recipes Review area: recipes recipe Contribution: step-by-step recipe review: ready-for-maintainer Community reviewer recommends maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants