Advanced Search
Search Results
1739 total results found
02 — Legal & Tax — Entity Options & OIB
Croatian Market Entry Options for Norwegian SaaS Provider Document Type: Internal Research Memo Subject: Legal and tax options for ALAI Holding AS (Norwegian entity) entering Croatian market with Bilko SaaS Date: 2026-05-28 Status: ⚠️ NOT LEGAL ADVICE — Final ...
03 — Bank Integration Plan — PSD2 / Tok / QWAC
Croatia (HR) Bank Integration Plan — Bilko via Tok Platform Author: Markos Zachariadis (Finverge) Date: 2026-05-28 Version: 1.0 Status: DOCUMENT-ONLY (no code, no deploy) MC Task: #102423 TL;DR — Recommended Path EEA passporting via Finanstilsynet (NO → HR) ...
04 — Regulatory Reference — VAT/CIT/HR-FISK/SEPA
Bilko HR — Regulatory Reference — VAT/CIT/HR-FI Last Updated: 2026-05-28 Status: COMPLETE — regulatory reference consolidated Source files: - Regulatory HR README - HR-FISK integration spec Table of Contents Croatia (HR) Regulatory Overview VAT (PDV) Corpora...
Bilko HR Roadmap — Fiscal Compliance + Feature-Enable Architecture (2026-05-29)
Bilko HR Roadmap — Fiscal Compliance + Feature-Enable Architecture Created: 2026-05-29 CEO directive: B2B prvo, B2C odgođen, citav app feature-enable based (micro-frontend) za per-user per-plan delivery Status: Active roadmap, supersedes prior B2B-only scoping...
SEO Readiness Portal Cloud Migration — 2026-06-01
SEO Readiness Portal Cloud Migration — 2026-06-01 Date: 2026-06-01 Owner: john Verdict: DONE Live state verified (2026-06-01 05:31 UTC) curl -sI https://seo-tools.alai.no/api/health → HTTP 302 to alai-no.cloudflareaccess.com/cdn-cgi/access/login/... (CF Acces...
Runbook — LumisCare "Unable to load your account" (Entra B2B + JIT/DB mapping) — 2026-06-02
Runbook — LumisCare "Unable to load your account" (Entra B2B + JIT/DB user mapping) Date: 2026-06-02 · Evidence: /tmp/evidence-session-fe5379ce/ · Env: ALAI demo (Azure tenant 3454a03f, rg-lumiscare-demo) · App: app.lumiscare.com, appId e422174a-24a6-4889-b66c...
Disk & Memory Health Alarms — What Fires, Where It Lands, How to Test
Disk & Memory Health Alarms — What Fires, Where It Lands, How to Test Why This System Exists On 2026-06-02, makinja's /System/Volumes/Data volume reached 100% capacity (145Mi free). This caused system-wide failures: Bash/sshd/mosh-server failed with ENOSPC er...
SEO Readiness Portal — Real Audit Engine (2026-06-02)
SEO Readiness Portal — Real Audit Engine (2026-06-02) Status: DEPLOYED to production Scope: MC #102800 / #102801 / #102802 / #102803 — Real live crawl audit runner (replaces local readiness stub) Deploy date: 2026-06-02 Evidence: /tmp/alai/996bd450/evid...
Slack Bot Runbook
Service: Slack Bot Label: com.john.slack-botTier: P1 (Critical) What It Does Claude-powered Slack bot that listens via Socket Mode and responds to messages. Uses an adapter registry (groq, claude-api, claude-cli, ollama) to select the best AI backend. Maintai...
LumisCare Demo P0-Batch Closure — MC #102844
LumisCare Demo P0-Batch Closure — MC #102844 Date: 2026-06-03 Status: DONE — 9/9 P0 demo defects fixed, deployed, live-verified. Scope Frontend: GlobalSearch service-users endpoint, Assessments/Notifications/CQC spinner-stuck error handling, Snowit branding re...
SEO Readiness Portal
Documentation for ALAI SEO Readiness Portal MVP — client audit workflows, GBP local-first mode, reporting.
GBP/Local-First Audit Mode (No-Website Clients)
GBP/Local-First Audit Mode (No-Website Clients) Implemented: MC #102861 (2026-06-03) Driver: First real client Smoke House Hadžići (no website, GBP-only) via partner Asmir Status: PASS — type-check, build, validate:phase4, validate:phase5, validate:gbp-local ...
SEO Client Workflow — Skill (/seo-client) + Intake Auto-Ingest
SEO Client Workflow — Layers 2+3 ArchitectureStatus: Active (2026-06-03)Driver: Asmir SEO partner clients (first = Smoke House Hadžići)MCs: #102865 (skill), #102866 (intake ingest)Owner: Skillforge (docs), CodeCraft (ingest), FlowForge (launchd)Architecture Ov...
LumisCare CI — Snyk + Lighthouse for deployed packages (MC #102842) — 2026-06-03
Summary MC #102842 re-adds Snyk (dependency scan) and Lighthouse (performance) CI jobs to .github/workflows/ci.yml for the deployed pnpm packages, replacing the placeholder TODOs left by MC #102817 (which removed the old jobs that scanned the dead frontend/web...
Slack bot token SSOT — slack.json (MC #102830) — 2026-06-03
Summary MC #102830 makes ~/system/config/slack.json the single source of truth (SSOT) for the Slack bot's tokens, with environment-variable fallback, and removes the hardcoded tokens from the LaunchAgent plist. Previously the com.john.slack-bot.plist hardcoded...
SEO Intake-Email Auto-Ingest (Layer 3) — 2026-06-03
SummaryThe SEO Intake-Email Auto-Ingest feature (Layer 3) automatically processes inbound client SEO intake questionnaire emails and creates draft client, site, and intake records in the SEO Readiness Portal workspace. The feature is idempotent, read-only on t...
Bilko CI — integration-test job (Testcontainers) MC #102843 — 2026-06-03
Summary MC #102843 adds an integration-test job to Bilko's .github/workflows/ci.yml. Previously the backend-test job ran only ./gradlew test, and tasks.test does excludeTags("integration") (apps/api/build.gradle.kts:159) — so the integrationTest task (Testcont...
Bilko integrationTest suite green — 79->0 failures (MC #102874) — 2026-06-03
Summary MC #102874 took the Bilko backend integrationTest suite from 79 failing → 0 failing (1213 tests, 91 suites). These integration tests had never run in CI (tasks.test does excludeTags("integration")); the new CI job from MC #102843 exposed the rot. PR #2...