Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
b2425ae
chore(metadata): extend reviewed label assignments
seonghobae Sep 1, 2026
d22b261
test(metadata): pin public-surface type assignments
seonghobae Sep 1, 2026
444555c
docs(metadata): record label taxonomy wave 3
seonghobae Sep 1, 2026
978be08
test(metadata): cover taxonomy wave supplement
seonghobae Sep 1, 2026
0f5f051
style(metadata): preserve taxonomy layout
seonghobae Sep 1, 2026
8296aa7
style(metadata): preserve taxonomy test structure
seonghobae Sep 1, 2026
e5a2d4c
chore(metadata): extend public-surface label inventory
seonghobae Sep 2, 2026
bad7e0a
test(metadata): cover extended label inventory
seonghobae Sep 2, 2026
c7a5726
docs(metadata): record extended public-surface wave
seonghobae Sep 2, 2026
aa614d4
chore(metadata): record latest classification remediations
seonghobae Sep 2, 2026
0515224
test(metadata): pin latest classification inventory
seonghobae Sep 2, 2026
7a6fb18
docs(metadata): record latest classification wave
seonghobae Sep 2, 2026
1809a11
chore(metadata): record latest semantic label assignments
seonghobae Sep 2, 2026
cb19940
test(metadata): cover latest semantic label assignments
seonghobae Sep 2, 2026
88bafd6
docs(metadata): record latest taxonomy wave evidence
seonghobae Sep 2, 2026
be786fc
chore(metadata): record latest organization label wave
seonghobae Sep 2, 2026
23e9f86
test(metadata): cover latest organization label wave
seonghobae Sep 2, 2026
c546fb9
docs(metadata): record organization label wave evidence
seonghobae Sep 2, 2026
54f7274
chore(metadata): reconcile live semantic types
seonghobae Sep 2, 2026
3b4be20
test(metadata): pin reconciled semantic types
seonghobae Sep 2, 2026
f0c6f37
docs(metadata): record live taxonomy reconciliation
seonghobae Sep 2, 2026
92d03f8
chore(metadata): merge protected main into label taxonomy wave 3
seonghobae Sep 2, 2026
c214174
chore(metadata): reconcile fresh semantic classifications
seonghobae Sep 2, 2026
086e892
chore(metadata): refresh label taxonomy on current main
seonghobae Sep 2, 2026
ce424de
test(metadata): pin complete label taxonomy inventory
seonghobae Sep 2, 2026
89fbcad
docs(metadata): reconcile taxonomy operating inventory
seonghobae Sep 2, 2026
8809e44
merge(main): refresh label taxonomy writer without force push
seonghobae Sep 2, 2026
7b3f39b
merge(main): preserve current label taxonomy writer
seonghobae Sep 2, 2026
81b2dcf
chore(metadata): retarget codec-carver documentation authority
seonghobae Sep 2, 2026
f5588ea
test(metadata): pin canonical codec-carver writer
seonghobae Sep 2, 2026
a25a260
docs(metadata): record canonical codec-carver writer
seonghobae Sep 2, 2026
7f512d7
chore(metadata): reconcile taxonomy branch with protected main
seonghobae Sep 2, 2026
3255c0c
chore(metadata): retire superseded taxonomy targets
seonghobae Sep 2, 2026
1c526a3
test(metadata): pin active taxonomy inventory
seonghobae Sep 2, 2026
34e97d0
docs(metadata): retire superseded baseline targets
seonghobae Sep 2, 2026
ee41ac7
docs(metadata): reconcile active taxonomy count
seonghobae Sep 2, 2026
46f7ec8
chore(metadata): reconcile taxonomy branch with protected main
seonghobae Sep 2, 2026
bf3c07d
Merge current main into repository label taxonomy lane
seonghobae Sep 2, 2026
6cdc01b
chore(metadata): record naruon docs contract classification
seonghobae Sep 2, 2026
a815d49
chore(metadata): record reviewed documentation targets
seonghobae Sep 2, 2026
591646a
test(metadata): pin expanded label taxonomy
seonghobae Sep 2, 2026
4631b3f
docs(metadata): record reviewed documentation targets
seonghobae Sep 2, 2026
c53e16f
chore(metadata): reconcile taxonomy with protected main
seonghobae Sep 2, 2026
9929d34
test(metadata): require taxonomy supplement workflow trigger
seonghobae Sep 2, 2026
de97158
fix(metadata): trigger validation for taxonomy operating record
seonghobae Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/repository-metadata-reconcile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "config/repository-metadata.json"
- "config/repository-label-taxonomy.json"
- "docs/doctoring/repository-label-taxonomy-wave-3.md"
- "scripts/ci/reconcile_repository_metadata.py"
- "scripts/ci/reconcile_repository_labels.py"
- "tests/test_repository_metadata_reconciliation.py"
Expand All @@ -14,6 +15,7 @@ on:
- "tests/test_repository_metadata_workflow.py"
- "tests/test_repository_metadata_workflow_pages.py"
- "tests/test_repository_label_taxonomy.py"
- "tests/test_repository_label_taxonomy_workflow_trigger.py"
- "tests/test_repository_label_reconciliation.py"
- "tests/test_repository_label_convergence.py"
- "tests/test_repository_label_identity.py"
Expand Down
Loading
Loading