Phase 0-2: Schema cleanup, typed relations, event-driven automation

- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd)
- Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py)
- Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks
- Fix .gitignore to track tools/ and .githooks/
- Fix git remote URL (remove plaintext token)
- New wiki pages: 504 pages, 34 raw sources
This commit is contained in:
hehaiguang1123
2026-07-01 08:05:43 +08:00
parent e544d6e04a
commit a6f05ab2d5
1067 changed files with 522992 additions and 819 deletions
+9 -3
View File
@@ -2,7 +2,9 @@ filters:
and:
- categories.contains(link("Movies"))
- '!file.name.contains("Template")'
formulas: {}
formulas:
isActor: this.tags.contains("person/actor")
isDirector: this.tags.contains("person/director")
properties:
file.name:
displayName: Name
@@ -121,8 +123,10 @@ views:
- type: table
name: Actor
filters:
and:
or:
- list(cast).contains(this)
- cast.contains(this.file.name)
- file.hasLink(this.file)
order:
- file.name
- year
@@ -157,8 +161,10 @@ views:
- type: table
name: Director
filters:
and:
or:
- list(director).contains(this)
- director.contains(this.file.name)
- file.hasLink(this.file)
order:
- file.name
- year