Commit graph

3 commits

Author SHA1 Message Date
460f7effe0 feat(workflows): create 5 BYAN workflows for agent collaboration
Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
Workflows (playbooks markdown) pour orchestrer les 4 agents specialises :

- README.md : index + conventions communes + integration BYAN web futur
- build-story.md : cycle complet livrer 1 story Phase 2 (bridge-dev → bridge-tester → review → CI → deploy staging → validation metier)
- sync-bidirec.md : sync Docmost ↔ Baserow event-driven (idempotence + anti-loop X-Bridge-Origin)
- release.md : process release semver (E2E staging → tag → approval → deploy prod → watch 30min)
- incident.md : SEV1/2/3 response + post-mortem blameless + runbooks
- bump-deps.md : Dependabot PRs + major bumps + Docmost/Baserow upstream

Chaque workflow specifie : trigger, acteurs (agents + humains), sequence
ordonnee avec outputs, gates humains bloquants, rollback, comm templates.

Workflows = playbooks declaratifs pour Claude main qui orchestre les agents
via Agent tool sequentiel. A migrer plus tard vers BYAN web workflow runs
quand le runtime BYAN sera fix.

Equipe complete pour formation-hub :
- 4 agents specialises (bridge-dev, bridge-tester, acadenice-devops, docmost-fork-dev)
- 5 workflows orchestrant leur collaboration
2026-05-07 19:30:48 +02:00
b37220d432 feat(agents): complete BYAN INT for 3 more agents + session resume MD
Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
Agents crees (briefs detailles ~150-200 lignes chacun) :
- bridge-tester : QA Vitest + testcontainers + E2E Playwright + coverage 80%
- acadenice-devops : Docker/Traefik/Forgejo/backups/monitoring/CI-CD
- docmost-fork-dev : React+Tiptap node-views + bidirec backlinks + fork strategy

Plus :
- _byan-output/fast-app/formation-hub/SESSION-RESUME.md : document de reprise
  pour la prochaine session apres restart Claude Code. Contient :
  * Etat global projet (conception OK + Phase 1 en cours)
  * Localisation tous artefacts (URLs, paths, IDs)
  * 19 docs conception checklist
  * Phase 1 iteration status (OK / partiel / TODO)
  * Phase 2 bridge — decoupage en blocs
  * 4 agents specialises + comment les invoquer
  * 3 workflows BYAN proposes (a creer)
  * Decisions structurelles a respecter
  * Credentials utilises (.env)
  * Tous les commits cette session
  * Checklist demarrage prochaine session

Equipe BYAN formation-hub now complete :
[OK] bridge-dev (code metier)
[OK] bridge-tester (qualite)
[OK] acadenice-devops (infra/ops)
[OK] docmost-fork-dev (frontend custom)
2026-05-07 19:26:17 +02:00
7d4d2cd427 feat(agents): create bridge-dev specialized agent (1st BYAN INT for project)
Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
2026-05-07 19:16:26 +02:00