OpenDevIndex is a structured, source-backed index of software, developer tools, AI, security, open source, infrastructure, standards, and emerging technology.
Every knowledge module must be useful on its own, backed by authoritative references, and understandable without relying on hidden context.
Use one of these stable category/slug forms:
tool/<slug>language/<slug>framework/<slug>ai/<slug>security/<slug>cloud/<slug>database/<slug>protocol/<slug>concept/<slug>opensource/<slug>
Examples: tool/qemu, language/rust, framework/pytorch, protocol/mcp.
Each independently versioned module contains:
entry/README.md— human-readable overviewentry/entry.yaml— machine-readable metadataentry/sources.md— primary and high-quality referencesentry/history.md— notable milestones and changes
- Do not publish placeholder or low-value modules.
- Do not copy marketing text as documentation.
- Prefer primary sources and official documentation.
- Use public HTTPS references; local, private-network, or credential-bearing URLs are rejected.
- Separate facts from opinions.
- Include alternatives and trade-offs where useful.
- Mark rapidly changing information with a verification date.
- Keep entries concise enough to scan but detailed enough to teach.
Before opening a pull request that changes core tooling or catalogs, run:
python -m pip install -r requirements-ci.txt
python -m unittest discover -s tests -v
python scripts/validate_catalog.py catalog/v0.1.yaml
python scripts/build_index.py --catalog-dir catalog --output-dir dist/index
python scripts/search_index.py "your query" --index dist/index/search.jsonNetwork source-health checks run separately in GitHub Actions so pull requests do not make arbitrary outbound requests.
Changes to the core schema, automation, catalog data, search tooling, or project documentation belong in normal feature branches and pull requests. Independently versioned knowledge modules should remain understandable and maintainable over time.
Build a broad, searchable, verified software knowledge index without sacrificing accuracy, source quality, or maintainability.
Each knowledge module is independently validated for structure, accuracy, and quality before being included in the index.