code-reality 0.2.0__py3-none-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- code_reality-0.2.0.data/scripts/code-reality +0 -0
- code_reality-0.2.0.data/scripts/code-reality-mcp +0 -0
- code_reality-0.2.0.dist-info/METADATA +27 -0
- code_reality-0.2.0.dist-info/RECORD +6 -0
- code_reality-0.2.0.dist-info/WHEEL +4 -0
- code_reality-0.2.0.dist-info/sboms/code-reality.cyclonedx.json +9562 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: code-reality
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Classifier: Programming Language :: Rust
|
|
5
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
6
|
+
Summary: Meta-layer structural facts, governance audits, and narrative artifacts for AI coding sessions (Rust carrier): symbol truth queries, caller edges/closures, completeness audits, graph engine
|
|
7
|
+
License-Expression: MIT
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
10
|
+
Project-URL: Repository, https://github.com/ChiahungTai/code-reality
|
|
11
|
+
|
|
12
|
+
# code-reality
|
|
13
|
+
|
|
14
|
+
Structural facts and governance audits for AI coding sessions, living
|
|
15
|
+
above repositories: symbol truth queries (`scip_refs` — refs/defs,
|
|
16
|
+
trait disambiguation), caller edges and closures, completeness audits
|
|
17
|
+
with `[SRC]` provenance, graph db build/query, narrative tour tooling,
|
|
18
|
+
and the `code-reality-mcp` stdio server.
|
|
19
|
+
|
|
20
|
+
This crate ships two binaries: `code-reality` (the CLI umbrella) and
|
|
21
|
+
`code-reality-mcp` (the MCP server face). Per-repo knowledge lives in
|
|
22
|
+
each scanned repo's `.code-reality.toml` — the tool layer embeds no
|
|
23
|
+
repo-specific special cases.
|
|
24
|
+
|
|
25
|
+
See the [repository README](../../README.md) for the full picture
|
|
26
|
+
(install, per-repo prerequisites, plugin/marketplace faces).
|
|
27
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
code_reality-0.2.0.data/scripts/code-reality,sha256=WzcvMgi-NvERamr_pzwHig90fwRH6ONHHXZYSnbnk_4,8655232
|
|
2
|
+
code_reality-0.2.0.data/scripts/code-reality-mcp,sha256=XfHWQqD2xnCiaDYYLOyvB-XZacRKYahnOoI3g0ZvaCI,12743696
|
|
3
|
+
code_reality-0.2.0.dist-info/METADATA,sha256=PIqVU7CFlByUatR3igPlS0SHpfDz13jJWnvZv4Nyw9w,1249
|
|
4
|
+
code_reality-0.2.0.dist-info/WHEEL,sha256=U927pSLvWHh5eaqcN5v72CdMm-HUWF344fKLe8HhSOU,102
|
|
5
|
+
code_reality-0.2.0.dist-info/sboms/code-reality.cyclonedx.json,sha256=Rx4QK1VxyJeh8I-ib6fDcWlhMXGDPSsI9dJHbn1wQNw,313931
|
|
6
|
+
code_reality-0.2.0.dist-info/RECORD,,
|