Add graphify knowledge graph outputs and pending changes

Includes graphify-out/ (interactive graph.html, GRAPH_REPORT.md, graph.json
from Gemini-backed extraction) plus .graphifyignore/.gitignore scope config,
alongside other pending working-tree changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-16 20:41:30 +09:00
parent 587a32d239
commit c068372abf
9 changed files with 148101 additions and 0 deletions

4
.gitignore vendored
View File

@@ -99,3 +99,7 @@ build/
# Temporary files
output/
keyword_analysis_*.json
# graphify: keep graph.json/html/report, drop regenerable cache + dated backups
graphify-out/cache/
graphify-out/????-??-??/

4
.graphifyignore Normal file
View File

@@ -0,0 +1,4 @@
# graphify scope control — exclude non-standard virtualenvs that the default
# rules (.venv, venv) don't catch, so pip-package source doesn't pollute the graph.
.venv-ourdigital/
.venv-*/

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"output_tokens": 47918}

1389
graphify-out/GRAPH_REPORT.md Normal file

File diff suppressed because it is too large Load Diff

307
graphify-out/graph.html Normal file

File diff suppressed because one or more lines are too long

138840
graphify-out/graph.json Normal file

File diff suppressed because it is too large Load Diff

1282
graphify-out/manifest.json Normal file

File diff suppressed because it is too large Load Diff