genesis-compiler 1.5.2 → 1.7.0

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/src/index.js CHANGED
@@ -31,6 +31,7 @@ import { projectSessionContext, projectTurnContext } from './index/session-conte
31
31
  import { withTrustedGitRepository } from './index/process.js';
32
32
 
33
33
  export { inspectProject };
34
+ export { listParsers, installParsers, verifyParsers, parserEnvironment } from './index/code-indexers/parsers.js';
34
35
  export { listTemplates } from './index/template-catalog.js';
35
36
  export { applyTemplate } from './index/template-project.js';
36
37
  import {
@@ -223,3 +224,5 @@ export async function syncSkills(options) {
223
224
  guidance: 'Review changed skills in the ordinary Git diff. An assistant that already loaded them needs its supported context refresh before using the new guidance.',
224
225
  };
225
226
  }
227
+
228
+ export { inspectSubsystems } from './index/subsystems.js';