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
Copy file name to clipboardExpand all lines: profile/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
22
22
| Controlled startup gate for Codex Desktop automations |[safe-start-for-codex](https://github.com/dev-bricks/safe-start-for-codex)|
23
23
| Local maintenance tray and CLI for OpenAI Codex Desktop |[CareCenter-for-Codex](https://github.com/dev-bricks/CareCenter-for-Codex)|
24
24
| Get notified the moment Claude Fable 5 is reachable again in Claude Code |[fable-5-hunter](https://github.com/dev-bricks/fable-5-hunter)|
25
-
| Portable multi-agent file-lock system with scopes, expiry, and stale-cleanup |[lock-master](https://github.com/dev-bricks/lock-master)|
25
+
| Portable multi-agent file-lock system with Exclusive + Team Locks, scopes, expiry, cloud-sync, and stale-cleanup |[lock-master](https://github.com/dev-bricks/lock-master)|
26
26
27
27
## Repository Directory
28
28
@@ -38,8 +38,8 @@ dev-bricks builds small, practical tools for software-development workflows: edi
38
38
|[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 |
39
39
|[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 |
40
40
|[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 |
41
-
|[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|
42
-
|[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 |
41
+
|[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. Cloud-ready with filename-based multi-system claims|
42
+
|[lock-master](https://github.com/dev-bricks/lock-master)| Portable multi-agent file-lock system — Exclusive and Team Locks (LOCK*.txt) with scopes, expiry, cloud-sync support, stale-cleanup and a fast overview cache |
43
43
|[.github](https://github.com/dev-bricks/.github)| Organization profile, shared issue templates, community workflows, security policy, contribution guidance, and machine-readable repository context |
44
44
45
45
## Project Families
@@ -48,7 +48,7 @@ dev-bricks builds small, practical tools for software-development workflows: edi
48
48
|---|---|---|
49
49
| 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 |
50
50
| 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 |
51
-
| 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 |
51
+
| 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 with team coordination |
52
52
| Knowledge scaffolding |[WikiStub-Seed](https://github.com/dev-bricks/WikiStub-Seed)| Structured JSON and Markdown seed data for documentation glossaries, learning maps, ontology seeds, local RAG, and LLM context pipelines |
53
53
54
54
## Design Principles
@@ -92,4 +92,4 @@ dev-bricks is the developer-tool branch of the brick suite:
92
92
93
93
Part of the [ellmos-ai](https://github.com/ellmos-ai) ecosystem.
0 commit comments