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.cjs
CHANGED
|
@@ -2401,7 +2401,10 @@ function makeSystemTransformHook(flowAgents, getAuthCache) {
|
|
|
2401
2401
|
}
|
|
2402
2402
|
if (getAuthCache()) {
|
|
2403
2403
|
output.system.push(
|
|
2404
|
-
`## Project
|
|
2404
|
+
`## GitLab Project Context
|
|
2405
|
+
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.
|
|
2406
|
+
|
|
2407
|
+
## Project Knowledge
|
|
2405
2408
|
Project memory tools are available (gitlab_memory_load, gitlab_memory_record, gitlab_memory_recall). Say "bootstrap project memory" to initialize or refresh project knowledge.`
|
|
2406
2409
|
);
|
|
2407
2410
|
}
|