forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.73 KB
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Development Lessons — MisakaNet</title>
<meta name="description" content="1 verified failure lessons about development. From MisakaNet — Git-backed failure lesson network.">
<link rel="canonical" href="https://misakanet.org/topics/development/">
<meta property="og:title" content="Development Lessons">
<meta property="og:description" content="1 verified failure lessons about development. From MisakaNet — Git-backed failure lesson network.">
<meta property="og:url" content="https://misakanet.org/topics/development/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.count { color: #8b949e; font-size: 14px; margin-bottom: 24px; }
.lesson { padding: 12px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.lesson a { font-weight: 600; }
.lesson .summary { color: #8b949e; font-size: 13px; margin-top: 4px; }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>Development Lessons</h1>
<div class="count">1 lessons in this domain</div>
<div class="lesson">
<a href="/lessons/search-first-roadmap-loop-for-agent-knowledge-projects/">Search-first roadmap loop for agent knowledge projects</a>
<div class="summary">A growing agent-knowledge project can accumulate many valid directions at once: reusable experience substrate, lightweig</div>
</div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>