WP Manifestindependent plugin directory
manifest / developer / wordpress-repodocs-intelligence

RepoDocs Intelligence

RepoDocs Intelligence is a WordPress plugin that transforms GitHub, GitLab, Gitea and Forgejo repositories into living technical documentation with code intelligence, source browsing, API and dependency analysis, documentation health, secure webhooks, search, AI-assisted Q&A, and responsive developer docs.

by Shahin Ilderemi · github.com/ildrm/wordpress-repodocs-intelligence · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ildrm/wordpress-repodocs-intelligence/archive/refs/heads/main.zip

From the readme

RepoDocs Intelligence RepoDocs Intelligence is a WordPress plugin for turning Git repositories into living, evidence-backed technical documentation. Architecture The plugin separates WordPress integration, Git providers, analysis, persistence, background jobs, security, AI and frontend concerns. Repository source is treated as untrusted data and is statically inspected rather than executed. Key design principles - Deterministic truth first: symbols, files, dependencies, APIs and schemas come from source analysis; AI is optional and explanatory. - Incremental synchronization: unchanged files reuse prior analysis by source SHA; affected data is rebuilt when content changes. - Safe by default: no repository scripts/builds are executed; credentials are encrypted; external base URLs are validated; access and REST routes are capability/visibility gated. - WordPress-native publishing: WordPress owns project access, administration, URLs and presentation while high-volume intelligence data lives in dedicated tables. - Replaceable integrations: Git and AI features are behind interfaces/factories so additional providers can be added without coupling them to UI code. Implemented capabili

Read the full README on GitHub →