Skip to content

fix: export repo-intel from lib/index + accept string disable-model-invocation - #24

Merged
avifenesh merged 1 commit into
mainfrom
fix/lib-index-repo-intel-and-skill-disable
May 29, 2026
Merged

fix: export repo-intel from lib/index + accept string disable-model-invocation#24
avifenesh merged 1 commit into
mainfrom
fix/lib-index-repo-intel-and-skill-disable

Conversation

@avifenesh

Copy link
Copy Markdown
Contributor

Two post-fold issues caught by agentsys preflight + analyzer tests: (1) lib/index.js exported repo-map but not the new lib/repo-intel/ surface - preflight flags it; added the require+export. (2) skill-patterns side_effect_without_disable used strict !== true, wrongly re-flagging quoted 'disable-model-invocation: "true"' (YAML string); now accepts boolean true + string 'true'. Canonical, flows via sync.

…nvocation

Two issues surfaced by agentsys's preflight + analyzer tests after the fold:

1. lib/index.js required repo-map but not the new lib/repo-intel/ surface
   (the fold's unified module). agentsys's preflight checkLibIndexExports
   flags any lib/<subdir>/index.js missing from lib/index.js -> fail. Added
   repoIntel require + export.

2. skill-patterns side_effect_without_disable used strict !== true, so a
   quoted 'disable-model-invocation: "true"' (which YAML parses as a string)
   was wrongly re-flagged. Accept both boolean true and string 'true'.

Both canonical; flow to all plugins via sync.
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@avifenesh
avifenesh merged commit 4322590 into main May 29, 2026
3 checks passed
@avifenesh
avifenesh deleted the fix/lib-index-repo-intel-and-skill-disable branch May 29, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant