Advanced Search
Search Results
1214 total results found
MC 101642 — Tier A Orphan Hooks Wiring
MC 101642 — Tier A Orphan Hooks Wiring This page documents the Tier A orphan hooks wired into ~/.claude/settings.json under PreToolUse:Bash for MC #101642. Tier A hook names evidence-contract-validator.sh git-author-guard.sh mc-ready-gate.sh pre-publish-claim...
FORGE Route Gate MC101641
FORGE Route Gate MC101641 MC #101641 implements forge-route-gate.sh, a Claude Code PreToolUse:Task hook that blocks verifier-class Opus dispatch when FORGE local inference is healthy. Hook file ~/.claude/hooks/forge-route-gate.sh Settings wiring ~/.claude/s...
FORGE Dispatch Wrapper MC101640
FORGE Dispatch Wrapper MC101640 MC #101640 provides forge-dispatch.js, a local FORGE dispatcher for verifier/reviewer/comparator-class agents that use external models. Tool ~/system/tools/forge-dispatch.js Purpose Route external-model verifier agents to loca...
MEMORY.md compact index contract — MC #101645
MC #101645 — MEMORY.md compact index contract Status: implemented locally with deterministic line-count guard. Contract ~/.claude/projects/-Users-makinja/memory/MEMORY.md is an index, not a fact dump. Maximum size: 50 lines. Detailed facts belong in separate ...
MC #101646 — Memory/vector store decommission sweep
MC #101646 — Memory/vector store decommission sweep Verdict: PARTIAL/BLOCKED. Safe cleanup completed; audit-retained archives and active canonical HiveMind were not deleted. Actions completed Archived zero-byte ghost ~/system/databases/bookstack.db to ~/syste...
MC 101647 — AutoCoder archive + durable executor HTTP consolidation
MC #101647 — AutoCoder archive + durable executor HTTP consolidation Verdict: PASS_WITH_SCOPE_NOTE Actions completed Archived broken AutoCoder UI LaunchAgent source plist that pointed at missing ~/system/services/autocoder/start_ui.sh. Preserved archive manif...
MC 101648 Agent Mapping Cleanup
MC 101648 Agent Mapping Cleanup Verdict: PASS Date: 2026-05-21 Task: [P3-2] Delete 23-32 unmapped agent .md files; update specialist-mapping.json Summary The sweep found active valid agent definitions that were unmapped, plus two invalid duplicate 0.md files. ...
MC 101649 Tools Directory Governance
MC 101649 Tools Directory Governance Verdict: PARTIAL / BLOCKED Date: 2026-05-21 Task: [P3-3] Tools dir governance: archive 3,700+ stale files >60d; tools-manifest.json Summary A tools directory governance manifest was created and safe generated/cache artifact...
ALAI 4-Team Restructure — Dispatch Flow, FORGE Routing, MEMORY.md Contract
ALAI 4-Team Restructure — Dispatch Flow, FORGE Routing, MEMORY.md Contract MC task: #101653 Status: documentation page for the MC #101640–#101654 restructure sweep Last updated: 2026-05-21 Owner: John / Lexicon-Skillforge documentation lane Executive summary T...
Auditor
Source: ~/system/agents/identities/auditor.md Auditor Kompanija: Proveo Uloga: QA Evidence Auditor Model: qwen3.5:27b Sposobnosti: Evidence checklist validation, PASS/PARTIAL/BLOCKED verdicts, process review, compliance checking, documentation audit, quality a...
Business Case (ZiCA v2)
Drop — Business Case v2 (Remittance + QR Payments) Note: Originally titled "Drop — Business Case v2". Product has been rebranded to Drop. Target audience broadened from diaspora-only to ALL residents in Norway/Scandinavia. Business model updated to pass-throu...
Architecture Document
Architecture Document: Drop Version: 1.1 Date: 2026-02-08 Author: dev agent (qwen2.5-coder:32b) + John Status: Approved Approved by: John (AI Director) 1. Overview 1.1 System Purpose Drop je fintech aplikacija za remittance i QR plaćanja za sve stanovnike Nor...
API Specification
API Specification: Drop Version: 1.0 Date: 2026-02-09 Author: dev agent (Ollama) + John (AI Director) Base URL: /api (Next.js API Routes) Auth: JWT in httpOnly cookie (jose library) Database: PostgreSQL 16 via Drizzle ORM (ADR-014; better-sqlite3 removed 2026-...
API Reference
Drop Backend API Reference Auto-generated from source code analysis. All file references are relative to src/drop-app/src/. Overview Drop uses Next.js App Router API routes (app/api/). All responses use a consistent JSON envelope: { "data": { ... } } ...
Authentication
Drop Authentication System Sources: src/drop-app/src/app/api/auth/bankid/, src/drop-api/src/lib/bankid.ts, src/drop-api/src/routes/auth.ts Overview Drop uses BankID OIDC as the sole authentication method. Email/password login has been removed to comply with ...
Services
Drop External Services Source: src/drop-app/src/lib/services/ Overview Drop uses a PSD2 pass-through model — it never holds customer money. AISP reads bank balances via Open Banking, PISP initiates payments from the user's own bank account. Drop integrates w...
Feature Flags
Drop Feature Flags Sources: src/drop-app/src/lib/feature-flags.ts, src/drop-app/src/lib/features.ts Feature Flag System Source: feature-flags.ts Architecture Feature flags are controlled via environment variables with the pattern: NEXT_PUBLIC_FF_<SCREAMING_S...
Pages
Drop Frontend — Pages All pages are in src/drop-app/src/app/ using Next.js App Router file-based routing. Page Index Route File Type Auth Required BottomNav / page.tsx Server No No /login login/page.tsx Client No No /register register/page.tsx Cl...