Commit Graph

6 Commits

Author SHA1 Message Date
creator 9f3e7f82e7 pcb-ai-engineer/refs: add self-hosted mirror section (Altium Celestial)
The original setup guide covered connecting Altium directly to the
portal SQL server. That works but has three drawbacks under RU
conditions: ~60-second Altium startup over VPN, daily VPN dependency,
single point of failure at Mark Harris's hosting.

New section 11 documents the self-hosted alternative we just built and
verified end-to-end:

- Two independent mirrors:
  - homework/altium-library: Gitea pull-mirror of issus/altium-library
    with LFS (SchLib + PcbLib + STEP, ~6 GB)
  - homework/celestial-mirror-db: MSSQL 2022 Express in Docker on
    192.168.9.147, populated weekly by a pymssql-based sync job with
    best-effort + row-count/schema fingerprint skip logic
- Results: Altium startup <1s (100x faster), VPN only needed once a
  week for the sync runner, full control over the dataset
- Full deployment sequence (Gitea migrate API → docker compose up →
  first manual full-sync → client DbLib rewrite)
- ConnectionString rewrite details (altium_reader user, LAN IP,
  Encrypt=Optional/TrustServerCertificate=Yes for self-signed cert)
- MPN-to-view lookup strategies (Shift+C in Altium; dynamic SQL that
  scans all 168 tables)
- Troubleshooting specific to the mirror stack
2026-04-18 22:32:25 +00:00
creator 73d69fa8ae pcb-ai-engineer: reference altium_celestial_library_setup in SKILL.md
So the new Windows-setup guide is discoverable from the skill entry point.
2026-04-18 16:14:43 +00:00
creator 8567a2a769 pcb-ai-engineer: add Celestial Altium Library setup reference
Production-ready Windows setup guide for connecting the Celestial
Altium Library (issus/altium-library, ~212k components, 311 views):
- portal.altiumlibrary.com registration & DbLib download
- Git LFS clone of issus/altium-library
- SQLNCLI11 install via official SQL Server 2012 SP4 Feature Pack MSI
  (required by Provider=SQLNCLI11.1 in portal-issued DbLib)
- MSOLEDBSQL 19 as optional side-by-side provider
- network access to db.altiumlibrary.com:1433 (OVH FR, 51.68.218.24)
  with MikroTik + xray/AmneziaWG routing notes
- Altium Designer File-based Libraries Preferences setup
- troubleshooting section covering the misleading 'MS Access required'
  error, z_ views, missing STEP models, etc.
- PowerShell one-shot installer script
2026-04-18 16:11:16 +00:00
Claude 16477a28ba feat(1c-analyst): add UT 11 capabilities and UT↔BP integration references
- ut11-capabilities.md: 12 sections covering CRM, sales, procurement, warehouse,
  pricing (v11.5), treasury, financial results, planning, and limitations
- ut-bp-integration.md: exchange architecture (EnterpriseData/KD3), object mapping,
  setup checklist, sync rules, common issues, responsibility matrix
- SKILL.md: updated reference index with new files
2026-03-22 12:29:43 +00:00
Claude e125973962 feat: add 1c-analyst skill — 1С business analyst for pre-project, gap-analysis, TZ review, migration planning
Modes: pre-project questionnaires, TZ/concept review, gap-analysis (typical/simple/complex customization),
architecture selection (KA vs ERP vs UT), migration planning, BSL code/reports.

References: KA 2.5 capabilities, ERP 2.5 diff, architecture patterns, TZ review checklist,
customization catalog (ERF/EPF/MXL/CFE/BSP/config), migration plan template, questionnaire structure.

Based on real project experience (ALREADICOM, MLRZ, Teplowin).
Customization catalog adapted from 1C AI Development Kit (Arman Kudaibergenov).
2026-03-22 12:22:18 +00:00
unavlab 643e9b68b3 initial: add all custom Claude.ai skills 2026-03-21 19:36:11 +03:00