chore: misc updates and fixes
- lib/utils.ts: Add getArchetypeDisplayChar helper (duplicate of src/lib) - globals.css: Style updates - swarm-command-feed.tsx: Component updates - telemetry-grid.tsx: Use getArchetypeDisplayChar - test-watcher.ts: Test utility updates
This commit is contained in:
parent
1ee8dc8ca2
commit
5ff4469dd5
5 changed files with 24 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { readIssuesFromDisk } from './src/lib/read-issues.ts';
|
||||
import { runBdCommand } from './src/lib/bridge.ts';
|
||||
import { readIssuesFromDisk } from './src/lib/read-issues';
|
||||
import { runBdCommand } from './src/lib/bridge';
|
||||
|
||||
const projectRoot = 'C:\\Users\\Zenchant\\codex\\beadboard';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue