Commit 940bdb2
Dockerfile: fix MCP config path, skills repo name, cache-bust arg
- Point both claude-code and codex at the real altinity-mcp config
mount /etc/altinity-mcp/config.yaml (was stale /opt/expert-mcp/*,
and the two agents disagreed); matches the skills-agent Helm secret.
- Fix skills source path Altinity/Skills -> Altinity/altinity-skills
(repo was renamed).
- Reference TOOLCHAIN_REFRESH in the install RUN so changing it
actually busts the toolchain layer cache (CI passes github.run_id).
- Drop redundant chmod 755 on /etc/claude-code.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 68ffd52 commit 940bdb2
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
0 commit comments