Skip to content

Commit a49c345

Browse files
committed
#7733 wip
1 parent fadeb6d commit a49c345

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

learn/blog/context-engineering-revolution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 388 Tickets in 6 Weeks: Context Engineering Done Right
22

3-
*From shell scripts to a multi-server architecture, Neo.mjs v11 marks a pivotal moment in our journey toward a truly
4-
AI-native development experience.*
3+
*From shell scripts to a multi-MCP-server JavaScript architecture, this article covers the journey with concepts,
4+
code deep-dives, and examples.*
55

66
<img width="800px" src="https://raw.githubusercontent.com/neomjs/pages/master/resources_pub/website/blog/ContextEngineering.jpg" alt="Cover Image" class="blog-image">
77

@@ -1209,9 +1209,9 @@ Ready to explore the AI-native workflow?
12091209
12101210
- [Working with Agents](https://github.com/neomjs/neo/blob/dev/.github/WORKING_WITH_AGENTS.md) - General guidance
12111211
- [AI Quick Start](https://github.com/neomjs/neo/blob/dev/.github/AI_QUICK_START.md) - First session checklist
1212-
- [Codebase Overview](link) - What agents read at startup
1213-
- [Agent Protocol (AGENTS.md)](link) - The behavioral rules
1214-
- [Agent Startup (AGENTS_STARTUP.md)](link) - Session initialization
1212+
- [Codebase Overview](https://github.com/neomjs/neo/blob/dev/learn/guides/fundamentals/CodebaseOverview.md) - What agents read at startup
1213+
- [Agent Protocol (AGENTS.md)](https://github.com/neomjs/neo/blob/dev/AGENTS.md) - The behavioral rules (inside the context window of each session)
1214+
- [Agent Startup (AGENTS_STARTUP.md)](https://github.com/neomjs/neo/blob/dev/AGENTS_STARTUP.md) - Session initialization
12151215
12161216
---
12171217

0 commit comments

Comments
 (0)