@@ -34,22 +34,60 @@ const PRIORITIES = new Map([
3434 [ '/about-us' , 0.7 ] ,
3535 [ '/services' , 0.7 ] ,
3636
37- // High-value content (Application Engine & AI)
38- [ 'guides/fundamentals/CodebaseOverview' , 1.0 ] ,
39- [ 'guides/mcp/Introduction' , 1.0 ] , // AI Priority
40- [ 'guides/mcp/NeuralLink' , 1.0 ] , // AI Priority
41-
42- [ 'benefits/ConfigSystem' , 0.9 ] ,
43- [ 'benefits/Effort' , 0.9 ] ,
44- [ 'benefits/Features' , 0.9 ] ,
45- [ 'benefits/FormsEngine' , 0.9 ] ,
46- [ 'benefits/FourEnvironments' , 0.9 ] ,
37+ // Identity apex: organism / Agent OS / AI engineering team
4738 [ 'benefits/Introduction' , 0.9 ] ,
48- [ 'benefits/MultiWindow' , 0.9 ] ,
39+ [ 'benefits/ArchitectureOverview' , 1.0 ] ,
40+ [ 'benefits/AIEngineeringTeam' , 1.0 ] ,
41+ [ 'benefits/AgentMemory' , 1.0 ] ,
42+ [ 'benefits/SelfEvolution' , 1.0 ] ,
43+ [ 'benefits/AgentOSOnYourCodebase' , 1.0 ] ,
44+ [ 'benefits/DeployingTheAgentOS' , 1.0 ] ,
45+
46+ // Agent OS guide cluster
47+ [ 'agentos/StrategicWorkflows' , 1.0 ] ,
48+ [ 'agentos/SwarmIntelligence' , 1.0 ] ,
49+ [ 'agentos/ProgressiveDisclosureSkills' , 0.9 ] ,
50+ [ 'agentos/DreamPipeline' , 1.0 ] ,
51+ [ 'agentos/ConceptOntology' , 0.9 ] ,
52+ [ 'agentos/NeuralLink' , 1.0 ] ,
53+ [ 'agentos/KnowledgeBase' , 1.0 ] ,
54+ [ 'agentos/MemoryCore' , 1.0 ] ,
55+ [ 'agentos/GitHubWorkflow' , 0.8 ] ,
56+ [ 'agentos/CodeExecution' , 0.8 ] ,
57+ [ 'agentos/SharedDeployment' , 1.0 ] ,
58+ [ 'agentos/DeploymentCookbook' , 1.0 ] ,
59+
60+ // Cloud deployment: team-ready operational surface
61+ [ 'agentos/cloud-deployment/WhyDeploy' , 1.0 ] ,
62+ [ 'agentos/cloud-deployment/Overview' , 1.0 ] ,
63+ [ 'agentos/cloud-deployment/Day0Tutorial' , 0.9 ] ,
64+ [ 'agentos/cloud-deployment/TenantIngestionModel' , 0.9 ] ,
65+ [ 'agentos/cloud-deployment/Security' , 0.9 ] ,
66+ [ 'agentos/cloud-deployment/Configuration' , 0.8 ] ,
67+ [ 'agentos/cloud-deployment/HookWiring' , 0.8 ] ,
68+ [ 'agentos/cloud-deployment/PipelineWiring' , 0.8 ] ,
69+ [ 'agentos/cloud-deployment/CustomSources' , 0.7 ] ,
70+ [ 'agentos/cloud-deployment/CustomParsers' , 0.7 ] ,
71+ [ 'agentos/cloud-deployment/MigrationPath' , 0.7 ] ,
72+
73+ // Body/runtime benefits
74+ [ 'benefits/ObjectPermanence' , 0.9 ] ,
75+ [ 'benefits/JSONFirstUIs' , 0.9 ] ,
4976 [ 'benefits/OffTheMainThread' , 0.9 ] ,
77+ [ 'benefits/FourEnvironments' , 0.9 ] ,
78+ [ 'benefits/ConfigSystem' , 0.9 ] ,
5079 [ 'benefits/Quick' , 0.9 ] ,
5180 [ 'benefits/RPCLayer' , 0.9 ] ,
5281 [ 'benefits/Speed' , 0.9 ] ,
82+ [ 'benefits/MultiWindow' , 0.9 ] ,
83+ [ 'benefits/Effort' , 0.8 ] ,
84+ [ 'benefits/FormsEngine' , 0.8 ] ,
85+ [ 'benefits/Features' , 0.8 ] ,
86+
87+ // High-value implementation guides
88+ [ 'guides/fundamentals/CodebaseOverview' , 1.0 ] ,
89+ [ 'guides/mcp/Introduction' , 1.0 ] , // AI Priority
90+ [ 'guides/mcp/NeuralLink' , 1.0 ] , // AI Priority
5391
5492 [ 'blog/context-engineering-done-right' , 0.9 ] ,
5593 [ 'blog/ai-native-platform-answers-questions' , 0.9 ] ,
@@ -61,12 +99,12 @@ const PRIORITIES = new Map([
6199 [ 'blog/v10-post1-love-story' , 0.9 ] ,
62100 [ 'blog/json-blueprints-and-shared-workers' , 0.9 ] ,
63101
64- [ 'comparisons/NeoVsAngular' , 0.8 ] ,
65- [ 'comparisons/NeoVsExtJs' , 0.8 ] ,
66- [ 'comparisons/NeoVsNextJs' , 0.8 ] ,
67- [ 'comparisons/NeoVsReact' , 0.8 ] ,
68- [ 'comparisons/NeoVsSolid' , 0.8 ] ,
69- [ 'comparisons/NeoVsVue' , 0.8 ] ,
102+ [ 'comparisons/NeoVsAngular' , 0.7 ] ,
103+ [ 'comparisons/NeoVsExtJs' , 0.7 ] ,
104+ [ 'comparisons/NeoVsNextJs' , 0.7 ] ,
105+ [ 'comparisons/NeoVsReact' , 0.7 ] ,
106+ [ 'comparisons/NeoVsSolid' , 0.7 ] ,
107+ [ 'comparisons/NeoVsVue' , 0.7 ] ,
70108
71109 [ 'gettingstarted/ComponentModels' , 0.8 ] ,
72110 [ 'gettingstarted/Config' , 0.8 ] ,
0 commit comments