backup materials and knowledge-base docs

This commit is contained in:
admin
2026-05-30 16:22:29 +08:00
commit 93e50e8fce
3024 changed files with 2994945 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
---
type: project-hub
project: {{project_slug}}
title: {{project_title}}
status: active
updated: {{timestamp}}
---
# {{project_title}}
## Project Summary
- TODO
## Current Focus
- TODO
## Current Questions
- TODO
## Next Actions
- TODO
## Important Links
- [[01-Plan]]
- [[02-Index]]
- [[Daily/{{today}}]]
- [[_system/registry]]
- [[_system/schema]]
- [[_system/lint-report]]
## Recent Changes
- Initialized on {{timestamp}}

View File

@@ -0,0 +1,23 @@
---
type: project-plan
project: {{project_slug}}
title: Plan - {{project_title}}
status: active
updated: {{timestamp}}
---
# Plan
## Current Priorities
- TODO
## Active Tasks
- [ ] Review imported sources
- [ ] Define current experiment queue
- [ ] Update durable knowledge notes
## Experiment Queue
- TODO
## Writing Queue
- TODO

View File

@@ -0,0 +1,39 @@
---
type: project-index
project: {{project_slug}}
title: Index - {{project_title}}
status: active
updated: {{timestamp}}
---
# Index
## Curated Index
- Add human-maintained entry points here.
- Keep this section concise and reader-first.
## Auto Index
Managed block. Refresh with `/kb-sync` or `/kb-index`. Put hand-written navigation in **Curated Index**, not inside the markers below.
<!-- BEGIN AUTO INDEX -->
### Sources
- None yet.
### Knowledge
- None yet.
### Experiments
- None yet.
### Results
- None yet.
### Writing
- None yet.
### Maps
- None yet.
<!-- END AUTO INDEX -->

View File

@@ -0,0 +1,21 @@
# Lint Report
Last checked: {{timestamp}}
## Summary
| Check | Status | Count |
|---|---|---|
| Broken links | pass | 0 |
| Missing registry entries | pass | 0 |
| Missing index entries | pass | 0 |
## Issues
### None
- No issues recorded yet.
## Recommended Fixes
- None.

View File

@@ -0,0 +1,38 @@
# Registry
Last updated: {{timestamp}}
## Sources
| ID | Type | Title | Path | Status | Origin | Updated |
|---|---|---|---|---|---|---|
## Knowledge
| ID | Type | Title | Path | Status | Sources | Updated |
|---|---|---|---|---|---|---|
## Experiments
| ID | Title | Path | Status | Related Results | Updated |
|---|---|---|---|---|---|
## Results
| ID | Title | Path | Status | Related Experiment | Sources | Updated |
|---|---|---|---|---|---|---|
## Writing
| ID | Title | Path | Status | Related Notes | Updated |
|---|---|---|---|---|---|
## Maps
| ID | Title | Path | Status | Type | Updated |
|---|---|---|---|---|---|
## Archive
| ID | Title | Old Path | Archived Path | Reason | Archived At |
|---|---|---|---|---|---|

View File

@@ -0,0 +1,45 @@
# KB Schema
## Project Scope
All project knowledge belongs to `Research/{{project_slug}}/`.
## Directory Rules
- source-centered notes stay under `Sources/*`
- cross-source synthesis stays under `Knowledge/`
- experiment design and run tracking stay under `Experiments/`
- stable findings stay under `Results/`
- round and batch reports stay under `Results/Reports/`
- prose deliverables stay under `Writing/`
- process notes stay under `Daily/`
- derived artifacts stay under `Maps/`
- archived notes stay under `Archive/`
## Source vs Knowledge
- `Sources/*` is for source-centered notes
- `Knowledge/` is for durable synthesis across one or more sources
- do not use `Knowledge/` as a second raw-source inbox
## Registry Rules
`_system/registry.md` is the only visible project registry.
Keep human-maintained fields stable across sync. Deterministic sync should update paths and timestamps, not rewrite curated metadata.
## Index Rules
`02-Index.md` is a human-readable MOC, not a registry mirror.
Only the auto-index block is regenerated automatically.
## Hub Rules
`00-Hub.md` should only receive small status-oriented updates. Do not rewrite the whole note during routine sync.
## Daily Promotion Rules
Durable insights discovered in `Daily/` should be promoted into `Knowledge/`, `Experiments/`, `Results/`, or `Writing/` when they become reusable.
## Archive Rules
- note archive lives in `Research/{{project_slug}}/Archive/`
- project archive lives in `Research/_archived/`
- archive history stays visible in `_system/registry.md`
## Map Rules
`Maps/` contains derived navigation artifacts only. Do not treat maps as the project source of truth.
## Cross-project Rules
Do not move notes, merge registries, or synthesize across multiple `Research/{project-slug}/` roots unless the user asks for explicit cross-project work.