-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
227 lines (217 loc) · 5.22 KB
/
Copy path_config.yml
File metadata and controls
227 lines (217 loc) · 5.22 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
---
timezone: America/Chicago
permalink: /:year/:month/:day/:title.html
# Canonical host (used by jekyll-sitemap, jekyll-seo-tag, feeds, etc.)
url: https://www.just3ws.com
baseurl: ""
title: Mike Hall
description: Staff Software Engineer focused on system legibility, production reliability, architecture, observability, and safe modernization.
release_timestamp: 2026-02-16T17:40:57Z
author:
name: Mike Hall
email: mike@just3ws.com
social:
name: Mike Hall
links:
- https://www.linkedin.com/in/just3ws/
- https://github.com/just3ws
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
sass:
sass_dir: _sass
style: compressed
defaults:
- scope:
path: ""
values:
layout: minimal
sitemap: true
robots: index,follow
- scope:
path: "backlog"
values:
layout: minimal
sitemap: false
robots: noindex,follow
# Docs are public by default; operator runbooks are explicitly noindex below.
- scope:
path: "backlog/docs"
values:
sitemap: true
robots: index,follow
# Operator/runbook docs that are useful for maintainers but noisy for search.
- scope:
path: "backlog/backlog/docs/architecture/transcript-import.md"
type: "pages"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/domain-migration.md"
type: "pages"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/linkedin-import"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/pipeline-grammar.md"
type: "pages"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/interview-data-model.html"
type: "pages"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/repo-hygiene.md"
type: "pages"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/resources"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/taxonomy"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/archive-philosophy"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/retrospectives"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/site-tree"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/tasks.md"
type: "pages"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/video-metadata-completeness"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "backlog/backlog/docs/wayback"
values:
sitemap: false
robots: noindex,follow
# Utility/ops surfaces outside docs.
- scope:
path: "tools"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "archive-status"
values:
sitemap: false
robots: noindex,follow
# AI-assisted exploratory writing is quarantined under /ai/.
- scope:
path: "ai"
values:
sitemap: false
robots: noindex,follow
- scope:
path: "linkedin.html"
type: "pages"
values:
sitemap: false
robots: noindex,follow
exclude:
# Ruby / build tooling
- ".bundle"
- "Gemfile"
- "Gemfile.lock"
- "Rakefile"
- ".tool-versions"
# Editor / IDE
- ".editorconfig"
# Environment
- ".env"
# Repo metadata
- ".gitignore"
- ".github"
- "README.md"
- "LICENSE"
# Project documentation (not site content)
- "Backlog.md"
- "CONTEXT.md"
- "CLAUDE.md"
- "CODEX.md"
- "AGENTS.md"
- "GEMINI.md"
- "HUMAN.md"
- "HUMAN.answered.md"
- "HUMAN.local.md"
- ".human"
- "CONTRIBUTING.md"
- "mcp.json"
- "package.json"
- "package-lock.json"
- "playwright.config.js"
- "backlog"
- "docs/agents"
- "docs/runbooks"
- "docs/mcp-setup-guide.md"
- "docs/career-datalake-and-mcp-guide.md"
- "docs/inter-tool-communication-protocol.md"
- "docs/executive-brief-generator-protocol.md"
# Local archive inventory and corpus-generation notes contain machine paths
# and operational recovery details. The public Atlas is the safe projection.
- "docs/video-archive-platform-and-migration-inventory.md"
- "docs/witc-corpus.md"
- "docs/witc-temporal-timeline.md"
- "docs/video-archive-platform-and-migration-inventory.html"
- "docs/witc-corpus.html"
- "TRANSCRIPTION_PROMPT.md"
- "current_job.txt"
- "tmp_block.txt"
- "tmp_interviews.yml"
- "context"
- "skills"
# Local / runtime
- "bin"
# Repository implementation, graph caches, corpus databases, and test
# evidence are not public content. Public graph projections live under
# assets/data/ and public archive views live under their own routes.
- "graphify-out"
- "src"
- "lib"
- "spec"
- "tests"
- "lake"
- "logs"
- "scratch"
- "nginx"
- "tmp"
- "working-assets"
- "node_modules"
- "playwright-report"
- "test-results"
- "vendor"