29 lines
734 B
Markdown
29 lines
734 B
Markdown
# PBS Documentation
|
|
|
|
This directory now contains durable PBS domain knowledge.
|
|
|
|
## Tree
|
|
|
|
```text
|
|
docs/compiler/pbs/
|
|
└── learn/
|
|
```
|
|
|
|
Normative PBS specifications live in:
|
|
|
|
- `docs/specs/compiler-languages/pbs/`
|
|
- `docs/specs/compiler/`
|
|
|
|
## Purpose
|
|
|
|
`docs/compiler/pbs/learn/` is the long-term didactic layer for PBS.
|
|
|
|
Use it to:
|
|
|
|
- explain the final architectural model,
|
|
- preserve implementation-relevant lessons,
|
|
- summarize the reasoning that survived workflow closure,
|
|
- and accelerate onboarding for future PBS work.
|
|
|
|
Transient workflow artifacts such as agendas, decision records, and execution plans are intentionally pruned from this directory once their knowledge has been consolidated here or into the normative specs.
|