Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue requests adding JSDoc comments to exported utility functions within the `server/lib/` directory to enhance code readability for new contributors. Contributors should pick a file, such as `crypto.ts` or `validation.ts`, and add JSDoc to all its exported functions, ensuring each includes a description, `@param` tags, and `@returns` tags, without introducing any functional changes.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue proposes enhancing the command-line interface (CLI) by adding comprehensive `--help` descriptions and usage examples for all existing commands. The goal is to improve the developer experience by making the CLI more discoverable and easier to use.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue requests an increase in test coverage for the `server/lib/validation.ts` file. The goal is to add tests for edge cases like empty strings, null inputs, and boundary values to improve the robustness of input validation utilities. This is presented as a good opportunity for new contributors to learn the codebase.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue proposes adding unit tests for the `server/lib/dedup.ts` module, which currently lacks dedicated test coverage. The task involves understanding the module's functionality and writing tests for various scenarios, including normal usage, edge cases, and potential error conditions. It's presented as a good opportunity for new contributors to learn the project's testing patterns.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue requests the addition of a "Scripts Reference" section to the CONTRIBUTING.md file. This section will document all 23 scripts defined in the project's package.json, explaining their purpose, usage, and accepted flags to improve clarity for new contributors.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue proposes improving error messages in the codebase by adding context about available options or expected formats. The goal is to make debugging faster by providing actionable information directly within the error message, rather than just stating what went wrong. This involves identifying specific error patterns and enhancing them with relevant data.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue proposes replacing all `console.log` statements within the database migration CLI files with the project's structured logger. The goal is to ensure migration output is properly aggregated and consistent with the rest of the codebase, except for intentional CLI help text which should remain as `console.log`.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This GitHub issue proposes enhancing a Discord bot by adding six new slash commands to improve its functionality and accessibility. The new commands will allow users to view active tasks, schedules, agent logs, bot configuration, submit feedback (which creates a GitHub issue), and access a quickstart guide. Implementation will involve modifying `server/discord/bridge.ts` for command registration and handlers, and `server/discord/types.ts` for new command options.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This bug report describes an issue where the sidebar on desktop is not scrollable when all its sections are expanded. The problem stems from missing `overflow-y: auto` CSS property for desktop viewports, unlike the mobile view which correctly implements it. The proposed fix is to add this CSS property to the desktop sidebar styles.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand
AI Summary: This issue addresses the lack of documented system requirements for running the corvid-agent in a development environment. Based on testing, a 16 GB Windows machine experienced severe memory pressure, highlighting the need for concrete RAM benchmarks and tiered guidance for users to select appropriate setups.
🐦⬛ Decentralized development agent platform with on-chain identity and encrypted inter-agent communication via Algorand