Skip to content

Relocate issue guidance into the OKF section #89

Description

Issue Format and Issue Hierarchy currently live as large top-level Ways of Working pages with inbound links and navigation entries throughout the repository. They must move into the new OKF subtree without creating a broken intermediate state.

Request

Atomically relocate the existing guidance to Issues/Process/Format.md and Issues/Types/Hierarchy.md, create the Issues, Process, and Types indexes, and update navigation plus every inbound path and anchor in the same pull request. Preserve existing semantics; later Tasks own the new process and type content.

Acceptance criteria

  • src/docs/Ways-of-Working/Issues/index.md, Process/index.md, and Types/index.md exist with complete frontmatter and generated navigation tables
  • Issue Format is moved to Issues/Process/Format.md
  • Issue Hierarchy is moved to Issues/Types/Hierarchy.md
  • src/zensical.toml points to the new locations
  • Every inbound repository link and heading anchor resolves to the new paths
  • No compatibility stub, duplicate legacy page, or unindexed issue-guidance page remains
  • Page content changes only where required for paths, titles, or navigation
  • Index check, link validation, lint, clean Zensical build, CI, and Copilot review are green

Technical decisions

Atomic cutover: File moves, indexes, navigation, and all inbound references land together because deferring references would make the first pull request fail its own link and index checks.

Stable concepts: Format remains the universal body-format owner; Hierarchy remains the type and containment overview. Later Tasks split detailed process and type rules into nearby pages.

No redirect stubs: OKF indexes provide discovery. Old filenames are removed rather than preserved as duplicate routing pages.


Implementation plan

Relocation

  • Inventory all inbound links and anchors to Issue Format and Issue Hierarchy
  • Create the indexed Issues/Process and Issues/Types structure
  • Move the two pages without semantic expansion
  • Update Zensical navigation and every inbound reference

Validation

  • Regenerate and verify documentation indexes
  • Validate links, lint, and clean site build
  • Complete CI and the Copilot review loop

Metadata

Metadata

Labels

NoReleaseNo release required

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions