issues Search Results · language:Dune language:Python language:JavaScript is:public language:JavaScript language:Java
Filter by
55M results
Problem
buildOrganizationPayload() in src/runtime/project-memory.js generates a default organization with:
agents: [], // no agents defined
roles: [
{ role_id: visionary , assignments: [] }, // ...
bug
documentation
A minor one, following update to Version 2.4 I am still seeing the update notification: -
img width= 632 height= 353 alt= Image src=
https://github.com/user-attachments/assets/60ce3f65-908a-4cb3-b35c-9c2cefe8d7bc ...
Problem
buildOrganizationPayload() in src/runtime/project-memory.js spreads the existing organization file on top of the
computed defaults:
return {
...defaults, // includes topology: new ...
bug
Problem
src/runtime/project-memory.js buildOrganizationPayload() always overwrites updated_at with the current timestamp:
return {
...defaults,
...(existing || {}),
updated_at: timestamp // always ...
bug
tech-debt
@copilot Fix the failing CI workflow Pre-Merge Validation (run #27463431423) on branch
copilot/explain-repository-structure.
Auto-fix patterns exhausted. Auto-created because no open PR was found.
Workflow: ...
ci-failure
Problem
schemas/aof-organization.schema.json defines provider in the $defs.agent object as a plain unrestricted string:
provider : { type : string }
Issue #359 identified that .aof/organization.json ...
bug
tech-debt
Parent
#17 — PRD: gda domain command surface — Phase-1 headless increment.
What to build
Read-only, project-wide static-analysis reads, so an agent can reason about a project without opening it in the ...
ready-for-agent

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.