Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ venv/
*.swp
.okf-local/

# Local integration-test workspace (generated Substack→OKF bundle, etc.)
# Never commit this tree — rebuild with scripts/substack_okf.py (or CI temp dir).
integration/
integration-okf/

# worklog: keep event logs & config; ignore local-only caches
.work/wiki-checkout/
.work/suggestions.jsonl
Expand Down
1 change: 1 addition & 0 deletions .work/todo.jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@
{"actor":"richardhightower","ev":"01KYR4796VWXNCTFY4XDPWDJ4P","item":"01KYR4792FJKSZW81SJ4F45HAC","op":"close","set":{"resolution":"Fixed normalize + pack/impact robustness; marketplace source ./ for Claude install","status":"done"},"ts":"2026-07-29T23:44:10Z"}
{"actor":"richardhightower","ev":"01KYR4G11VZN22PWGRREHSJMXE","item":"01KYR4G11VPKJBWGJV1QD0H184","op":"create","set":{"body":"Undirected pack flooded through hub indexes. Default pack to outbound BFS; add --undirected for neighborhood mode.","kind":"bug","level":"task","milestone":"v0.2.1","priority":"P1","status":"todo","title":"Pack progressive disclosure should be outbound-only by default"},"ts":"2026-07-29T23:48:57Z"}
{"actor":"richardhightower","ev":"01KYR4G162VFDJ5A7QDZFJGWPN","item":"01KYR4G11VPKJBWGJV1QD0H184","op":"close","set":{"resolution":"pack defaults to outbound; --undirected optional","status":"done"},"ts":"2026-07-29T23:48:57Z"}
{"actor":"richardhightower","ev":"01KYW8WH35RJ5KZ5Q613AT5ZPJ","item":"01KYW8WH356FYJ3PM9EFKB8BCW","op":"create","set":{"body":"Add a local Substack\u2192OKF integration pipeline: fetch ~20 articles from rickhigh.substack.com, classify by type/subject, emit a gitignored OKF bundle, and verify via okf-graph.py validate/impact/pack. Keeps integration/ out of git.","kind":"feature","level":"task","milestone":"v0.3.0","priority":"P2","status":"todo","title":"Local Substack\u2192OKF integration test runner"},"ts":"2026-07-31T14:22:39Z"}
38 changes: 34 additions & 4 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
wiki_key: roadmap
doc_type: roadmap
truth_state: current
source_hash: 2cecfb3b
generated_at: 2026-07-29T23:48:57Z
source_hash: df42cb48
generated_at: 2026-07-31T14:22:39Z
---

<!-- GENERATED by worklog roadmap-render. DO NOT EDIT. -->
Expand All @@ -13,16 +13,46 @@ generated_at: 2026-07-29T23:48:57Z

# Roadmap

_0 epic(s) in flight, 0 open item(s), 0 blocked, 0 unclassified._
_0 epic(s) in flight, 1 open item(s), 0 blocked, 0 unclassified._

## Now

_Nothing here._

## Next

_Nothing here._
### (no epic)

| # | Item | Type | Priority | Status | Blocked by |
|---|---|---|---|---|---|
| 01KYW8WH | Local Substack→OKF integration test runner | task | P2 | todo | — |

## Later

_Nothing here._

## Milestones

### v0.3.0

| # | Item | Type | Priority | Status | Blocked by |
|---|---|---|---|---|---|
| 01KYW8WH | Local Substack→OKF integration test runner | task | P2 | todo | — |

## Visual roadmap

### Dependency graph

```mermaid
graph TD
01KYW8WH356FYJ3PM9EFKB8BCW["📦 Local Substack→OKF integration"]
classDef todo fill:#f4f4f4,stroke:#999999
class 01KYW8WH356FYJ3PM9EFKB8BCW todo
```

### Hierarchy

```mermaid
graph TD
01KYW8WH356FYJ3PM9EFKB8BCW["📦 Local Substack→OKF integration"]
```
Loading
Loading