refactor: Replace generator with enhanced version
Some checks are pending
Some checks are pending
- Extracts full frontmatter metadata (originalDate, notion_*, authors, source) - Correct date priority: frontmatter → filename → mtime → ctime - All metadata exposed in index.json for frontend use Phase 1 quick win complete.
This commit is contained in:
parent
87cfa7e083
commit
d0cf2e3061
26 changed files with 2621 additions and 299 deletions
27
.github/project-config.yml
vendored
Normal file
27
.github/project-config.yml
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
columns:
|
||||
- name: Backlog
|
||||
description: Issues waiting for work
|
||||
color: "#E5E5E5"
|
||||
- name: In Progress
|
||||
description: Currently being worked on
|
||||
color: "#F2A900"
|
||||
- name: Review
|
||||
description: Needs human review
|
||||
color: "#007AFF"
|
||||
- name: Done
|
||||
description: Completed improvements
|
||||
color: "#28A745"
|
||||
|
||||
automation_rules:
|
||||
- trigger: issues
|
||||
conditions:
|
||||
- label: "needs-auto-fix"
|
||||
actions:
|
||||
- add_to_column: "In Progress"
|
||||
- notify: "@coherence-bot"
|
||||
|
||||
- trigger: pull_request
|
||||
conditions:
|
||||
- label: "automated-fix"
|
||||
actions:
|
||||
- add_to_column: "Review"
|
||||
Loading…
Add table
Add a link
Reference in a new issue