{"id":49659371,"url":"https://github.com/luan/agents","last_synced_at":"2026-05-06T11:04:55.148Z","repository":{"id":353837083,"uuid":"1220454851","full_name":"luan/agents","owner":"luan","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-04T06:41:57.000Z","size":2500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T08:27:39.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-24T23:19:27.000Z","updated_at":"2026-05-04T06:42:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/luan/agents","commit_stats":null,"previous_names":["luan/agents"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luan/agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fagents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fagents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fagents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fagents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luan","download_url":"https://codeload.github.com/luan/agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luan%2Fagents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32690541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-06T11:04:38.655Z","updated_at":"2026-05-06T11:04:55.142Z","avatar_url":"https://github.com/luan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agents\n\nCentral configuration hub for Claude, Codex, and Pi.\n\n## Philosophy\n\nShared configuration is the default. Tool-specific folders (`claude/`, `codex/`, `pi/`) exist only when a tool requires a different schema, filename, or runtime registration. See `docs/exceptions.md`.\n\n## Layout\n\n| Path | Purpose |\n|---|---|\n| `AGENTS.template.md` | Hand-edited instruction source |\n| `GLOBAL_AGENTS.md` | Generated — template + `rules/*.md` (gitignored) |\n| `AGENTS.md` | Repo-local guidance for working on this hub |\n| `rules/` | Available as `~/.agents/rules` when this repo is cloned or linked to `~/.agents` |\n| `skills/` | Available as `~/.agents/skills`; also linked to `~/.claude/skills` |\n| `hooks/` | Python hook integrations (tool-specific formats) |\n| `plugins/` | Shared plugin sources; tool folders link here |\n| `crates/ct/` | `ct` Rust CLI — source, lens, vault, repo, hooks, MCP, apply-patch |\n| `crates/sym/` | Tree-sitter symbol indexer (library + `sym` binary) |\n| `crates/xtask/` | Task automation invoked via `cargo xtask \u003ccmd\u003e` |\n| `docs/` | Permanent reference docs (architecture, exceptions) |\n\n## `ct` CLI\n\n`ct` is the primary tool installed from `crates/ct/`. It provides:\n\n- `ct source` — read-only source search, navigation, graph, and scoped diff\n- `ct lens` — hook-driven diagnostics, session health, and local inspection commands\n- `ct vault` — blueprint artifact management (create, read, list, archive, commit)\n- `ct repo` — repository identity, branch context, references, cochanges, and churn\n- `ct apply-patch` — raw patch apply plus apply_patch telemetry and drafts\n- `ct hook` — run harness hooks, including notifications and Lens lifecycle hooks\n- `ct shell completion` — shell completions\n- `ct tui usage-bar` / `ct tui usage-bars` — terminal UI helpers\n- `ct dev` — developer/internal helpers; raw backends live under `ct dev debug`\n\nConfigure `ct tui usage-bars` provider visibility and order in `~/.config/ct/config.toml`:\n\n```toml\n[usage_bars]\nproviders = [\"claude\", \"copilot\", \"codex\"]\n```\n\nUse `ct tui usage-bars --sidebar --watch` for a live sidebar; it rereads the config on every redraw.\n\n## Setup\n\n```sh\njust setup          # idempotent: render, link, install ct, register MCP servers, validate\njust link-dry-run   # preview link targets before linking\njust ct-install     # rebuild and reinstall ct + register MCP servers\n```\n\nThe repo is designed to be the agents home itself. Clone it directly to\n`~/.agents`, or clone it elsewhere and let `just setup` link `~/.agents` to the\ncheckout. The setup task migrates the old managed `~/.agents/rules` and\n`~/.agents/skills` symlinks when they are still owned by this repo.\n\nPrerequisites: `just`, `cargo`, `npm`, `claude`, `codex`.\n\nOn Windows, `cargo xtask doctor` additionally verifies that symlinks work\n(requires Developer Mode) and that the repo's tracked symlinks were\nmaterialised by Git (requires `git config --global core.symlinks true` at\nclone time, otherwise re-clone or re-materialise only symlink-mode files as\nshown by `cargo xtask doctor`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluan%2Fagents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluan%2Fagents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluan%2Fagents/lists"}