Files
clide/decisions/questions.md
T
jpmschweitzerandClaude Opus 4.6 2235cc4c19 drop leading zeros from all D/Q/R/T IDs
pql 1.2.0 changed its record format to drop leading zeros. All
262 references across 18 files renumbered (D-001→D-1, T-043→T-43,
etc.). pql-plan.json export updated as the git source of truth
for the planning database. DB rebuilt via pql plan import.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-23 12:16:52 +02:00

1.7 KiB

Open Questions — Master Index

Open questions live in per-domain questions-<domain>.md files. This index is a pointer and a place to record the most-load-bearing open questions with one-line summaries.

By domain

File Topics
questions-architecture.md IPC, events, canvas, window chrome, macOS signing, pql absorption, ticket persistence, interaction model
questions-extensions.md Extension API shape, Lua runtime vendoring, manifest schema version
questions-accessibility.md Web-mode a11y, i18n plurals/gender/dates
questions-testing.md Coverage gates, screen-reader automation
questions-process.md Editor tab (LSP vs tree-sitter), icon set, theme hot-reload, kernel DB access, planning-tool location

Load-bearing questions (gate other work)

  • Q-21 — Pql absorbs planning features vs clide absorbs pql vs separate CLI. Blocks the stopgap sunset and shapes the pql-side planning session.
  • Q-22 — Ticket persistence: per-dev only / milestone-committed / markdown-mirrored. Shapes multi-contributor story.
  • Q-5 — IPC wire-format stability and schema_version: in pubspec.yaml. Decide when the first real subcommand lands.
  • Q-15 — Editor tab: full LSP integration vs tree-sitter-only highlight. Decide during Tier 2.