mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-09 04:00:52 +00:00
Distribution and trust-signal infrastructure to make pip install semantica frictionless in downstream CI and to bring the release pipeline in line with mature OSS practice: - .github/actions/setup-semantica: reusable composite action other repos can call to install + verify semantica in one step - install-matrix.yml: verifies the published package installs and imports cleanly across Ubuntu/macOS/Windows x Python 3.9-3.12, weekly + on release; backs a new README badge - scorecard.yml: OpenSSF Scorecard analysis, weekly + on push to main, backing a new README badge - release.yml: twine check gate before publish, catching a broken PyPI long-description render before it ships - CITATION.cff: enables GitHub's native "Cite this repository" button - examples/ci/: copy-paste GitHub Actions, GitLab CI, and CircleCI templates for projects adopting semantica - GROWTH.md: tracked checklist of distribution channels, what's done vs outstanding, and guardrails against inflating metrics artificially
21 lines
505 B
YAML
21 lines
505 B
YAML
cff-version: 1.2.0
|
|
message: "If you use this software, please cite it as below."
|
|
title: "Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems"
|
|
type: software
|
|
authors:
|
|
- name: "Semantica"
|
|
repository-code: "https://github.com/semantica-agi/semantica"
|
|
url: "https://getsemantica.ai"
|
|
license: MIT
|
|
version: 0.6.7
|
|
date-released: 2026-08-28
|
|
keywords:
|
|
- knowledge-graph
|
|
- context-graph
|
|
- ai-agents
|
|
- llm
|
|
- decision-intelligence
|
|
- provenance
|
|
- explainability
|
|
- graph-rag
|