-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: the social graph atlas — exploration 0419 #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7d7d279
docs(exploration): explore social graph atlas
719168d
feat(social): fetch and store video transcripts on the device
65759f4
feat(social): bound what an agent may retrieve from the social graph
c4803ac
feat(social): seed TikTok feeds and a cross-platform activity timeline
ebe2f82
feat(social): share feed enrichment across surfaces and resolve TikTo…
d494b1d
feat(views): project a social lens onto the canvas from every surface
fa4498e
feat(social): make transcript fetching a per-import-run choice
95b6fb7
docs(changelog): add fragment
7111047
fix(sqlite): index the search text of imported social content
5f09841
docs(exploration): partially check off social graph atlas (16/19)
70525f4
fix(social): expose new modules as subpaths so consumers skip the imp…
c78959a
Merge branch 'main' into claude/0419-social-graph-atlas
crs48 4d7e8c5
Merge branch 'main' into claude/0419-social-graph-atlas
crs48 17f0381
Merge origin/main into claude/0419-social-graph-atlas
23e58a8
Merge remote-tracking branch 'origin/claude/0419-social-graph-atlas' …
d45102b
Merge remote-tracking branch 'origin/main' into claude/0419-social-gr…
5f6adf7
chore(api): refresh data and react API reports
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| '@xnetjs/sqlite': minor | ||
| '@xnetjs/react': minor | ||
| --- | ||
|
|
||
| Imported social content is now actually in the full-text index, and a saved | ||
| lens can be projected onto a canvas with its relationships. | ||
|
|
||
| `extractSearchableContent` read `content`, `description`, `body`, `name` and | ||
| `note` — but not `searchText`, the property imported social records | ||
| denormalize their full text into precisely so it can be searched. Every | ||
| imported post, comment and video transcript was therefore absent from | ||
| `nodes_fts` while the pipeline reported it as indexed: search returned a clean | ||
| empty result rather than an error. `searchText` is now indexed, with | ||
| `textPreview` as the fallback for records that carry no full text. **Existing | ||
| databases need `rebuildFTS()` to pick up already-imported rows** — new writes | ||
| are indexed correctly from here on. | ||
|
|
||
| `SavedViewVisualCanvasProjectionRequest` gains an `edges` array (filtered to | ||
| relationships whose endpoints both survived the projection cap), and the new | ||
| `SavedViewCanvasProjectionEdge` type is exported. This is what lets a consumer | ||
| lay a saved view out as a graph rather than an unconnected grid of cards. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use a patch bump for
@xnetjs/sqlite.The PR describes the SQLite change as an FTS fix. It corrects existing indexing behavior and does not add a public SQLite API. Change the release level from
minortopatch.Proposed change
As per coding guidelines,
fix:produces a patch release; the PR objective describes this change as an FTS fix.📝 Committable suggestion
🤖 Prompt for AI Agents
Source: Coding guidelines
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: crs48/xNet
Length of output: 2347
Add
@xnetjs/viewsto this changeset.packages/viewsis publishable under@xnetjs/views, and this changeset currently lists only@xnetjs/sqliteand@xnetjs/react. Add@xnetjs/viewsso the publish tool includes the package for the projection API changes.🤖 Prompt for AI Agents
Source: Coding guidelines