opencode-gitlab-dap 1.15.6 → 1.15.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2232,7 +2232,10 @@ function makeSystemTransformHook(flowAgents, getAuthCache) {
|
|
|
2232
2232
|
}
|
|
2233
2233
|
if (getAuthCache()) {
|
|
2234
2234
|
output.system.push(
|
|
2235
|
-
`## Project
|
|
2235
|
+
`## GitLab Project Context
|
|
2236
|
+
CRITICAL: Any tool that requires a project_id MUST use the FULL project path from git remote. Run \`run_git_command("remote", ["-v"])\` FIRST and extract the path (e.g., "git@gitlab.com:my-group/my-project.git" \u2192 "my-group/my-project"). NEVER guess or infer the project path from the repository name alone.
|
|
2237
|
+
|
|
2238
|
+
## Project Knowledge
|
|
2236
2239
|
Project memory tools are available (gitlab_memory_load, gitlab_memory_record, gitlab_memory_recall). Say "bootstrap project memory" to initialize or refresh project knowledge.`
|
|
2237
2240
|
);
|
|
2238
2241
|
}
|