You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest scanner (okf/manifest_scanner.py) — 12 parsers: requirements.txt, pyproject.toml, package.json, Cargo.toml, go.mod, composer.json, pom.xml, Gemfile, build.gradle, Package.swift, project.clj, mix.exs. Each dependency becomes a Dependency concept with ecosystem/version/dev-flag metadata.
_dependencies/{ecosystem}/{name}.md folder structure in bundles — organized by ecosystem (pip, npm, cargo, etc.) with navigable index.md per subfolder.
SUMMARY.md now has a Dependencies section with compact ecosystem counts and a link to _dependencies/index.md.
Publish smoke test — CI installs the published wheel from PyPI, runs generate + lookup + pairs + summarize end-to-end.
RELEASE.md — release checklist.
TEST.md — full integration test spec (AI-agent-executable).