Register and share your invite link to earn from video plays and referrals.

Search results for Monorepos
Monorepos community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including Monorepos
#Monorepos# make it easier to work across a #codebase#, but they don’t isolate projects the way separate repositories do. #AI# coding agents raise the stakes because they can have broad, persistent access. #GenAI# #AIAgents#
Show more
Cloning multi-gigabyte monorepos creates an infrastructure bottleneck. GitFarm serves Git as a Service via a gRPC API, delivering checkouts under 500ms and cutting resource overhead by 80%+: #UberEngandSci# #UberEngineering# #PlatformEngineering#
Show more
software was: you writing it then running it now, if anyone has used Hermes you understand that you don't actually design the software, your agent does in a way that it thinks is best. These are not traditional software in monorepos etc. They are scripts the agent loves to use, and they compose into epic workflows. The harness is guiding the code, not the other way around. soon everyone will realise this
Show more
Burning tokens on AI code review? 🔥 This tool turns your codebase into a structural graph so the AI reads only relevant files — cutting tokens by a median of 82x. Title: tirth8205/code-review-graph URL: 🔥 Overview A local-first code intelligence tool that persists a structural map (graph) of your codebase via Tree-sitter parsing. It lets AI assistants review by reading only contextually relevant files instead of the whole repository. ❓ Challenges Solved AI code review tools waste tokens by re-reading large parts of the codebase on every review. ・In large monorepos, context bloats and both cost and latency worsen ・Analyzing change impact required scanning the entire project 💡 Methodology & How It Works A three-stage pipeline. ・Parsing: Tree-sitter builds ASTs, extracting functions, classes, imports, and call relationships ・Graph storage: nodes and edges persist in SQLite (no external database) ・Analysis: on changes, blast-radius analysis traces affected callers, dependents, and tests, returning minimal context It supports many languages, incremental updates under 2 seconds, MCP integration (30 tools), a GitHub Action, and D3.js visualization. 📊 Experimental Results ・Token efficiency: 38x-528x reduction (median ~82x across 6 repos) ・Impact prediction F1 score: 0.71 average ・CLI example: full context 12,921 tokens → graph context 762 tokens (~94% saved) #CodeReview# #AIAgents#
Show more
# OpenCode Features and Practical Usage 📜 Tired of re-explaining your project's conventions every single session? `AGENTS.md` fixes that: write it once, and the agent always operates with your rules in mind. 🏷️ Title: AGENTS.md 🔗 URL: 📘 Overview `AGENTS.md` is the file you use to give OpenCode custom instructions. Document your project's conventions, architecture, and build steps there, and that content is always included in the LLM's context so the agent behaves the way your team expects. ⚙️ How It Works Rules live at two levels: ・Project-level: an `AGENTS.md` at the repo root, applied only within that directory tree. ・Global-level: `~/.config/opencode/AGENTS.md`, shared across all sessions and best for personal preferences. At startup OpenCode searches in order: local `AGENTS.md` or `CLAUDE.md` (walking up from the current directory) → global `~/.config/opencode/AGENTS.md` → the Claude Code compatibility file `~/.claude/CLAUDE.md`. The first match in each category wins. The design is close to Cursor-style rules and makes migration easy. 🛠️ Practical Usage To pull in external docs as instructions, list them in the `instructions` field of `opencode.json`, e.g. `"instructions": ["CONTRIBUTING.md", "docs/guidelines.md", ".cursor/rules/*.md"]`. Globs are supported. If writing from scratch feels like a chore, run `/init`: it scans important files, may ask targeted questions, and generates or improves `AGENTS.md` for you. Commit the result to Git so the whole team shares it. 💡 Use Cases Capture tacit knowledge like "commit messages in Japanese," "tests use pytest," or "never import this layer directly" in `AGENTS.md`, and both new teammates and the agent share the same assumptions, cutting down on review churn. In monorepos, `instructions` globs let you bundle per-package conventions. ⚠️ Caveats File references hand-written inside `AGENTS.md` are not expanded automatically. When you need multiple files reliably loaded, the `instructions` field of `opencode.json` is the dependable choice. An existing `CLAUDE.md` is recognized for compatibility, but consolidating new content into `AGENTS.md` keeps things tidy. Remote URL references carry a 5-second timeout. #OpenCode# #AGENTSmd#
Show more
monorepo'd and full integrated instead of dealing with 4 different repos LOL
Hacktron got from a compromised Codex account to OpenAI’s internal monorepo in under 72 hours. The bigger issue: coding agents can turn one compromised account into a much wider access problem.
Show more
@danielmarinq showed a "company brain," a 3D visualization of the entire @NexusLabs monorepo, marketing, strategy, engineering, all in one graph. the goal: automate 100% of the software development lifecycle
Show more
Terraform is helping platform teams scale with confidence through new capabilities like workspaces and Stacks restore, monorepo support for Stacks, and registry tagging with project registry view.
Show more
I really miss piper in Google. Every new workspace is actually just about the small diff against the huge monorepo and it makes so much sense in current agent parallelism days. GitHub worktree in the other hand is just super slow and storage consuming.
Show more