Skip to content

feat(ideacloud): reconcile ideacloud module and KM adapter wiring#675

Merged
an0mium merged 2 commits into
mainfrom
feat/ideacloud-module
Mar 6, 2026
Merged

feat(ideacloud): reconcile ideacloud module and KM adapter wiring#675
an0mium merged 2 commits into
mainfrom
feat/ideacloud-module

Conversation

@an0mium

@an0mium an0mium commented Mar 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fixes and enhancements for the Idea Cloud module (base code merged via reconcile PRs #670/#671).

  • KM adapter: record dict was built but never passed to km.ingest() — now calls await self.km.ingest(record) for actual KnowledgeMound sync
  • CLI link command: inject variable computed but never used — now passes inject_wiki_links to auto_link()
  • Ruff config: Added aragora/ideacloud/cli/* to T201 per-file-ignores (CLI modules need print)
  • File-level noqa: Added # ruff: noqa: T201 to commands.py

Context

The full Idea Cloud module (Phases 1-3) was built in a prior session and merged to main via reconcile PRs. This PR contains only the lint fixes and bug fixes that were applied after the initial code was snapshotted.

Test plan

  • pytest tests/test_ideacloud/ -v -o "addopts=" — 93/93 passing
  • ruff check aragora/ideacloud/ — all clean

🤖 Generated with Claude Code

Graph-structured knowledge capture with Obsidian-compatible markdown
storage. Ingestion from Twitter bookmarks/likes, RSS feeds, Pulse
trending topics, and manual paste. Auto-linking with blended Jaccard +
overlap coefficient similarity, auto-clustering, wiki-link injection,
proposition extraction, and full pipeline/debate export bridge.

- 28 source files across graph, storage, ingestion, CLI, adapters
- 91 tests across 3 test files, all passing
- KnowledgeMound adapter with bidirectional sync (opt-in, priority 17)
- Pipeline bridge: cluster → ideas/brain-dump/debate/UniversalNode
- Embedding-based semantic similarity (optional, OpenAI/sentence-transformers)
- Hierarchical storage (inbox/candidate/prioritized/exported dirs)
- CLI registered in aragora cli parser with lazy loading
- Pulse bridge for trending topic ingestion

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@an0mium an0mium force-pushed the feat/ideacloud-module branch from 0c4f61c to 68d3abd Compare March 6, 2026 04:13
@an0mium an0mium changed the title feat(ideacloud): Idea Cloud knowledge capture module feat(ideacloud): reconcile ideacloud module and KM adapter wiring Mar 6, 2026
@an0mium an0mium marked this pull request as ready for review March 6, 2026 07:32
@an0mium an0mium merged commit ab1ce01 into main Mar 6, 2026
33 of 46 checks passed
@an0mium an0mium deleted the feat/ideacloud-module branch March 6, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants