-
Notifications
You must be signed in to change notification settings - Fork 1
Lets get organized #184
Copy link
Copy link
Open
Labels
ai-reviewTrigger the LLM PR review workflowTrigger the LLM PR review workflowautomatedCreated or updated by automationCreated or updated by automationautomationAutomation-generated direction and planningAutomation-generated direction and planningbugSomething isn't workingSomething isn't workingcode-cleanlinessCode cleanliness review findingsCode cleanliness review findingscode-reviewCode review findings or follow-upCode review findings or follow-upcontinuous-progressDaily continuous progress trackingDaily continuous progress trackingcopilotAssign this issue to GitHub CopilotAssign this issue to GitHub Copilotcopilot-gpt-5.3Prefer GPT-5.3 for Copilot (if supported)Prefer GPT-5.3 for Copilot (if supported)copilot-gpt-5.4Prefer GPT-5.4 for CopilotPrefer GPT-5.4 for Copilote2eEnd-to-end review findingsEnd-to-end review findingsenhancementNew feature or requestNew feature or request
Metadata
Metadata
Labels
ai-reviewTrigger the LLM PR review workflowTrigger the LLM PR review workflowautomatedCreated or updated by automationCreated or updated by automationautomationAutomation-generated direction and planningAutomation-generated direction and planningbugSomething isn't workingSomething isn't workingcode-cleanlinessCode cleanliness review findingsCode cleanliness review findingscode-reviewCode review findings or follow-upCode review findings or follow-upcontinuous-progressDaily continuous progress trackingDaily continuous progress trackingcopilotAssign this issue to GitHub CopilotAssign this issue to GitHub Copilotcopilot-gpt-5.3Prefer GPT-5.3 for Copilot (if supported)Prefer GPT-5.3 for Copilot (if supported)copilot-gpt-5.4Prefer GPT-5.4 for CopilotPrefer GPT-5.4 for Copilote2eEnd-to-end review findingsEnd-to-end review findingsenhancementNew feature or requestNew feature or request
lets subdivide the project into its main components- give each one a directory. Each directory should look like:
include/
src/
build/
bin/
scripts/
Makefile
Pfyfile.pf
other .pf files as needed
At the top level lets have an includes/ directory so each part can use the other, lets get this stuff organized, get the massive amounts of pf tasks and scripts out of a central location as this is getting unwieldy. Lets organize aggressively.