Commit e758a64
build: fill Justfile stubs with real gprbuild commands
build/test/clean/fmt/lint were TODO echoes. Wired them to:
build — gprbuild -P modshells.gpr -p
test — gprbuild -P tests/tests.gpr -p && ./bin/test_shell_manager + smoke_test.sh
clean — gprclean -P modshells.gpr
fmt — gnatformat (with actionable fallback when unavailable)
lint — gprbuild -gnaty -c -u (check-only -gnaty style pass)
Unblocks modshells-mcp cartridge work (AI-WORK-todo §3c gate).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d1a3001 commit e758a64
1 file changed
Lines changed: 20 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | | - | |
| 24 | + | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
26 | 30 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | | - | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
0 commit comments