mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-05 21:25:27 +02:00
fix: resolve merge conflicts — bump to v0.14.1.0 on top of main's v0.14.0.0
Conflict cause: main merged v0.14.0.0 (design-to-code / design-html skill) while this branch had v0.13.11.0 (sidebar CSS inspector). Both touched VERSION, package.json, and CHANGELOG.md. Resolution: - VERSION/package.json: bump to 0.14.1.0 (our branch lands after main's 0.14.0.0) - CHANGELOG: our 0.14.1.0 entry on top, main's 0.14.0.0 entry preserved below - Version sequence verified contiguous: 0.14.1.0 → 0.14.0.0 → 0.13.10.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -586,10 +586,12 @@ describe('REVIEW_DASHBOARD resolver', () => {
|
||||
expect(content).toContain('/plan-ceo-review');
|
||||
});
|
||||
|
||||
test('plan-design-review chaining mentions eng and ceo reviews', () => {
|
||||
test('plan-design-review chaining mentions eng, ceo, and design skills', () => {
|
||||
const content = fs.readFileSync(path.join(ROOT, 'plan-design-review', 'SKILL.md'), 'utf-8');
|
||||
expect(content).toContain('/plan-eng-review');
|
||||
expect(content).toContain('/plan-ceo-review');
|
||||
expect(content).toContain('/design-shotgun');
|
||||
expect(content).toContain('/design-html');
|
||||
});
|
||||
|
||||
test('ship does NOT contain review chaining', () => {
|
||||
|
||||
Reference in New Issue
Block a user