2025-04-10T13:21:50Z - 2026-04-10T13:21:50Z

Overview

1 active pull request
52 active issues
Excluding merges, 1 author has pushed 29 commits to main and 53 commits to all branches. On main, 17 files have changed and there have been 3738 additions and 297 deletions.

1 pull request merged by 1 user

Merged #62 Add README and Apache 2.0 LICENSE 2026-04-09 23:44:53 +00:00

11 issues closed from 1 user

Closed #54 Phase 1 confidence-write path is dormant — no prompt instructs the agent to set confidence 2026-04-07 20:22:24 +00:00

Closed #1 Add confidence fields to file and dir cache schemas 2026-04-07 20:04:59 +00:00

Closed #53 Developer onboarding: deep-dive code tour + reconcile architecture/roadmap docs 2026-04-07 05:21:49 +00:00

Closed #44 Dir loop exhausts context budget on small targets 2026-04-07 04:57:51 +00:00

Closed #42 Rebuild filetype classifier to remove source-code bias 2026-04-07 04:57:49 +00:00

Closed #7 Skip survey pass for targets below minimum size threshold 2026-04-07 04:57:48 +00:00

Closed #6 Wire survey output into dir loop system prompt 2026-04-07 04:57:46 +00:00

Closed #5 Implement _run_survey() and submit_survey tool in ai.py 2026-04-07 04:57:45 +00:00

Closed #4 Add _SURVEY_SYSTEM_PROMPT to prompts.py 2026-04-07 04:57:43 +00:00

Closed #3 Add low_confidence_entries() query to CacheManager 2026-04-07 03:14:04 +00:00

Closed #2 Update dir loop prompt to set confidence on cache writes 2026-04-07 02:46:18 +00:00

52 issues created by 3 users

Opened #1 Add confidence fields to file and dir cache schemas 2026-04-06 22:26:54 +00:00

Opened #2 Update dir loop prompt to set confidence on cache writes 2026-04-06 22:26:54 +00:00

Opened #3 Add low_confidence_entries() query to CacheManager 2026-04-06 22:26:55 +00:00

Opened #4 Add _SURVEY_SYSTEM_PROMPT to prompts.py 2026-04-06 22:27:08 +00:00

Opened #5 Implement _run_survey() and submit_survey tool in ai.py 2026-04-06 22:27:08 +00:00

Opened #6 Wire survey output into dir loop system prompt 2026-04-06 22:27:09 +00:00

Opened #7 Skip survey pass for targets below minimum size threshold 2026-04-06 22:27:10 +00:00

Opened #8 Add _PLANNING_SYSTEM_PROMPT to prompts.py 2026-04-06 22:27:24 +00:00

Opened #9 Implement planning pass with submit_plan tool in ai.py 2026-04-06 22:27:25 +00:00

Opened #10 Implement dynamic turn allocation from plan output 2026-04-06 22:27:26 +00:00

Opened #11 Save investigation plan to cache for resumed runs 2026-04-06 22:27:26 +00:00

Opened #12 Research and decide on web search API backend 2026-04-06 22:27:46 +00:00

Opened #13 Create luminos_lib/search.py with web_search implementation 2026-04-06 22:27:46 +00:00

Opened #14 Add package_lookup tool (PyPI, npm, crates.io, pkg.go.dev) 2026-04-06 22:27:47 +00:00

Opened #15 Add fetch_url tool for URLs referenced in local files 2026-04-06 22:27:47 +00:00

Opened #16 Add ask_user tool and --interactive flag 2026-04-06 22:27:48 +00:00

Opened #17 Add --no-external flag and per-session budget tracking 2026-04-06 22:27:49 +00:00

Opened #18 Implement tier classification (small/medium/large/xlarge) 2026-04-06 22:28:17 +00:00

Opened #19 Switch small tier synthesis to per-file cache entries 2026-04-06 22:28:17 +00:00

Opened #20 Add tier-appropriate depth instructions to synthesis prompt 2026-04-06 22:28:18 +00:00

Opened #21 Implement grouping pass with submit_grouping tool 2026-04-06 22:28:18 +00:00

Opened #22 Implement two-level grouping for xlarge tier 2026-04-06 22:28:19 +00:00

Opened #23 Update synthesis prompt for hypothesis formation 2026-04-06 22:28:20 +00:00

Opened #24 Enable think tool in synthesis pass 2026-04-06 22:28:20 +00:00

Opened #25 Implement _run_refinement() with --refine flag 2026-04-06 22:28:21 +00:00

Opened #26 Add --refine-depth N for multiple refinement passes 2026-04-06 22:28:22 +00:00

Opened #27 Use confidence scores to prioritize refinement targets 2026-04-06 22:28:23 +00:00

Opened #28 Define superset output fields in synthesis submit_report schema 2026-04-06 22:28:23 +00:00

Opened #29 Update report formatter for dynamic field rendering 2026-04-06 22:28:24 +00:00

Opened #30 Add luminos.toml config file for tunable thresholds 2026-04-06 22:28:47 +00:00

Opened #31 Add structured JSONL investigation log 2026-04-06 22:28:48 +00:00

Opened #32 Add --security flag for security-focused analysis mode 2026-04-06 22:28:48 +00:00

Opened #33 Add Markdown and HTML output formats 2026-04-06 22:28:49 +00:00

Opened #34 Add --model flag and per-pass model configuration 2026-04-06 22:28:50 +00:00

Opened #35 Incremental AI re-investigation in watch mode 2026-04-06 22:28:50 +00:00

Opened #36 Add optional PDF and Office document readers 2026-04-06 22:28:51 +00:00

Opened #37 Add unit test coverage for existing modules 2026-04-06 22:54:36 +00:00

Opened #38 Add cache invalidation based on file mtime 2026-04-07 02:51:05 +00:00

Opened #39 Phase 3.5: Migrate to MCP backend architecture 2026-04-07 03:11:22 +00:00

Opened #40 Review and update Phase 4+ issues after MCP pivot 2026-04-07 03:13:13 +00:00

Opened #42 Rebuild filetype classifier to remove source-code bias 2026-04-07 03:47:36 +00:00

Opened #44 Dir loop exhausts context budget on small targets 2026-04-07 03:58:50 +00:00

Opened #46 Revisit survey-skip thresholds with empirical data 2026-04-07 04:18:03 +00:00

Opened #48 Unit of analysis is hardcoded as "file" — over/under-counts container formats 2026-04-07 04:31:03 +00:00

Opened #49 Terminal report shows biased bucketed file-type view 2026-04-07 04:31:20 +00:00

Opened #51 Dir loop message history grows monotonically — no eviction 2026-04-07 04:46:04 +00:00

Opened #53 Developer onboarding: deep-dive code tour + reconcile architecture/roadmap docs 2026-04-07 05:12:10 +00:00

Opened #54 Phase 1 confidence-write path is dormant — no prompt instructs the agent to set confidence 2026-04-07 05:26:12 +00:00

Opened #55 Add unit test coverage for pure helpers in ai.py 2026-04-07 05:26:13 +00:00

Opened #56 Tool registration is duplicated between _TOOL_DISPATCH and _DIR_TOOLS 2026-04-07 05:26:13 +00:00

Opened #57 Refactor _run_dir_loop before Phase 3 dynamic turn allocation lands 2026-04-07 05:26:14 +00:00

Opened #63 Automate Forgejo-to-GitHub wiki mirror sync 2026-04-09 23:58:27 +00:00