-
Notifications
You must be signed in to change notification settings - Fork 0
maintainers
There is no CODEOWNERS file, so subsystem ownership is derived from git history on origin/main. Figures below come from git log origin/main --format=%an -- <dir> (commit count per author) and the most recent commit date per directory. Bot accounts (github-actions[bot], dependabot[bot]) are excluded.
This repository is a fork. The overwhelming majority of commit authorship is inherited upstream pi-mono/prime-agent work by Mario Zechner, and many of the recent committers listed below are upstream contributors rather than Qredence staff. Current active development is led by Qredence: Zachary BENSALEM authored all of the last ~50 commits, concentrated in the web/ workspace and the installer. See Lore for the full history of the fork.
| Subsystem | Recent contributors (git history) | Last activity |
|---|---|---|
packages/ai |
Mario Zechner (1058), kt (61), Markus Ylisiurunen (28), Armin Ronacher (26) | 2026-08-15 |
packages/agent |
Mario Zechner (549), kt (34), Kevin Thomas (9), Sebastian Müller (7) | 2026-08-15 |
packages/coding-agent |
Mario Zechner (2120), kt (244), Armin Ronacher (72), Sebastian Müller (51) | 2026-08-15 |
packages/tui |
Mario Zechner (709), kt (52), Sviatoslav Abakumov (21), Armin Ronacher (18) | 2026-08-15 |
web/app |
Zachary BENSALEM (10) | 2026-08-15 |
web/design |
Zachary BENSALEM (7) | 2026-08-15 |
web/server |
Zachary BENSALEM (4) | 2026-08-15 |
web/protocol |
Zachary BENSALEM (5) | 2026-08-15 |
prime-agent-runtime |
kt (4), Sebastian Müller (4), Seth Karten (3), Kevin Thomas (3) | 2026-08-05 |
scripts/ |
Mario Zechner (29), kt (9), Kevin Thomas (5), Zachary BENSALEM (2) | 2026-08-15 |
docs/ |
Mario Zechner (5), Zachary BENSALEM (3) | 2026-08-11 |
install.sh / prime-agent.sh (install/release tooling) |
kt (8), Kevin Thomas (5), Zachary BENSALEM (1) | 2026-08-15 |
Notes on ownership in practice:
- The four
packages/*agent packages carry the inherited upstream history; Qredence work in this fork touches them mostly through the adapter surface thatweb/serverconsumes (createAgentSession,AgentSessionEvent,ExtensionUIContext,IpythonKernelProvisioner,SessionManager). - The
web/workspace,scripts/, and the repo-hosted installer are where current Qredence development is concentrated. -
prime-agent-runtime(the Python IPython kernel shim) has the oldest last activity of any subsystem here (2026-08-05) but is maintained in lockstep with the kernel-bootstrap code inpackages/coding-agent.