docs(session): update SESSION-RESUME post R3.3 — slash commands livres
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
E2E Playwright / Playwright e2e (chromium) (push) Waiting to run

This commit is contained in:
Corentin JOGUET 2026-05-08 01:07:59 +02:00
parent c8c2b7bf5d
commit fe1fc6d3d9

View file

@ -1,4 +1,4 @@
# SESSION RESUME — formation-hub Acadenice (last update post R3.2)
# SESSION RESUME — formation-hub Acadenice (last update post R3.3)
## RECAP SESSION 2026-05-07 (lecture obligatoire post-/compact)
@ -29,6 +29,8 @@ Bridge state : 380/380 tests verts (+44 R3.1.a +6 retry/fake-redis, +11 SSE rout
**Fork DocAdenice (`docmost/`, gitignored, branche `acadenice/main`, local-only)** :
```
ba18a34 docs(fork): update ACADENICE_PATCHES.md Patch 010 for R3.3
4e2af88 feat(acadenice): add custom slash commands system for R3.3 (183 tests total)
8cd57f9 docs(fork): update ACADENICE_PATCHES.md Patch 009 for R3.2
2fc310a feat(acadenice): add bidirectional backlinks + wikilinks for R3.2 (135 tests total)
ba8d867 test(e2e): add data-testid attributes for Playwright e2e (Patch 008 R3.1.e)
@ -50,11 +52,12 @@ efa2644 rebrand DocAdenice (titres + emails, identifiants techniques KEEP)
- Bridge consume le claim direct (pas de mapping)
- 3 modes auth Bearer cohabitent
### Catalogue 22 permissions atomiques (en code TS, fork)
### Catalogue 23 permissions atomiques (en code TS, fork) — mis a jour R3.3
```
pages:read|write|delete|share, space:read|create|write|delete|invite,
tables:list|create|write|delete, rows:read|write|delete,
attachments:upload|delete, users:invite|write|delete, roles:manage, admin:*
attachments:upload|delete, users:invite|write|delete, roles:manage,
slash_commands:manage (R3.3 - nouveau), admin:*
```
### 5 roles classiques pre-seed (`is_system_role=true`)
@ -68,7 +71,7 @@ Owner=`admin:*`, Admin=tout sauf `*:delete` et `roles:manage`, Editor, Member, G
- R3.1.d frontend renderers kanban (@dnd-kit) + calendar (@fullcalendar) + edit inline — LIVRE f3fae2a (33 tests, total 96)
- R3.1.e Playwright e2e cross-stack (compose dev Postgres+Redis+Baserow+bridge+DocAdenice, 7 scenarios) — LIVRE e969545 (formation-hub) + ba8d867 (fork testids)
- **R3.2** backlinks bidirec (page A reference B → B liste les references entrantes) — **LIVRE** `2fc310a`
- **R3.3** slash commands custom (declarer ses propres `/foo` extensibles)
- **R3.3** slash commands custom (declarer ses propres `/foo` extensibles)**LIVRE** `4e2af88`
- **R3.4** dual editor (code raw markdown + WYSIWYG)
- **R3.5** graph view (style Obsidian / AFFiNE) — visualise les liens entre pages :
- **R3.5.1 backend** : `GET /api/acadenice/graph` qui parse les contenus Tiptap pour extraire wikilinks/mentions, retourne `{ nodes, edges }` avec filtres (space, tag, depth)