← Member help · Chat

RepoHub code access (members)

As-of: 2026-08-17T16:00Z

Short answer

What you can expect

| You have | You usually do not have |
|----------|------------------------------|
| Login with your OmniLore / LDAP identity | Automatic access to OmniLore monorepo |
| Private repos under your forge username | Access to other members’ private desks |
| Tools (Chat, CoTrinity) under membership tiers | Free shell or unrestricted forge write |
| API commits via Chat CodeHub / CoTrinity forge tools | Silent default-branch rewrites without confirm |

Law (simple)

Being a member of omnilore.ai ≠ access to every repo.
Access is least privilege: own namespace + explicit grants.

Reachability

Depending on seat policy, RepoHub may only be reachable from LAN / private network / Tailscale. If the login page is blocked off-network, that is intentional hardening — use the path your operator gives you.


How members use RepoHub (three surfaces)

1. Browser

Open https://repohub.omnilore.ai — create repos, browse, PR UI, settings. Same LDAP password family as Chat / Mattermost.

2. Chat.OmniLore.ai (no local git clone required)

| Mode / feature | Use when |
|----------------|----------|
| OmniLore mode | Light list/read/browse of your repos; product + fabric tools |
| CodeHub mode | Private git write, multi-file commits, PRs — forge-heavy tool set |
| Code workspace rail | Side panel: list private repos, browse tree, open chat about a path |

Member how-to:

Safety (Chat forge): writes are scoped to your principal; text size caps; tokens never returned to the model; default-branch writes require explicit Owner-style ack when ST-4 is on. Prefer confirm before delete.

3. CoTrinity (IDE + CLI)

| Path | Typical use |
|------|-------------|
| VS Code / Cursor extension (≥ 1.0.47) | Local clone + LSP + forge commands / agent RepoHub dashboard |
| CLI cotrinity forge … (0.8.7) | Terminal list projects, branches, PRs under coding profile |

Examples:

cotrinity forge status
cotrinity forge projects
cotrinity forge pulls owner/repo

In CoTrinity Chat: “list my RepoHub projects” · “scaffold a RepoHub dashboard webpage”.

Details: COTRINITY_IDE.md · COTRINITY_CLI.md


What lives where

| Artifact | Where |
|----------|--------|
| Source of truth for your product code | RepoHub git |
| Conversation about a repo | Chat (Code workspace / CodeHub) |
| Local edit + test loop | CoTrinity + clone |
| OmniLore ops SoT monorepo | Not a default member entitlement |

Support

If you need a project created or a specific repo shared, ask ops/Owner — do not expect monorepo access by default.

See also: ACCESS_AND_TIERS.md · COTRINITY_CLI.md · CODE_WORKSPACES_CHAT.md