Skip to content

-#32

Merged
Angel K (angellllkr-eng) merged 133 commits into
codex/bulgarian-full-site-i18nfrom
main
Jun 16, 2026
Merged

-#32
Angel K (angellllkr-eng) merged 133 commits into
codex/bulgarian-full-site-i18nfrom
main

Conversation

@angellllkr-eng

Copy link
Copy Markdown
Member

No description provided.

angellllkr-eng and others added 30 commits June 9, 2026 11:22
…e-war-plan

# Conflicts:
#	app/page.tsx
#	components/LocaleAssist.tsx
#	components/SiteFooter.tsx
#	lib/mragent.ts
…e-war-plan

# Conflicts:
#	components/SiteFooter.tsx
Angel K (angellllkr-eng) and others added 25 commits June 10, 2026 20:17
Exclude archived snapshots from type checking

Prevent archived branch snapshots from participating in TypeScript project inputs and breaking production Vercel builds.
Add Bulgarian decision-layer copy

Add the missing bg localized copy block so the decision layer satisfies the supported LocaleCode map during production builds.
Signed-off-by: Angel K <282351876+angellllkr-eng@users.noreply.github.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

}

const slackSecretPatterns = [
/join\.slack\.com/i,

const slackSecretPatterns = [
/join\.slack\.com/i,
/slack\.com\/join/i,
const slackSecretPatterns = [
/join\.slack\.com/i,
/slack\.com\/join/i,
/slack\.com\/invite/i,
/slack\.com\/join/i,
/slack\.com\/invite/i,
/shareDM\/zt-/i,
/hooks\.slack\.com\/services/i,
}

const sensitiveTransportPatterns = [
/https?:\/\/join\.slack\.com\/\S+/gi,
Comment thread scripts/verify-hourly-owner-report.ts Dismissed
/slack\.com\/join/i,
/slack\.com\/invite/i,
/shareDM\/zt-/i,
/hooks\.slack\.com\/services/i,
const publicConfigText = [workflow, prompt].join("\n");
const publicConfigText = [workflow, prompt, slackOps, slackApi, reportSchema].join("\n");
assert(!/gmail\.com/i.test(publicConfigText), "Do not hardcode personal Gmail addresses in public workflow or docs.");
assert(!/join\.slack\.com/i.test(publicConfigText), "Do not commit private Slack invite URLs in workflow or docs.");
const dir = join(tmpdir(), `mindreply-preflight-${projectName}-${Date.now()}-${Math.random().toString(16).slice(2)}`);
mkdirSync(join(dir, ".vercel"), { recursive: true });
writeFileSync(
join(dir, ".vercel", "project.json"),
}

export function textFromMarkdown(markdown: string) {
return markdown.replace(/^# /gm, "").replace(/^## /gm, "\n").replace(/^- /gm, "- ");
Signed-off-by: Angel K <282351876+angellllkr-eng@users.noreply.github.com>
@angellllkr-eng Angel K (angellllkr-eng) merged commit 2e1f9dd into codex/bulgarian-full-site-i18n Jun 16, 2026
4 of 8 checks passed
Angel K (angellllkr-eng) added a commit that referenced this pull request Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants