Skip to content

Commit a74cd3d

Browse files
Lukas Geigerclaude
andcommitted
docs: add fable-5-hunter to org landing page and llms.txt
New public repo dev-bricks/fable-5-hunter — a zero-dependency watcher that notifies you the moment Claude Fable 5 is reachable again in the Claude Code CLI. Added to Start Here, Repository Directory, Project Families (Agent tooling), search phrases, and the machine-readable index. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dfda26e commit a74cd3d

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

llms.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Last-checked: 2026-06-11
1+
## Last-checked: 2026-06-14
22

33
# dev-bricks
44

@@ -54,6 +54,11 @@ The projects are intended for developers who want small, inspectable, local appl
5454
- Local Windows tray and CLI for maintaining OpenAI Codex Desktop.
5555
- Focuses on repair, cleanup, diagnostics, database/log maintenance, and safe local operational support.
5656

57+
- https://github.com/dev-bricks/fable-5-hunter
58+
- Zero-dependency availability watcher for the Claude Fable 5 model in the Claude Code CLI.
59+
- Polls periodically and notifies you the moment the model is reachable again.
60+
- Delivers via Telegram, Discord, ntfy, desktop notification, or file fallback; runs 24/7 with autostart on Windows and macOS.
61+
5762
## Audience
5863

5964
- Python developers who want lightweight, local desktop tooling without cloud dependency
@@ -76,6 +81,8 @@ dev-bricks Safe Start for Codex
7681
dev-bricks Codex automation startup gate
7782
dev-bricks companion for agy
7883
dev-bricks Gemini CLI wrapper
84+
dev-bricks Claude Fable 5 availability watcher
85+
dev-bricks Claude Code model monitor
7986
dev-bricks multi-agent orchestration
8087
dev-bricks Windows developer tools
8188
```

profile/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
2020
| PTY-based wrapper to capture agy (Gemini CLI) responses · [npm](https://www.npmjs.com/package/companion-for-agy) | [companion-for-agy](https://github.com/dev-bricks/companion-for-agy) |
2121
| Controlled startup gate for Codex Desktop automations | [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex) |
2222
| Local maintenance tray and CLI for OpenAI Codex Desktop | [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex) |
23+
| Get notified the moment Claude Fable 5 is reachable again in Claude Code | [fable-5-hunter](https://github.com/dev-bricks/fable-5-hunter) |
2324

2425
## Repository Directory
2526

@@ -33,6 +34,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
3334
| [companion-for-agy](https://github.com/dev-bricks/companion-for-agy) · [npm](https://www.npmjs.com/package/companion-for-agy) | PTY-based wrapper for agy (Gemini CLI) that captures responses via ANSI color extraction; enables Claude Code, Codex, and CI/CD to read agy output |
3435
| [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex) | Unofficial Windows startup gate for Codex Desktop automations; pauses active automations, launches Codex Desktop, and releases them gradually |
3536
| [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex) | Local Windows tray and CLI for OpenAI Codex Desktop repair, cleanup, diagnostics, and safe maintenance |
37+
| [fable-5-hunter](https://github.com/dev-bricks/fable-5-hunter) | Zero-dependency watcher that polls the Claude Code CLI for Claude Fable 5 and notifies you the moment it is reachable again — via Telegram, Discord, ntfy, desktop toast, or file fallback |
3638
| [ticket-master](https://github.com/dev-bricks/ticket-master) *(private)* | Cross-platform, multi-provider ticket router; type a bug or request into a triage console, it is filed as a structured ticket, scored, and routed to the right AI provider or sub-agent for an immediate fix or into the project's task management |
3739
| [.github](https://github.com/dev-bricks/.github) | Organization profile, shared issue templates, community workflows, security policy, contribution guidance, and machine-readable repository context |
3840

@@ -42,7 +44,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
4244
|---|---|---|
4345
| Desktop IDEs | [DevCenter](https://github.com/dev-bricks/DevCenter), [CodeBox](https://github.com/dev-bricks/CodeBox), [pythonbox](https://github.com/dev-bricks/pythonbox) | Local PySide6 developer interfaces for editing, debugging, project navigation, and build workflows |
4446
| Analysis and discovery | [MethodenAnalyser](https://github.com/dev-bricks/MethodenAnalyser), [apiprober](https://github.com/dev-bricks/apiprober) | Static code inspection and passive API documentation for authorized systems |
45-
| Agent tooling | [companion-for-agy](https://github.com/dev-bricks/companion-for-agy), [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex), [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex), [ticket-master](https://github.com/dev-bricks/ticket-master) *(private)* | Gemini CLI response capture, Codex Desktop startup gating, repair, cleanup, local operational support, and AI-provider ticket routing |
47+
| Agent tooling | [companion-for-agy](https://github.com/dev-bricks/companion-for-agy), [safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex), [CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex), [fable-5-hunter](https://github.com/dev-bricks/fable-5-hunter), [ticket-master](https://github.com/dev-bricks/ticket-master) *(private)* | Gemini CLI response capture, Codex Desktop startup gating, repair, cleanup, local operational support, Claude model availability monitoring, and AI-provider ticket routing |
4648

4749
## Design Principles
4850

@@ -64,6 +66,7 @@ Useful phrases for finding dev-bricks projects on GitHub and external search:
6466
- dev-bricks Safe Start for Codex
6567
- dev-bricks Codex automation startup gate
6668
- dev-bricks companion for agy Gemini CLI wrapper
69+
- dev-bricks Claude Fable 5 availability watcher for Claude Code
6770
- dev-bricks multi-agent orchestration tools
6871
- dev-bricks Windows developer tools
6972

0 commit comments

Comments
 (0)