first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
type: daily
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# Daily - {{today}}
## Focus
## Progress
## Notes
## Promote Later

View File

@@ -0,0 +1,25 @@
---
type: experiment
project: {{project_slug}}
status: planned
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Question
## Hypothesis
## Setup
## Variables
## Procedure
## Expected Outcome
## Linked Results
## Notes

View File

@@ -0,0 +1,19 @@
---
type: knowledge
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Summary
## Supporting Sources
## Key Claims
## Implications
## Open Questions

View File

@@ -0,0 +1,19 @@
---
type: result
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Summary
## Linked Experiment
## Evidence
## Interpretation
## Decision

View File

@@ -0,0 +1,27 @@
---
type: results-report
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Executive Summary
## Experiment Identity and Decision Context
## Setup and Evaluation Protocol
## Main Findings
## Statistical Validation
## Figure-by-Figure Interpretation
## Failure Cases / Limitations
## What Changed Our Belief
## Next Actions

View File

@@ -0,0 +1,26 @@
---
type: source
source_type: data
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Metadata
## Project Relevance
## Summary
## Schema
## Metrics
## Known Issues
## Usage Notes
## Connections

View File

@@ -0,0 +1,24 @@
---
type: source
source_type: doc
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Metadata
## Project Relevance
## Summary
## Key Points
## Evidence / Excerpts
## Connections
## Open Questions

View File

@@ -0,0 +1,26 @@
---
type: source
source_type: interview
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Metadata
## Project Relevance
## Summary
## Participants
## Context
## Key Quotes
## Observed Needs
## Follow-ups

View File

@@ -0,0 +1,24 @@
---
type: source
source_type: note
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Metadata
## Project Relevance
## Summary
## Key Points
## Evidence / Excerpts
## Connections
## Open Questions

View File

@@ -0,0 +1,28 @@
---
type: source
source_type: paper
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Metadata
## Project Relevance
## Summary
## Key Claims
## Methods
## Evidence / Excerpts
## Limitations
## Connections
## Open Questions

View File

@@ -0,0 +1,24 @@
---
type: source
source_type: web
project: {{project_slug}}
status: active
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Metadata
## Project Relevance
## Summary
## Key Points
## Evidence / Excerpts
## Connections
## Open Questions

View File

@@ -0,0 +1,19 @@
---
type: writing
project: {{project_slug}}
status: draft
created: {{timestamp}}
updated: {{timestamp}}
---
# {{title}}
## Purpose
## Audience
## Outline
## Source Notes
## Draft

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.