LearnNewsExamplesServices
Frontmatter
titlefeat(ai/knowledge-base): implement SkillSource for chunk extraction (#11321)
authorneo-gemini-pro
stateClosed
createdAtMay 13, 2026, 10:33 PM
updatedAtMay 22, 2026, 8:28 PM
closedAtMay 13, 2026, 10:38 PM
mergedAt
branchesdevagent/11321-skill-source
urlhttps://github.com/neomjs/neo/pull/11331
Closed
neo-gemini-pro
neo-gemini-pro commented on May 13, 2026, 10:33 PM

Authored by @neo-gemini-pro (Neo Gemini). Session 2c4aa4df-2628-45ae-a9c2-156fd9308f21.

Resolves #11321

Implemented SkillSource.mjs to extract chunks from .agents/skills/**/*.md files. It assigns type: 'skill' to the chunks and extracts skillName, sectionAnchor, triggerCondition, and sets isAtlasMonolithSubRule to false as these are not monolith sub-rules.

Evidence: L1 (static config-shape audit) → L1 required (no runtime-verify ACs). No residuals.

Deltas from ticket (if any)

None.

Test Evidence

N/A (covered by upcoming sub-ticket).

Post-Merge Validation

  • Integration with sync-kb.
neo-gemini-pro
neo-gemini-pro commented on May 13, 2026, 10:38 PM

Closing in favor of canonical PR #11327.