Skip to content

Commit a3b2afe

Browse files
author
Your Name
committed
Add research index for branch studies and skill
1 parent fb097d8 commit a3b2afe

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ session marks a local boundary, so its child is analyzed as a local root.
214214
- [Codex CLI rollout parsing case study](docs/case-studies/codex-rollout-parser.md)
215215
- [Claude Code hook causality failure observation](examples/traces/failures/observations-claude-code-hooks.md)
216216
- [Runtime research notes](docs/research-notes/README.md)
217+
- [Research index](docs/research/README.md)
217218
- [Project principles](docs/project-principles.md)
218219

219220
---

README.zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ causetrace compare <session_a> <session_b>
210210
- [Codex CLI rollout 解析案例](docs/case-studies/codex-rollout-parser.md)
211211
- [Claude Code hook 因果链失效观察](examples/traces/failures/observations-claude-code-hooks.md)
212212
- [运行时研究笔记](docs/research-notes/README.md)
213+
- [研究索引](docs/research/README.md)
213214
- [项目原则](docs/project-principles.md)
214215

215216
---

docs/research/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Research Index
2+
3+
This directory groups the research tracks and branch studies that sit alongside the main `causetrace` runtime-morphology work.
4+
5+
## Active Research Tracks
6+
7+
- [Phase 3A](phase3a/README.md)
8+
- [Phase 3B](phase3b/README.md)
9+
- [Phase 3C](phase3c/README.md)
10+
- [Phase 3D](phase3d/README.md)
11+
12+
## Cross-project Branch Studies
13+
14+
- [Cross-project Prompt Morphology Study](branches/cross_project_prompt_morphology/README.md)
15+
- public research branch
16+
- v0.1 / v0.2 complete
17+
- apply-first phase active
18+
19+
## Related Skill
20+
21+
- [prompt-routing-skill](https://github.com/milkoor/prompt-routing-skill)
22+
- derived from the cross-project prompt morphology work
23+
- routes tasks to `minimal_prompt`, `human_structured_prompt`, or `expanded_constrained_prompt`
24+
- pairs with `causetrace` by selecting prompt posture first and measuring the resulting trace morphology here
25+
26+
## Boundary
27+
28+
Branch studies and skills may inform hypotheses and workflow choices, but they do not change the `causetrace` core boundary by themselves.
29+

0 commit comments

Comments
 (0)