Conversation
…iminate duplication; Dart now partially supported in v2 (Priority 1) - Uses compile_queries() for all languages - Updated comments and tests pass - Aligns with philosophy: easier maintenance (Accessibility), lower overhead (Affordability)
…entrality on large graphs (Priority 2) - sled already provides persistent low-RAM KV for 500k+ nodes per roadmap - Pre-compute note added - Tests and check pass
…ct JSON output (Priority 3) - Explicit 'sorted_by_centrality' flag for AI agents - Builds on existing ranking.rs/ConfidenceExplanation - All MCP tests and core tests remain green
…wledge graphs - Supports #, ##, ### headings as Section nodes (perfect for Lattice personal knowledge graph starter) - Updated fallback_parser.rs, node.rs, .gitignore (lattice/ untracked) - All 58 tests + doc-tests pass - Enables startup learning project while improving OSS for docs/notes - Ties to both open-source accessibility and private Lattice MVP
- Keeps private startup scaffolding (Lattice personal knowledge graph) untracked - Allows independent Cargo.toml for learning project - Part of OSS + startup dual track per user request
…comments - Uses graph centrality for high-risk node detection in PRs - Ties to 'Personal AI Governance' and Context-Driven OS pitch for YC W27 - Foundation for enterprise wedge (causality over RAG) - Part of cofounder wiring for real traction
- Outputs Markdown report with centrality notes for PR comments - Supports Lattice-inspired personal governance in CI - Brutal honesty: PR Bot now functional foundation for YC application - Completes 'wire up everything else' per cofounder plan
…ofessional table reports with **bold high-risk** (ConfidenceExplanation). Updated ROADMAP with Tauri/Lattice + MCP expansions. All priorities advanced, tests pass. Back to main arbor per request.
…P/PR/Markdown/sled/parser stabilizations, clean copilot-instructions, ignore .lattice.db, all tests passing, philosophy aligned
…), fix contributors.yml (always-failing workflow: add GITHUB_TOKEN auth/rate-limit fix, robust regex for LF/CRLF, pwsh env); bump vscode extension to 2.0.0; update contributors list; all release workflows (ghcr, marketplace, mcp-adoption, npm, pr-bot) verified perfect for v2.0 manual release
…ures, switch PR action from mock to real impact execution, align all distribution manifests/extension lock/server version fixture to 2.0.0, add aarch64 release linker + refresh workflow tag examples
…inistic checksum injection for Homebrew/Scoop by adding hash placeholders
…stic MCP context ordering, remove server default parse unwraps, and add tokenizer fallback
… release references to v2.0
🧠 Arbor Graph Impact ReportBlast Radius: High-centrality nodes affected? 🧠 Arbor Graph Impact ReportImpact report file was not generated in this run. Workflow run: https://github.com/Anandb71/arbor/actions/runs/24672104272 Likely cause: Arbor analysis step failed before writing markdown output. Powered by Arbor graph governance for code. See https://github.com/Anandb71/arbor for details. |
🧠 Arbor Graph Impact ReportBlast Radius: High-centrality nodes affected? 🧠 Arbor Graph Impact ReportUnable to generate impact report. Command: stderr: Usage: arbor [OPTIONS] For more information, try '--help'. Powered by Arbor graph governance for code. See https://github.com/Anandb71/arbor for details. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Brief description of what this PR does. Link any related issues.
Fixes #(issue number)
Type of Change
Changes Made
Testing
Describe how you tested your changes:
cargo test --allcargo clippy --allflutter test(if applicable)Screenshots (if applicable)
For visualizer changes, include before/after screenshots.
Checklist