Added goose doc map md file for goose agent to find relevant doc easily. (#6598)

This commit is contained in:
Lifei Zhou
2026-01-22 08:49:26 +11:00
committed by GitHub
parent 78d0f44067
commit 69d2f8c92a
8 changed files with 295 additions and 92 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const fs = require('fs');
const path = require('path');
const globby = require('globby');
const { globby } = require('globby');
module.exports = function markdownExportPlugin(context, options) {
const pluginOptions = {