[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83326":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":10,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":37,"discoverSource":38},83326,"repoprompt-ce","repoprompt\u002Frepoprompt-ce","repoprompt","Community edition of RepoPrompt: a native macOS context engineering app for AI coding agents, with an MCP CLI.","https:\u002F\u002Frepoprompt.com",null,"Swift",220,39,6,24,0,2,99,17,78.71,"Apache License 2.0",false,"main",true,[26,27,28,29,30,31,32,33,34],"ai-agents","coding-agents","context-engineering","developer-tools","macos","mcp","model-context-protocol","prompt-engineering","swift","2026-06-12 04:01:40","# RepoPrompt CE\n\n[![CI](https:\u002F\u002Fgithub.com\u002Frepoprompt\u002Frepoprompt-ce\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg?branch=main)](https:\u002F\u002Fgithub.com\u002Frepoprompt\u002Frepoprompt-ce\u002Factions\u002Fworkflows\u002Fci.yml?query=branch%3Amain)\n[![License: Apache 2.0](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-Apache_2.0-blue.svg)](LICENSE)\n![Platform: macOS 26+](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatform-macOS%2026%2B-black)\n\n**A free, open-source native macOS app and agent orchestrator for context engineering.**\n\nRepoPrompt CE helps coding agents understand your codebase before they act. It\nassembles focused, reviewable context from files, CodeMaps, repository\nstructure, and Git diffs, then hands that context to AI tools and CLI agents.\n\nRepoPrompt CE also builds an agent harness around its bundled MCP server.\nConnect MCP-compatible clients and CLI agents to search repositories, inspect\nfiles, curate context, run agent sessions, and orchestrate work through a shared\nnative macOS interface.\n\n## Get Started\n\nChoose one of these local setup paths. You do not need to open Xcode.\n\n### Build and launch locally\n\nFor development and quick evaluation, double-click\n[`Launch RepoPrompt CE.command`](Launch%20RepoPrompt%20CE.command) in Finder.\n\nThe launcher builds RepoPrompt CE from source, opens the debug app, and keeps a\nsmall terminal window available for rebuild, status, and stop controls.\n\nThe debug launcher uses an available `Apple Development:` signing identity. If\nyour Mac does not have one, run the same debug app from Terminal with explicit\nad-hoc signing:\n\n```bash\nALLOW_ADHOC_SIGNING=1 .\u002Fconductor app relaunch\n```\n\nAd-hoc debug builds use in-memory secure storage, so saved API keys and secure\npermission changes do not persist across launches. For persistent debug\nKeychain storage, pass a stable Apple Development identity explicitly:\n\n```bash\nSIGN_IDENTITY=\"Apple Development: Your Name (TEAMID)\" .\u002Fconductor app relaunch\n```\n\nFor a stable locally signed app under `\u002FApplications`, use the local production\ninstaller below. Its self-signed identity is separate from the debug launcher's\nApple Development signing path.\n\n> **Note:** If you use the debug app to modify RepoPrompt CE itself, validation\n> flows that launch the app or run live smoke checks may rebuild and relaunch it.\n> Expect the debug app to restart while those checks run.\n\n| Key | Action                                      |\n| --- | ------------------------------------------- |\n| `r` | Rebuild and relaunch                        |\n| `s` | Show app status                             |\n| `x` | Stop the app                                |\n| `q` | Close the launcher without stopping the app |\n\n### Install a local production build\n\nFor a release-mode app under `\u002FApplications`, install Python 3 and double-click\n[`Install RepoPrompt CE Local Production.command`](Install%20RepoPrompt%20CE%20Local%20Production.command)\nin Finder. The Finder launcher uses the coordinated developer daemon.\n\nThe installer builds RepoPrompt CE from source and replaces any existing\n`\u002FApplications\u002FRepoPrompt CE.app` using a dedicated self-signed certificate\ntrusted only on your Mac. macOS may ask you to approve the certificate.\n\nThe resulting app is local-only. It is not notarized and should not be copied to\nanother Mac or redistributed.\n\n### Source-build requirements\n\n- macOS 26 or later\n- Xcode 26, or matching Command Line Tools with the macOS 26 SDK\n\n## Features\n\n- **Context engineering**: Build dense, reviewable prompts with the files and\n  repository details an AI model actually needs.\n- **Codebase orientation**: Combine file trees, selected file contents, line\n  slices, CodeMaps, and Git diffs.\n- **Context Builder**: Let an agent explore the repository, identify relevant\n  files, and curate context within a token budget.\n- **Agent orchestration**: Run and coordinate CLI-backed coding agents from the\n  native macOS app. See [`docs\u002Fworktrees.md`](docs\u002Fworktrees.md) for app-managed\n  worktrees and `.worktreeinclude` local file copying.\n- **MCP server and CLI integration**: Connect external MCP-compatible tools and\n  CLI agents to RepoPrompt CE's repository context and agent harness.\n- **Multi-root workspaces**: Work across related repositories, packages, and\n  documentation folders in one workspace.\n- **Reviewable handoffs**: Inspect and refine selected context before sending it\n  to another model or agent.\n\n## About the Community Edition\n\nRepoPrompt CE is the free, open-source community edition of RepoPrompt. It is a\nnative macOS workspace for context engineering, agent orchestration, and local\ndevelopment.\n\nMaintainers track release signing, Sparkle metadata, dependency pins, and\nthird-party notices in\n[`docs\u002Fopen-source-readiness.md`](docs\u002Fopen-source-readiness.md).\n\n## Contributor Documentation\n\n- [`AGENTS.md`](AGENTS.md): coordinated builds, tests, launches, live MCP\n  checks, source placement, and contribution preflight\n- [`CONTRIBUTING.md`](CONTRIBUTING.md): contribution policy and pull request\n  steps\n- [`docs\u002Farchitecture\u002Fsource-layout.md`](docs\u002Farchitecture\u002Fsource-layout.md):\n  source ownership and placement rules\n- [`docs\u002Farchitecture\u002Fprovider-plugins.md`](docs\u002Farchitecture\u002Fprovider-plugins.md):\n  Agent Mode provider architecture\n- [`docs\u002Freleasing.md`](docs\u002Freleasing.md): release-candidate and publishing\n  workflows\n- [`docs\u002Fopen-source-readiness.md`](docs\u002Fopen-source-readiness.md): public\n  readiness inventory\n\n## License\n\nRepoPrompt CE is licensed under [Apache-2.0](LICENSE).\n","2026-06-11 04:10:57","CREATED_QUERY"]