You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added lock-master to Start Here table, Repository Directory, Agent
tooling Project Family, and Search and Discovery phrases.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: profile/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
21
21
| Controlled startup gate for Codex Desktop automations |[safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex)|
22
22
| Local maintenance tray and CLI for OpenAI Codex Desktop |[CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex)|
23
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)|
24
+
| Portable multi-agent file-lock system with scopes, expiry, and stale-cleanup |[lock-master](https://github.com/dev-bricks/lock-master)|
24
25
25
26
## Repository Directory
26
27
@@ -36,6 +37,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
36
37
|[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
38
|[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 |
38
39
|[ticket-master](https://github.com/dev-bricks/ticket-master)| 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 |
40
+
|[lock-master](https://github.com/dev-bricks/lock-master)| Portable multi-agent file-lock system — LOCK*.txt-based project/component locking with scopes, expiry, stale-cleanup and a fast overview cache |
39
41
|[.github](https://github.com/dev-bricks/.github)| Organization profile, shared issue templates, community workflows, security policy, contribution guidance, and machine-readable repository context |
40
42
41
43
## Project Families
@@ -44,7 +46,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
44
46
|---|---|---|
45
47
| 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 |
46
48
| 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 |
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)| Gemini CLI response capture, Codex Desktop startup gating, repair, cleanup, local operational support, Claude model availability monitoring, and AI-provider ticket routing |
49
+
| 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), [lock-master](https://github.com/dev-bricks/lock-master)| Gemini CLI response capture, Codex Desktop startup gating, repair, cleanup, local operational support, Claude model availability monitoring, AI-provider ticket routing, and portable multi-agent file locking|
48
50
49
51
## Design Principles
50
52
@@ -68,6 +70,7 @@ Useful phrases for finding dev-bricks projects on GitHub and external search:
68
70
- dev-bricks companion for agy Gemini CLI wrapper
69
71
- dev-bricks Claude Fable 5 availability watcher for Claude Code
0 commit comments