Phase 1067: post-next-post-mesh-next-era track continuation journey (v0.8.1034)
Add runMeshStabilityUiPostNextPostMeshNextEraTrackContinuationJourney headless journey for Phase 1067 CI verification. Non-breaking — no behavior changes. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
+19
@@ -2662,6 +2662,25 @@ class HeadlessSession {
|
||||
return { trackContinuation, audit, stats }
|
||||
}
|
||||
|
||||
/** Journey stub: mesh stability UI post-next-post-mesh-next-era track continuation (Phase 1067). */
|
||||
async runMeshStabilityUiPostNextPostMeshNextEraTrackContinuationJourney (guildId) {
|
||||
if (!this.platform) throw new Error('headless not started')
|
||||
const gid = guildId || this.platform.guild?.guild?.id
|
||||
if (!gid) throw new Error('no guild')
|
||||
const path = require('bare-path')
|
||||
const platformDir = path.join(__dirname, '..', 'pearcord-platform')
|
||||
const uiDir = path.join(__dirname, '..', '..', 'apps', 'pearcord', 'ui')
|
||||
const {
|
||||
assertMeshStabilityUiPostNextPostMeshNextEraTrackContinuation,
|
||||
buildMeshStabilityUiPostNextPostMeshNextEraTrackContinuationSnapshot
|
||||
} = require('pearcord-platform/mesh-stability-ui-post-next-post-mesh-next-era-track-continuation')
|
||||
const audit = assertMeshStabilityUiPostNextPostMeshNextEraTrackContinuation(platformDir, uiDir)
|
||||
const trackContinuation = buildMeshStabilityUiPostNextPostMeshNextEraTrackContinuationSnapshot()
|
||||
const stats = this.platform.getMeshStabilityStats(gid)
|
||||
await this.refreshView()
|
||||
return { trackContinuation, audit, stats }
|
||||
}
|
||||
|
||||
/** Journey stub: mesh stability UI post-next-post-mesh-next-era hardening consolidation (Phase 1066). */
|
||||
async runMeshStabilityUiPostNextPostMeshNextEraConsolidationJourney (guildId) {
|
||||
if (!this.platform) throw new Error('headless not started')
|
||||
|
||||
Reference in New Issue
Block a user