Commit e91a8bd
authored
feat: parallel multi-agent verification, standards migration, blog & dashboard (#49)
* feat: parallel multi-agent verification, standards migration, blog section, and dashboard improvements
Spec Workflow - Parallel Multi-Agent Verification:
- Split monolithic spec-verifier into spec-reviewer-compliance (plan alignment, DoD,
risk mitigations) and spec-reviewer-quality (code quality, security, testing, performance)
- Add adversarial plan-challenger agent alongside plan-verifier for plan review phase
- Both verification points now launch paired agents in parallel via Task() calls
- Agents persist findings to session files for reliable retrieval across agent lifecycles
- spec-verify early-launch pattern: review agents start at Step 3.0 and work in background
while tests, lint, and feature parity checks run in Steps 3.1-3.4
- Update spec-plan.md, spec-verify.md, and workflow-enforcement.md for new agent topology
- Update settings.json and tool_redirect.py whitelists for new agent types
Standards Migration (Skills → Rules):
- Convert 13 standards-* skills to concise conditional rules with frontmatter/glob patterns
- Delete all pilot/skills/standards-* directories (3,967 lines removed)
- Add 8 new standards rules files (957 lines) — accessibility, api, components, css,
migration, models, queries, responsive
- Rename standards-design from skill to rule; merge golang/python/typescript standards
into existing language rule files
- Add installer cleanup for legacy standards-* skill directories on upgrade
Hooks System:
- Add SessionEnd hook that only stops the worker when no other sessions are active
- Replace raw bun worker-stop with Python session-aware shutdown
- Add Bash matcher to PreToolUse hook for tool_redirect coverage
- Add cross-session task isolation documentation to workflow-enforcement
Console Dashboard:
- Add VaultStatus card with sx Team Vault integration (installed assets, catalog, status)
- Add VaultRoutes API endpoints for vault status and management
- Refactor dashboard cards with Workspace badges and flexible height layout
- Simplify VexorStatus and VaultStatus to display-only mode (remove interactive buttons)
Marketing Website:
- Add blog section with 19 SEO-optimized articles on Claude Code topics
- Blog infrastructure: react-markdown rendering, typography plugin, search/filter/sort
- 3D voxel logo component, scroll-to-hash navigation, cross-page routing
- Sitemap with blog URLs, structured data for BlogPosting schema
- Updated NavBar and Footer with blog links and cross-page section navigation
Installer & Launcher:
- Add discount code display for expired trials and failed license validations
- Add sx update command alongside install
- Test coverage for session_end hook, context cache cleanup, and banner display
* fix: update VexorStatus widget tests for display-only mode
The VexorStatus component was simplified to remove the Re-index button
and interactive functionality. Update tests to match the new display-only
behavior.
* fix: address PR #49 review findings, eliminate blog metadata duplication, and update skills-to-standards references
PR review fixes:
- Add VaultRoutes API test coverage (13 tests: status caching, install concurrency, error handling)
- Fix process kill reliability with SIGTERM-then-SIGKILL fallback
- Add session ID validation with "default" fallback in spec-verify
- Add 3-step fallback for missing findings files in spec-verify
- Add loading skeleton UI to VaultStatus dashboard component
Blog infrastructure:
- Eliminate metadata duplication by adding YAML frontmatter to all 19 .md files
- Rewrite index.ts to auto-discover articles via import.meta.glob
- Delete all 19 per-article .ts export files (single .md file per article now)
- Generate sitemap at build time via Vite plugin instead of static file
- Show all category tags in filter bar instead of first 4
- Widen search bar for better usability
- Fix rotating header animation with transition-based approach
Documentation:
- Update README and website to reflect skills-to-standards migration
- Add Skills row to README for custom user skills created via /learn
- Fix AgentRoster standards count (14 → 13) and listed domains
- Add 400-line guidance for rule files to coding standards1 parent e0bdfdc commit e91a8bd
File tree
124 files changed
+8648
-4579
lines changed- console
- src
- services
- worker/http/routes
- ui/viewer
- hooks
- views/Dashboard
- tests
- ui
- worker
- docs
- img
- site
- public
- src
- components
- content/blog
- pages
- utils
- installer
- steps
- launcher
- tests/unit
- pilot
- agents
- commands
- hooks
- rules
- scripts
- skills
- standards-accessibility
- standards-api
- standards-components
- standards-css
- standards-golang
- standards-migration
- standards-models
- standards-python
- standards-queries
- standards-responsive
- standards-testing
- standards-tests
- standards-typescript
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+8648
-4579
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
447 | 446 | | |
448 | 447 | | |
449 | 448 | | |
| |||
537 | 536 | | |
538 | 537 | | |
539 | 538 | | |
540 | | - | |
| 539 | + | |
541 | 540 | | |
542 | 541 | | |
543 | 542 | | |
544 | 543 | | |
545 | 544 | | |
546 | 545 | | |
547 | | - | |
| 546 | + | |
548 | 547 | | |
549 | 548 | | |
550 | 549 | | |
551 | 550 | | |
552 | 551 | | |
553 | 552 | | |
554 | | - | |
| 553 | + | |
555 | 554 | | |
556 | 555 | | |
557 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
0 commit comments