Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5ec5bc2
feat: publish direct-postgres LineageWeave product
seonghobae Aug 14, 2026
9047e34
chore: exclude local scheduler lock
seonghobae Aug 14, 2026
5925b45
ci: restore product test workflow
seonghobae Aug 14, 2026
86aa2d1
ci: name frontend verification accurately
seonghobae Aug 14, 2026
910e440
fix: prevent stale lineage and harden product checks
seonghobae Aug 14, 2026
4ab5d9e
ci: use the postgres service account
seonghobae Aug 14, 2026
ff59812
fix: replace stale customer snapshots
seonghobae Aug 14, 2026
084e493
fix: localize reader visibility labels
seonghobae Aug 14, 2026
4716122
test: guard reader vocabulary
seonghobae Aug 14, 2026
256b7f6
fix: proxy all product llm tasks through compose
seonghobae Aug 14, 2026
4a22f51
fix: preserve product task output contracts
seonghobae Aug 14, 2026
932bff6
docs: refresh runtime coverage evidence
seonghobae Aug 14, 2026
b2b0219
fix: distinguish development browser evidence
seonghobae Aug 14, 2026
2e30df5
docs: record truthful reader browser evidence
seonghobae Aug 14, 2026
22d4d34
docs: record persisted content inspection evidence
seonghobae Aug 14, 2026
00f5259
docs: record real content analysis evidence
seonghobae Aug 14, 2026
beb38c0
docs: record ontology and semantic graph evidence
seonghobae Aug 14, 2026
c69b9fe
docs: correct customer snapshot evidence
seonghobae Aug 14, 2026
c5d4e9e
test: verify live LLM reader and admin workflows
seonghobae Aug 14, 2026
3272116
docs: refresh orchestration verification evidence
seonghobae Aug 14, 2026
c21cbf5
feat: add admin report refresh control
seonghobae Aug 15, 2026
383877a
fix: hide technical keyman labels
seonghobae Aug 15, 2026
707dcca
build: harden image and workflow supply chain
seonghobae Aug 15, 2026
8dbc124
fix: localize reader business vocabulary
seonghobae Aug 15, 2026
5e94abc
fix: polish reader report detail labels
seonghobae Aug 15, 2026
9337304
fix: distinguish reader report scopes
seonghobae Aug 15, 2026
79f15ca
feat: make admin policy list searchable
seonghobae Aug 15, 2026
365c4bb
feat: make knowledge graph nodes actionable
seonghobae Aug 15, 2026
938035e
feat: expose customer relationship evidence
seonghobae Aug 15, 2026
6734f7f
fix: keep customer relation codes out of reader UI
seonghobae Aug 15, 2026
c126df7
docs: record reader Figma implementation baseline
seonghobae Aug 15, 2026
734b404
fix: label documents without observed lineage transitions
seonghobae Aug 15, 2026
1adc114
fix: keep visibility vocabulary business-facing
seonghobae Aug 15, 2026
8bb6122
feat: disclose verified login scope
seonghobae Aug 15, 2026
e5038fe
test: enforce reader mutation boundaries
seonghobae Aug 15, 2026
6b8cee1
docs: record current live analysis and reader verification
seonghobae Aug 15, 2026
96116aa
fix: preserve operational surfaces during keyman batches
seonghobae Aug 15, 2026
dc8b536
chore: strengthen run audit fields and abstain-safe report metric par…
seonghobae Aug 15, 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
1 change: 1 addition & 0 deletions .adr-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
last_decision_id: '0006'
15 changes: 15 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.git
.codegraph
.venv
.pytest_cache
.coverage
.env
__pycache__
data
docs
notes
tests
web/node_modules
web/dist
web/.coverage
web/coverage
30 changes: 0 additions & 30 deletions .env.example

This file was deleted.

Loading
Loading