Agent Context
This page is a fast handoff entry for autonomous tools and developers. For deterministic parsing, use/llms-full.txtand/.well-known/agent-context.json.
Quick Links
- robots.txt (crawler policy)
/robots.txt
- sitemap.xml (route index)
/sitemap.xml
- llms.txt (short index)
/llms.txt
- .well-known/llms.txt (well-known alias)
/.well-known/llms.txt
- llms-full.txt (full context)
/llms-full.txt
- agent-context.json (structured)
/.well-known/agent-context.json
- projects-data (machine-readable JSON)
/projects-data
- RSS feed (XML)
/feed.xml
- JSON feed
/feed.json
- Hire page (role fit + verified proof)
/hire
- Hire page (Korean localized route)
/ko/hire
- Partner page (collaboration mode)
/partner
- Partner page (Korean localized route)
/ko/partner
- About profile page
/about
- Main portfolio page
/home
- Representative blockchain project
/projects/25
- Representative blockchain project (Korean)
/ko/projects/25
- Representative AI project
/projects/26
- Representative robotics project
/projects/16
- Recent updates
/changelog
- Recent updates (Korean)
/ko/changelog
How Agents Usually Read This Site
- Start with /robots.txt to confirm crawl policy.
- Read /sitemap.xml to discover canonical routes quickly.
- Load /llms.txt for the short agent index.
- Fallback to /.well-known/llms.txt if the consumer prefers a well-known location.
- Load /llms-full.txt for complete architecture and content context.
- Read /.well-known/agent-context.json for strict machine fields.
- Fetch /projects-data for structured project summaries.
- Use
/projects-data/{id}or/projects-data?id={id}for deterministic project detail ingestion. - Then traverse public pages:
/hire→/partner→/about→/home→ representative projects →/changelog.
Current Snapshot
- Stack: Next.js 16 App Router, TypeScript, React 19
- Domains: blockchain (17), ai (7), robotics (2)
- Home framing: physical / economic-trust / cognitive layers
- Project framing: still grouped by technical domain for evaluation
- Project IDs: 1 through 26
- Locales: en (default route), ko (path-prefixed localized route for selected pages)