Commit 0d2be0f
fix(intelligence): add cpp to CapabilityMatrix.asSerializableMap() (RAN-172)
CPP_CAPS was fully defined and tableFor("cpp") routed correctly, but
asSerializableMap() omitted "cpp" from the language array, silently
dropping C++ capabilities from the /manifest endpoint and
get_artifact_metadata MCP tool response.
Co-Authored-By: Paperclip <noreply@paperclip.ing>1 parent 5ceb0e1 commit 0d2be0f
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src
- main/java/io/github/randomcodespace/iq/intelligence/query
- test/java/io/github/randomcodespace/iq/intelligence/query
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments