issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript is:public language:Java
Filter by
37.1M results
Pre-submission checklist
- [x] I provided the exact build information I tested
- [x] I have checked for existing compatibility reports for this game
- [x] This is not a tech support request
Platform ...
channel:release
compat-report
gpu:msl
perf:great
platform:macos
state:playable
On update, existing notes carrying a legacy provenance: value are read and mapped to author_level (and author_type
derived) so old notes keep working without a bulk migration.
Acceptance: updating a note ...
Gate emits author_type/author_level/ai_model in frontmatter and stops emitting the single provenance key. Field names
driven by the schema frontmatter config.
Acceptance: new notes carry author_type + ...
create_note/update_note accept an optional ai_model (caller-declared); WriteResult carries author_type, author_level,
ai_model. Existing callers passing only actor+mode keep working unchanged.
Acceptance: ...
Add transition_author_type(current, editor) enforcing monotonicity: human + agent edit - ai; ai and external never
silently revert to human; human + human edit stays human.
Acceptance: author_type transitions ...
Extend the stamp/transition path so every Gate write yields all three properties: author_type, author_level (the
existing Provenance), and ai_model (set only when actor=AGENT).
Acceptance: create stamps ...
Add AuthorType StrEnum (human/ai/external) to provenance.py with an author_type_for(level, declared=None) derivation
(HUMAN level - human; any AI-touched level - ai; declared external wins). Add schema-side ...
Findings (3 issues)
Important context: This group is about overhead between forward passes, NOT about eliminating forward passes. The
exhaustive injector correctly runs one forward pass per bitflip — ...
enhancement
Background
openDb and ensureKernelSchema are the foundation of the skill archive. They are untested. A regression here (e.g. a
missing index, a wrong column type) breaks every downstream retrieval path. ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.