fix: resolve review feedback I1-I7 including ISO 8601 dates, footer address, readme routes, and strict verify_counts gate

This commit is contained in:
2026-07-30 10:44:41 +09:00
parent ea26ef503e
commit 7943b9390f
11 changed files with 267 additions and 180 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
import React from "react";
import HeroComposition from "./_components/HeroComposition";
import { DirectionsBlock } from "./_components/DirectionsBlock";
import { publications } from "../content/publications";
import { publications, patents } from "../content/publications";
const PILLARS = [
{
no: "01",
en: "AI Agent Engineering",
en: "Agent Core Engineering",
ko: "AI 에이전트 3대 핵심 엔지니어링",
theme: "vermillion" as const,
topics: [
@@ -18,7 +18,7 @@ const PILLARS = [
},
{
no: "02",
en: "MCP & SKILL Architecture",
en: "Extensibility & Protocol",
ko: "AI Agent 기능 확장 프로토콜",
theme: "cobalt" as const,
topics: [
@@ -30,7 +30,7 @@ const PILLARS = [
},
{
no: "03",
en: "Multi-Agent Orchestration",
en: "Multi-Agent Systems",
ko: "멀티 에이전트 협업 및 오케스트레이션",
theme: "vermillion" as const,
topics: [
@@ -42,7 +42,7 @@ const PILLARS = [
},
{
no: "04",
en: "A2A & ACP Open Protocols",
en: "Interoperability Standards",
ko: "에이전트 상호운용성 개방형 표준",
theme: "cobalt" as const,
topics: [
@@ -54,7 +54,7 @@ const PILLARS = [
},
{
no: "05",
en: "High-Performance Networking Backbone",
en: "High-Performance Backbone",
ko: "AIoT & 고성능 통신 백본",
theme: "vermillion" as const,
topics: [
@@ -67,7 +67,7 @@ const PILLARS = [
];
export default function HomePage() {
const pubCount = publications.length;
const pubCount = publications.length + patents.length;
return (
<div className="space-y-16 py-6">