You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: split issue tracking into public/private trackers (open-core)
Reconcile contributor-facing docs and the issue-template chooser with the
two-tracker model: bugs/refactor/docs -> public abilityai/trinity;
features/epics -> private abilityai/trinity-enterprise.
- CONTRIBUTING/README: feature requests now route to Discussions (Ideas);
issues are bugs-only. Removed the public Feature Request template; the
New Issue chooser offers Bug Report + a "Request a feature" link to
Discussions, with blank_issues_enabled: false. bug_report uses type-bug.
- CLAUDE.md / AGENTS.md: routing pointer to DEVELOPMENT_WORKFLOW Repository Routing.
- docs/OSS_VS_ENTERPRISE: new "Issue tracking (two-tracker model)" section.
- docs/GITHUB_ISSUES_MIGRATION: marked superseded.
- Bump .claude (trinity-dev) submodule: workflow doc + skill reconciliation.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: move OSS_VS_ENTERPRISE.md to private enterprise repo
The comparison doc holds enterprise roadmap intent (in-development/planned
modules, tiering direction, licensing status). Per the two-tracker open-core
model this belongs in the private tracker, not the public repo. Relocated to
abilityai/trinity-enterprise:docs/OSS_VS_ENTERPRISE.md (commit 50318ff).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Eugene Vyborov <eugene@beingluminous.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
about: Feature requests go in Discussions → Ideas. Maintainers triage accepted ideas onto the roadmap. The issue tracker is for bugs and core maintenance only.
- Backend pattern: router → service → db (`src/backend/routers|services|db`); schema changes require a versioned migration in `src/backend/db/migrations.py`.
124
-
- Workflow: GitHub Issues with priority/type/theme labels; feature branches off `dev`; PRs target `dev` (releases merge `dev` → `main`). See [CONTRIBUTING.md](CONTRIBUTING.md).
124
+
- Workflow: GitHub Issues with priority/type/theme labels; feature branches off `dev`; PRs target `dev` (releases merge `dev` → `main`). **Two-tracker open-core model:** bugs/refactor/docs live in public `abilityai/trinity`; features/epics in private `abilityai/trinity-enterprise` (see `.claude/DEVELOPMENT_WORKFLOW.md` → Repository Routing). See [CONTRIBUTING.md](CONTRIBUTING.md).
**Two trackers (open-core).** Issues route by type: `type-bug`/`type-refactor`/`type-docs` → public `abilityai/trinity`; `type-feature`/`type-epic` → private `abilityai/trinity-enterprise`. Tracker ≠ code repo — core code still lands as a public-repo PR. Query/picking skills union both trackers.
@@ -108,7 +110,7 @@ All work follows a 4-stage lifecycle tracked via **GitHub Issues** (labels + ope
108
110
- No creating documentation files unless explicitly requested
109
111
110
112
### 3. Follow the Roadmap
111
-
- Check **GitHub Issues** for current priorities (`/roadmap` or `gh issue list`) — labels are the single source of truth
113
+
- Check **GitHub Issues** for current priorities (`/roadmap` or `gh issue list`) — labels are the single source of truth. `/roadmap` unions both trackers (public bugs + private features/epics); a raw `gh issue list` sees only one repo — pass `--repo abilityai/trinity-enterprise` for feature/epic work
112
114
- Work P0 issues first, then P1 (`type-bug` before `type-feature`, then newest issue number first), then P2/P3
113
115
- Assign yourself and update `status-*` labels as you progress (see SDLC above)
|`docs/planning/TARGET_ARCHITECTURE.md`|**Target system design + active orchestration direction** — pull / work-stealing coordination (Epic #1045, umbrella #1081). Use when evaluating tradeoffs and prioritizing work; consult before touching `task_execution_service`, `capacity_manager`, `slot_service`, `backlog_service`, `dispatch_breaker`, or `cleanup_service`. |
156
158
|`docs/memory/feature-flows.md`| Index of vertical slice docs |
157
159
|`docs/archive/plans/ORCHESTRATION_RELIABILITY_2026-04.md`|**Archived (historical)** — completed Sprint A–D′ execution-reliability plan (all shipped). Superseded 2026-06-05 by the pull-coordination direction in `TARGET_ARCHITECTURE.md`. Read for background on the slot/backlog/cleanup machinery. |
158
-
| GitHub Issues | Prioritized task queue — labels are authoritative: priority (P0-P3), type, `theme-*`, `complexity-*`; status via `status-*` labels + open/closed; epics are `type-epic` issues with native sub-issues. No project board. |
160
+
| GitHub Issues | Prioritized task queue — labels are authoritative: priority (P0-P3), type, `theme-*`, `complexity-*`; status via `status-*` labels + open/closed; epics are `type-epic` issues with native sub-issues. No project board. **Two trackers:** bugs/refactor/docs in public `abilityai/trinity`, features/epics in private `abilityai/trinity-enterprise` (see `.claude/DEVELOPMENT_WORKFLOW.md` → Repository Routing). |
159
161
160
162
---
161
163
@@ -343,7 +345,7 @@ The **[abilities](https://github.com/abilityai/abilities)** repo is the canonica
343
345
-**Orchestration Reliability Plan (archived)**: `docs/archive/plans/ORCHESTRATION_RELIABILITY_2026-04.md` ← Sprint A–D′ historical record; superseded by `docs/planning/TARGET_ARCHITECTURE.md` (pull coordination) as the active execution-stack direction
-**Current Roadmap**: https://github.com/abilityai/trinity/issues (public bugs) + private `abilityai/trinity-enterprise` (features/epics) — use `/roadmap` to see both
> triage accepted proposals into the product roadmap.
22
+
17
23
### Reporting Bugs
18
24
19
25
1. Check if the issue already exists in [GitHub Issues](https://github.com/abilityai/trinity/issues)
@@ -26,10 +32,11 @@ Trinity is licensed under the [Apache License 2.0](LICENSE). Unless you explicit
26
32
27
33
### Suggesting Features
28
34
29
-
1. Open an issue with the `enhancement` label
30
-
2. Describe the use case and problem you're solving
31
-
3. Propose a solution (optional)
32
-
4. Be open to discussion and alternatives
35
+
Feature ideas go in **Discussions**, not Issues — the public tracker stays focused on bugs, and maintainers curate the roadmap from accepted proposals.
36
+
37
+
1. Open a [Discussion](https://github.com/abilityai/trinity/discussions) describing the use case and the problem you're solving
38
+
2. Propose a solution (optional) and be open to alternatives
39
+
3. Accepted ideas are picked up by maintainers and tracked on the roadmap
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -701,8 +701,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
701
701
## Community & Support
702
702
703
703
- **Ask Trinity**: [docs.ability.ai](https://docs.ability.ai) — full documentation with a built-in agent you can chat with for instant answers
704
-
- **GitHub Issues**: [Report bugs and request features](https://github.com/abilityai/trinity/issues)
705
-
- **GitHub Discussions**: [Ask questions and share ideas](https://github.com/abilityai/trinity/discussions)
704
+
- **GitHub Issues**: [Report bugs](https://github.com/abilityai/trinity/issues) — the public tracker is for bugs & core maintenance
705
+
- **GitHub Discussions**: [Request features, ask questions, share ideas](https://github.com/abilityai/trinity/discussions) — feature ideas are triaged into the roadmap here
Copy file name to clipboardExpand all lines: docs/GITHUB_ISSUES_MIGRATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GitHub Issues Migration Plan
2
2
3
-
> **Status**: Migration complete. Roadmap is now tracked via GitHub Issues and the **Trinity Roadmap** project board. The old `docs/memory/roadmap.md` has been archived to `docs/memory/roadmap-archive.md`. See `CONTRIBUTING.md`for the current SDLC.
3
+
> **Status**: Historical (migration complete). Roadmap moved from `docs/memory/roadmap.md` (archived to `docs/memory/roadmap-archive.md`) to GitHub Issues. **Superseded since:**the project board was deprecated (issues-only SDLC), and tracking is now split across **two trackers** — public `abilityai/trinity` (bugs/refactor/docs) and private `abilityai/trinity-enterprise` (features/epics). For the current model see `.claude/DEVELOPMENT_WORKFLOW.md`→ Repository Routing and `CONTRIBUTING.md`.
4
4
>
5
5
> Original purpose: Migrate from `docs/memory/roadmap.md` to GitHub Issues for roadmap tracking.
0 commit comments