Dhanji R. Prasanna
|
e2fffaab94
|
Slim down AGENTS.md and update lamport.md for machine-specific output
AGENTS.md changes:
- Removed redundant sections that duplicated README.md:
- System Overview (crate table)
- File Structure Quick Reference
- Testing Strategy
- Pointers to Documentation
- Architecture Decisions
- Kept unique machine-specific sections:
- Critical Invariants (merged Performance Constraints)
- Recommended Entry Points
- Dangerous/Subtle Code Paths
- Do's and Don'ts for Automated Changes
- Common Incorrect Assumptions
- Dependency Analysis Artifacts
- Reduced from ~220 lines to ~116 lines
lamport.md changes:
- Rewrote AGENTS.md section with explicit instructions
- Added REQUIRED sections list (5 sections only)
- Added DO NOT include list to prevent README duplication
- AGENTS.md now points to README for architecture/usage
|
2026-01-06 12:46:40 +11:00 |
|
Dhanji R. Prasanna
|
9132c441f1
|
Remove Key findings section from dependency analysis docs
|
2026-01-06 12:33:48 +11:00 |
|
Dhanji R. Prasanna
|
d695f10604
|
Document dependency analysis artifacts in AGENTS.md
Added section explaining the analysis/deps/ directory contents:
- graph.json: Raw dependency graph data
- graph.summary.md: Overview metrics and rankings
- sccs.md: Cycle detection results
- layers.observed.md: Layer diagrams
- hotspots.md: Coupling hotspots
- limitations.md: Analysis limitations
Includes key findings from the Euler agent's static analysis.
|
2026-01-06 12:31:17 +11:00 |
|
Dhanji R. Prasanna
|
386176899e
|
Remove vision tools (except take_screenshot) and macax tools
Vision tools removed:
- extract_text (OCR from image files)
- extract_text_with_boxes (OCR with bounding boxes)
- vision_find_text (find text in app windows)
- vision_click_text (find and click on text)
- vision_click_near_text (click near text labels)
macax tools removed:
- macax_list_apps
- macax_get_frontmost_app
- macax_activate_app
- macax_press_key
- macax_type_text
The LLM can now read images directly via read_image tool.
take_screenshot is retained for capturing application windows.
Files deleted:
- crates/g3-core/src/tools/vision.rs
- crates/g3-core/src/tools/macax.rs
- docs/macax-tools.md
Updated tool counts: 12 core + 15 webdriver = 27 total
|
2026-01-03 17:38:25 +11:00 |
|
Dhanji R. Prasanna
|
f7e2f38fe9
|
lamport run
|
2026-01-03 16:48:30 +11:00 |
|