Add blocked_apps/ directory; record fizzy (exit b)#6
Open
ClaydeCode wants to merge 2 commits into
Open
Conversation
Adds a new top-level blocked_apps/ directory with a README schema and extends the /add-app skill so every hard exit (no image, non-FOSS license, paid, shell-bootstrap, or user rejection) writes blocked_apps/<name>.md and opens a documentation-only PR. Keeps a durable record of why each candidate was turned down and prevents future agents from re-researching the same app. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Fizzy (basecamp/fizzy) ships under 37signals' O'Saasy License, which is source-available rather than FOSS. License class fails the inclusion criterion in .claude/skills/add-app/reference/exit-criteria.md. Otherwise a strong technical fit (official GHCR image, active dev, single-tenant, SQLite-backed) — captured here so the analysis can be revisited if the project is ever relicensed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
blocked_apps/directory documenting apps that were researched for the Freeshard store but did not pass inclusion criteria. Includes aREADME.mdwith the file schema and exit-code reference./add-appskill (.claude/skills/add-app/) so every hard exit writesblocked_apps/<name>.md, commits it, and opens a documentation-only PR. Updatesphases/02-research.mdstep 5 (exitsa/b/f),phases/03-proposal.mdstep 10 (userreject), andreference/exit-criteria.md(addsjandrejectcodes, plus the procedure section).agents.mdto mentionblocked_apps/.blocked_apps/fizzy.md. Fizzy ships under 37signals' O'Saasy License (source-available) → hard exitb. Otherwise a strong technical fit; captured so it can be revisited if relicensed.Test plan
blocked_apps/README.mdschema — fields cover what a future agent needs to skip re-research.blocked_apps/fizzy.mdcontent for accuracy (license name, image, deployment notes).agents.mdstructure block correctly listsblocked_apps/.reference/exit-criteria.md.