feat: add company operations planning workflow - #59
EthanThatOneKid wants to merge 5 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I hit an error while handling your request (Model provider API error: Invalid schema for function 'cleanup_run_history': schema must be a JSON Schema of 'type: "object"', got 'type: null'.). Please try again, rephrase, or reach out if it keeps failing. Error id: d9833f33-7d45-4fcc-9178-bdfa5fb11e49 |
|
This session could not recover from an error (Model provider API error: Invalid schema for function 'cleanup_run_history': schema must be a JSON Schema of 'type: "object"', got 'type: null'.). Start a new comment to continue. Error id: d9833f33-7d45-4fcc-9178-bdfa5fb11e49 |
EthanThatOneKid
left a comment
There was a problem hiding this comment.
I found no blocking correctness issues. CI passes, the skill is scoped to the attached repository, and the memory handoff/side-effect boundaries are clearly stated.
One non-blocking concern: the root routing instruction says to load company-operations whenever the user asks for “building.” That word covers nearly every ordinary implementation request, so it may over-trigger company-planning guidance on normal bug fixes and coding tasks. I would narrow it to /company, company validation/planning/branding/launch/growth, or explicitly “building a company or product.”
Change request — still a draft, and it needs a rebase plus a regenerated
|
|
I hit an error while handling your request (Model provider API error: Authentication Fails, Your api key: ****53a6 is invalid). Please try again, rephrase, or reach out if it keeps failing. Error id: 68457453-277d-4c8b-acd5-39c7b85cd393 |
|
This session could not recover from an error (Model provider API error: Authentication Fails, Your api key: ****53a6 is invalid). Start a new comment to continue. Error id: 68457453-277d-4c8b-acd5-39c7b85cd393 |
cdf8f08 to
c0d65ea
Compare
The routing line and the skill description both listed bare "building", which matches nearly every ordinary implementation request and would load company-planning guidance on normal bug fixes and coding tasks. The trigger now names `/company` and "building a company or product", which keeps the explicit doorway and drops the over-broad word. Regenerates computer.af from the updated source.
|
Addressed in cd82d95. Both places that named the trigger now drop bare "building":
Verification: One thing worth recording from doing this: the instructions block is a JS template literal, so a backtick in that prose has to be escaped. Writing |
|
Narrowed in cd82d95, and both open review items are now resolved. The over-trigger. "building" appeared in two places that both feed routing: the root routing line in The metadata block. Removed in cdf8f08; the packaged skill keeps only the required Verification on cd82d95: One thing worth flagging: my first pass at this edit broke the build. I put |
|
Both review items are addressed in "Not necessary." (skill metadata block) — removed in "building" over-triggers (routing line) — narrowed in
Bare "building" is gone from both, so an ordinary bug fix or coding request no longer matches. The explicit doorway (
One unrelated note on the red |
|
I hit an error while handling your request (Model provider API error: Authentication Fails, Your api key: ****53a6 is invalid). Please try again, rephrase, or reach out if it keeps failing. Error id: 484e06b9-0245-44b5-83da-f5607ae5dc79 |
|
This session could not recover from an error (Model provider API error: Authentication Fails, Your api key: ****53a6 is invalid). Start a new comment to continue. Error id: 484e06b9-0245-44b5-83da-f5607ae5dc79 |
|
The non-blocking concern from the review is addressed in Trigger narrowed. The routing line in
Verification (local, The Every deployment on this project now fails at that step, preview or production, until the snapshots-storage limit resets on 2026-10-01 or unused snapshots are deleted / the account moves to Pro. Filed as #80. |
|
I hit an error while handling your request (Model provider API error: Authentication Fails, Your api key: ****53a6 is invalid). Please try again, rephrase, or reach out if it keeps failing. Error id: 698b10f8-711b-4d70-a9ec-9237dd507a04 |
|
This session could not recover from an error (Model provider API error: Authentication Fails, Your api key: ****53a6 is invalid). Start a new comment to continue. Error id: 698b10f8-711b-4d70-a9ec-9237dd507a04 |
|
Closing as obsolete under the simplification decision (Computer's brain moves onto the Zo host; the eve factory, its Vercel Blob memory, and the Two concrete reasons this cannot land: it modifies The skill content is not lost — it stays readable in this closed PR's diff if we want to port the playbook into Computer's new persona records later. |
|
This pull request (PR #59) is closed as obsolete. It introduces a The core reason for closing is that the changes are incompatible with the ongoing simplification of Computer's architecture, specifically the retirement of the Eve factory, its Vercel Blob memory, and the The content of the skill is not lost and remains accessible in the diff of this closed PR, should we choose to port it to Computer's new persona records in the future. |
Summary
company-operationsplanning skill for Zo Computerwazootech/memoryas the durable knowledge wikiWorkflow
The skill provides
/company start,/company plan,/company build,/company brand,/company launch, and/company scale. It includes read-only scheduled-review guidance and approval gates for deployments, public changes, billing, ads, account connections, and outbound communications.The current Computer runtime has no direct cross-repository memory tool, so the skill prepares reviewable memory handoffs instead of claiming that repository-bound GitHub tools wrote to
wazootech/memory.Verification
pnpm typecheckpassedpnpm testpassed: 52 testsgit diff --checkpassedpnpm buildcompiled successfully, then stopped during page-data collection becauseTRUSTED_DEPLOYMENT_HOSTSis not configured in this environmentpnpm build:eveis blocked by the host's Node.js 22.23.1; Eve requires Node.js 24+No deployment or merge was performed.