backup materials and knowledge-base docs
This commit is contained in:
@@ -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.
|
||||
@@ -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 |
|
||||
|---|---|---|---|---|---|
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user