mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-07 04:02:40 +00:00
Qodo review on #1476 caught that CITATION.cff still declared v0.6.7 / 2026-08-28, which would have made GitHub's generated citation disagree with the package metadata and CHANGELOG this same PR bumps to v0.6.8. Not caught by the existing release-prep process since CITATION.cff was only added in #1266, after that process was last documented. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.8
|
|
date-released: 2026-09-05
|
|
keywords:
|
|
- knowledge-graph
|
|
- context-graph
|
|
- ai-agents
|
|
- llm
|
|
- decision-intelligence
|
|
- provenance
|
|
- explainability
|
|
- graph-rag
|