Feature/checkpoint intelligence - #2286
Open
Shivaganesh24 wants to merge 20 commits into
Open
Conversation
feat: establish core application foundation
feat: enhance API error formatting, request logging, and development …
feat: implement repository architecture understanding
…ation status tracking - Implement Add Repository functionality with GitHub URL parsing & validation (HTTPS, SSH, owner/repo) - Support listing, retrieving, selecting, and deleting multiple repositories concurrently - Add repository workspace UI components including selector dropdown, Add Repo modal, metadata display, and readiness status grid - Add REST API endpoints: POST /api/repositories, GET /api/repositories/active, GET/POST /api/repositories/:id/select, GET /api/repositories/:id/status - Implement integration readiness checkers for Git, GitHub, Entire, and Entire Graph - Add unit and handler tests for repository creation, parsing, selection, API error handling, and status verification
… readiness APIs and Databricks exporter Entire-Checkpoint: 01M1TSGSDH7Z3NG6EBQ9V6FZJT
Feature/repository management
Feature/phase2 vscode extension
feat(history): build commit and development context navigation (#8)
… analysis and structural understanding - Implement LiveRepositoryAnalyzer with recursive source tree scanner (up to depth 4) - Pattern-match and extract entry points, tech stack/dependencies, API routes, config files, and test structure - Generate narrative codebase architecture summaries and cache results in .entire/architecture.json - Clearly label inferred information (heuristics) and unknown/unverified architectural areas - Add POST /api/repositories/:id/analyze endpoint to force trigger re-analysis and update cached architecture - Update frontend Architecture tab with summary banner, tech stack badges, 4-column structure grid, inferred/unknown cards, and regenerate button - Add unit tests covering full layout analysis, route detection, empty project handling, caching, force refresh, and invalid paths
feat(repo-understanding): implement automated repository architecture…
…ligence flow and HERO UI - Implement LiveIntelligenceEngine synthesizing Entire Checkpoints, Git commit diffs, unit tests, and Entire Graph findings - Add structured domain models (CheckpointIntelligence, ContextCompleteness, VerificationStatus, EvidenceMatrix) - Enforce strict evidence-based rules: missing/redacted context yields INCOMPLETE/REDACTED completeness and PARTIALLY_VERIFIED/NEEDS_VERIFICATION status (never claiming unverified intent as authoritative) - Add REST API endpoints GET /api/repositories/:id/commits/:sha/intelligence and GET /api/repositories/:id/intelligence - Build Checkpoint Intelligence HERO UI experience in both Web Dashboard and VS Code extension sidebar (intent, requirement, 5-source evidence matrix, next action) - Add unit tests for complete context, missing context (Git-only), redacted context, and API endpoints
|
Hi @Shivaganesh24 thanks for the contribution. Can you add more details on what you built? Also a screenshot/video of it would be great! |
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.
.