Skip to content

docs: fix stale pkg references in internal docs - #275

Merged
wesm merged 1 commit into
kenn-io:mainfrom
rodboev:docs/265-pkg-references
Sep 4, 2026
Merged

docs: fix stale pkg references in internal docs#275
wesm merged 1 commit into
kenn-io:mainfrom
rodboev:docs/265-pkg-references

Conversation

@rodboev

@rodboev rodboev commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

docs/internal/development.md and docs/internal/storage-design.md both point at a pkg package that no longer exists. The embedded API lives at the module root (package docbank: vault.go, types.go, walk.go, maintenance.go, vault_reset*.go), and Vault.Pack is defined in vault.go.

  • development.md package-ownership table: pkg → root package docbank
  • storage-design.md: pkg.Vault.Packdocbank.Vault.Pack

Docs-only. Contributors following the ownership table were being sent to a package that isn't there.

Closes #265

The embedded API lives in the root docbank package, not a pkg package.
Updates development.md ownership table and storage-design.md Vault.Pack ref.

Closes kenn-io#265
@roborev-ci

roborev-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown

roborev: Combined Review (44ed45d)

No issues found.


Reviewers: 2 done | Synthesis: codex | Total: 12s

@rodboev rodboev changed the title Fix stale pkg references in internal docs docs: fix stale pkg references in internal docs Sep 4, 2026
@wesm
wesm merged commit e6dcda9 into kenn-io:main Sep 4, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

development.md and storage-design.md reference a pkg package that doesn't exist

2 participants