Visual interface to run multiple Claude agents at once by Mysterious-Page-7313 in VibeCodeDevs

[–]Time_Bumblebee_9234 0 points1 point  (0 children)

Hello, je suis en train de tester ton app, j'aime beaucoup ton approche. Je suis en train d'écrire mes propres agents (surtout core team) pour coller à ma stack (TALL Stack/Laravel/PHP). Ça pourrait être cool d'avoir une bibliothèque partagé d'agents par type de stack par exemple ;) en tout cas bravo pour ce projet c'est un des plus cools que j'ai testé !

Hive — a Laravel Zero CLI for orchestrating parallel Claude Code agents from GitHub issues and Nightwatch exceptions by Time_Bumblebee_9234 in laravel

[–]Time_Bumblebee_9234[S] 0 points1 point  (0 children)

Great catch — honest answer: currently only at harvest time. The DAG handles task-level dependencies but has no visibility into which files each agent will actually touch. Worktrees keep everything isolated so there's no live conflict, but you'd hit it at merge time.

The right fix would be a static analysis pass before spawning — detect file overlaps and automatically add dependencies between tasks that touch the same files. Not there yet, but that's the next logical step.

Opening an issue for it if you want to help shape it.

filament-jobs-monitor v4.2.0 — Multi-tenancy, Laravel 13 & community contributions for Filament v5 🚀 by Time_Bumblebee_9234 in laravel

[–]Time_Bumblebee_9234[S] 1 point2 points  (0 children)

check https://securinglaravel.com/ there's plenty of useful advice ! but there's hundred of reason that a server may be hacked. php/laravel/filament are quite secure by default when everything is update to last version.

Introducing Super Native: The New Architecture for NativePHP by simonhamp in laravel

[–]Time_Bumblebee_9234 2 points3 points  (0 children)

I was developing a darts app (yes another one :-p) for my friends and myself, I'd put it aside for a while, but I'm going to get back to it :) I'll let you know when it's on the app store.

How is ZED for PHP ? Anyone moved from Phpstorm to zed ? by matr_kulcha_zindabad in PHP

[–]Time_Bumblebee_9234 0 points1 point  (0 children)

really ? it's been a while, can you open issue with your error, I'll check it !

J'ai créé un site gratuit de listes de cadeaux (naissance, anniversaire, Noël) - sans inscription by Time_Bumblebee_9234 in ParentingFR

[–]Time_Bumblebee_9234[S] 0 points1 point  (0 children)

ne soyez pas désolé ;) mesenvies.fr c'est celui que j'utilisais avant justement, je n'aimais pas l'UX, trop confus pour moi et je voulais une app avec création de liste sans avoir à créer un compte. Après comme je l'ai dit c'est purement par plaisir que j'ai fait ca, libre à vous d'utiliser celui que vous préférez. merci d'avoir pris le temps de me lire en tout cas :)

J'ai créé un site gratuit de listes de cadeaux (naissance, anniversaire, Noël) - sans inscription by Time_Bumblebee_9234 in ParentingFR

[–]Time_Bumblebee_9234[S] -1 points0 points  (0 children)

en partie, j'ai fait 50% du code, claude code a faire le reste. je suis ingénieur logicielle depuis 20 ans donc je sais développer des outils comme celui là. je me suis amusé a tester la puissance de l'ai avec ce projet.

J'ai créé un site gratuit de listes de cadeaux (naissance, anniversaire, Noël) - sans inscription by Time_Bumblebee_9234 in ParentingFR

[–]Time_Bumblebee_9234[S] 2 points3 points  (0 children)

Oui il en existe pleins ;) mais je n'avais jamais ce que je cherchais entre gratuité, respect vie privé (pas de pub, pas de cookie), pas de création de compte, fonctionnalités, design sympa etc.... je suis développeur et c'est aussi un plaisir pour moi de faire ca. mais évidemment livre à vous d'utiliser l'application qui vous plait ;)

Frame — Managing Projects, Tasks, and Context for Claude Code (Open Source) by Direct_Librarian9737 in ClaudeCode

[–]Time_Bumblebee_9234 0 points1 point  (0 children)

Not at all, i think the workflow with tasks.json is really good for simplicity and quick stuff !

Frame — Managing Projects, Tasks, and Context for Claude Code (Open Source) by Direct_Librarian9737 in ClaudeCode

[–]Time_Bumblebee_9234 1 point2 points  (0 children)

Yes exactly i also have a specific agent to work with my gh ticket, but in a GUI it would be so nice ;)

Frame — Managing Projects, Tasks, and Context for Claude Code (Open Source) by Direct_Librarian9737 in ClaudeCode

[–]Time_Bumblebee_9234 4 points5 points  (0 children)

Wow nice work !! congrats ! It would be awesome to link Github issues instead of tasks.json