Files
SubMiner/docs/knowledge-base
sudacode fbfdea7c64 fix(anime): scope preferences, paginate sources, harden installs
- Preference store keys entries by extension package + bridge source id; legacy unscoped entries are discarded once instead of being handed to whichever extension asks first
- Source picker's "Load more" appends the next page without duplicating streamed results
- Repository index fetches and subtitle/APK downloads now time out and are size-bounded instead of hanging or growing unbounded
- APK installs are staged to a temp file and renamed into place
- Stream metadata lookup matches the requested path, not only the currently playing one
- Reworked animeui into browse-state/detail-panel/panels.css modules
- Reverted premature CHANGELOG unreleased entries; refreshed anime-browser docs
2026-08-02 00:50:14 -07:00
..

Knowledge Base Rules

Status: active
Last verified: 2026-05-23
Owner: Kyle Yasuda
Read when: maintaining the internal doc system itself

This section defines how the internal knowledge base is organized and maintained.

  • Core Beliefs - agent-first operating principles
  • Catalog - indexed docs and verification status
  • Quality - current doc and architecture quality grades

Policy

  • AGENTS.md is an entrypoint only.
  • docs/ is the internal system of record.
  • docs-site/ is user-facing; do not treat it as canonical internal design or workflow storage.
  • Internal docs should be short, cross-linked, and specific.
  • Every core internal doc should include:
    • Status
    • Last verified
    • Owner
    • Read when

Maintenance

  • Update the relevant internal doc when behavior or workflow changes.
  • Add new docs to the Catalog.
  • Record architectural quality drift in Quality.
  • Keep stale docs obvious; do not leave ambiguity about whether a page is trustworthy.