feat: register export sector with 4 extension definitions

Add export & utrikeshandel sector to the extension system with BAS
accounts (3105, 3108, 3109, 3521, 3522), sector metadata, icon
imports, workspace registry entries, and design document.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Emil
2026-02-24 14:10:05 +01:00
co-authored by Claude Opus 4.6
parent a3903f8428
commit e8042381f7
8 changed files with 1295 additions and 5 deletions
+4 -4
View File
@@ -7,12 +7,12 @@ import {
} from '../sectors'
describe('sectors registry', () => {
it('should have 6 sectors', () => {
expect(SECTORS.length).toBe(6)
it('should have 7 sectors', () => {
expect(SECTORS.length).toBe(7)
})
it('should have 18 total extensions', () => {
expect(getAllExtensions().length).toBe(18)
it('should have 22 total extensions', () => {
expect(getAllExtensions().length).toBe(22)
})
it('should have unique slugs within each sector', () => {