777genius
ca28e1cef6
chore(runtime): pin orchestrator 0.0.18
2026-05-06 00:02:51 +03:00
777genius
899596b258
feat(member-work-sync): track task impact handoffs
2026-05-05 23:00:10 +03:00
777genius
bbafedf06a
fix: stabilize OpenCode team runtime delivery
2026-05-05 17:07:21 +03:00
777genius
5d670ee51a
test(composer): simplify draft storage idb mock
2026-05-05 10:43:01 +03:00
777genius
8558acbbc9
fix(landing): publish docs with pages build
2026-05-05 10:42:13 +03:00
777genius
b192ed4bae
feat(team): improve composer persistence flow
2026-05-05 10:35:33 +03:00
777genius
7ab57bc8be
fix(ci): stabilize opencode delivery checks
2026-05-05 01:16:55 +03:00
777genius
c8edfc6026
fix(team): harden opencode launch diagnostics
2026-05-05 00:47:05 +03:00
777genius
77c1fcc4e8
fix(team): preserve opencode bootstrap stall snapshots
2026-05-04 21:17:27 +03:00
777genius
dad9fefdc7
fix(team): handle partial opencode bootstrap stalls
2026-05-04 21:12:14 +03:00
777genius
cde85c0396
fix(team): stabilize mixed launch runtime states
2026-05-04 21:03:41 +03:00
777genius
d20fe2a538
feat: docs + optmizitation + improve launch
2026-05-04 17:21:05 +03:00
777genius
5c65f55067
feat(team): retry failed opencode secondary lanes
2026-05-04 14:48:55 +03:00
777genius
b1b2e696e5
perf(team): defer enrichments after first paint
2026-05-04 14:47:46 +03:00
777genius
f57d15c68f
fix(team): preserve mixed launch failure diagnostics
2026-05-04 11:26:55 +03:00
777genius
b1d27c1382
perf(renderer): suppress launch structural refreshes
2026-05-04 11:12:20 +03:00
777genius
24d96b5bec
fix(ci): handle windows-only test behavior
2026-05-04 09:37:58 +03:00
777genius
92a1c2067b
fix(ci): restore dev validation gates
2026-05-04 09:12:53 +03:00
Илия
b92c8c2f54
Merge pull request #97 from sardorb3k/fix/globaltasklist-memo-rerender-test
...
fix(test): repair GlobalTaskList memo re-render test
2026-05-04 08:43:43 +03:00
777genius
eda62c3ab3
fix(team): stabilize mixed provider runtime auth
2026-05-03 23:51:49 +03:00
Mike
75c7bf47f3
fix(test): repair GlobalTaskList memo re-render test
...
React.memo blocks root.render() re-renders when props are unchanged,
so storeState task updates were invisible to the memoized component.
Switch useStore mock to a subscription model (useState + useEffect)
so notifyStoreUpdate() forces a proper re-render in the expansion test.
2026-05-04 01:47:11 +05:00
777genius
1a872b592a
fix: clear stale team launch reconciliation
2026-05-03 15:00:16 +03:00
777genius
d0341e58af
fix(team): retain launch status and clarify notifications
2026-05-03 13:18:53 +03:00
777genius
69a47fda07
test(team): cover stalled bootstrap runtime rows
2026-05-03 13:09:21 +03:00
777genius
e3c62eb620
fix(team): harden runtime status and opencode bootstrap
2026-05-03 13:09:21 +03:00
777genius
7e55fdd9cd
chore(team): instrument refresh fanout diagnostics
2026-05-03 13:07:34 +03:00
Илия
e21d89a057
perf(renderer): performance improvements — React.memo + test stabilization Merge pull request #93 from sardorb3k/improve/v1.3
...
Merge pull request #93 from sardorb3k/improve/v1.3
2026-05-03 13:02:14 +03:00
777genius
b99be7d007
fix(team): lazy load lead context detail
2026-05-03 10:52:38 +03:00
777genius
9421fad08d
fix(team): surface stalled OpenCode bootstrap lanes
2026-05-03 10:32:37 +03:00
777genius
1339629da2
fix(team): scope log source tracking
2026-05-03 10:25:38 +03:00
777genius
2fde1ad7fc
fix(team): avoid full session scan on team open
2026-05-03 09:42:14 +03:00
777genius
511e4178be
fix(team): streamline opencode secondary lane launch
2026-05-03 09:30:56 +03:00
777genius
90d887fcce
chore: merge dev into improve/v1.3
2026-05-03 09:15:14 +03:00
777genius
ad7c4e24ad
perf(team): reduce launch status IO churn
2026-05-02 23:55:09 +03:00
777genius
fcb9179990
perf(team): reduce launch IO pressure
2026-05-02 23:15:34 +03:00
777genius
b187bbcdd0
perf: add launch IO governor for team summaries
2026-05-02 22:14:08 +03:00
777genius
a652c44794
perf(team): reduce verified config reads
2026-05-02 21:29:22 +03:00
777genius
4385b0c679
perf(team): cache team data reads safely
2026-05-02 20:24:46 +03:00
Mike
7609c548c5
fix(tests): resolve pre-existing test failures on non-standard environments
...
- TeamProvisioningServiceRelay: add missing stat fields (mode, dev, ino,
mtimeMs, ctimeMs, birthtimeMs) to fs mock so new fingerprint-based
TeamConfigReader cache can read config in tests
- TeamMcpConfigBuilder: export clearResolvedNodePathForTests() to reset
module-level node path cache between tests; restore execFileMock
implementation in beforeEach after vi.restoreAllMocks() clears it;
broaden node binary regex to accept versioned names (node-22, node-20)
common on Fedora/RHEL systems
- ScheduledTaskExecutor: strip CLAUDECODE at spawn site as last defence
so nested-session detection is prevented even when buildProviderAwareCliEnv
merges it back in from the outer process environment
2026-05-02 20:10:42 +05:00
777genius
e96f97d83d
fix: stabilize team launch runtime status
2026-05-02 11:50:07 +03:00
777genius
01b8161f41
fix(team): preserve explicit launch defaults
2026-05-01 23:43:36 +03:00
777genius
90aa2942f9
feat(task-logs): show codex native trace fallback
2026-05-01 22:43:11 +03:00
Zelen
ca21ab206e
fix(team): render agent error messages
...
* fix(team): render agent error messages
* test(team): cover agent error activity rendering
* fix(ci): clear ui lint gate
* test(team): reset config cache in relay suites
* test(team): harden mixed lane matrix waits
* test(team): harden ci-sensitive team assertions
---------
Co-authored-by: iliya <iliyazelenkog@gmail.com>
Co-authored-by: 777genius <quantjumppro@gmail.com>
2026-05-01 21:25:03 +03:00
777genius
f7e14e2b9a
test(team): harden runtime advisory live smoke
2026-05-01 20:13:28 +03:00
777genius
601d51d54e
fix(team): harden launch reconciliation and diagnostics
2026-05-01 20:10:14 +03:00
777genius
db4a73bda7
test(team): cover advisory snapshot timeout
2026-05-01 18:43:28 +03:00
777genius
44f609ab6a
fix(team): harden launch state tracking
2026-05-01 18:41:33 +03:00
777genius
511ea75c4f
fix(task-logs): invalidate sources before change events
2026-05-01 17:56:33 +03:00
777genius
b584fa0403
fix(task-logs): cache transcript discovery safely
2026-05-01 17:46:49 +03:00
777genius
50ce94dcaa
fix(team-runtime): suppress opencode heartbeat spawn noise
2026-05-01 17:24:24 +03:00