feat(rules): add Pool (Poolside) as a rules target - #2976
Open
Fe2-O3 wants to merge 1 commit into
Open
Conversation
Pool reads AGENTS.md at personal (~/.config/poolside/AGENTS.md), project-root, and nested per-directory scopes, so plain topic rules fold into the root file while directory-scoped rules (agentsmd.subprojectPath) emit nested <dir>/AGENTS.md files. Refs dyoshikawa#2945
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #2945.
Adds Pool (Poolside's coding agent CLI,
pool) as a rulesyncrulestarget. Pool readsAGENTS.mdat personal, project, and nested per-directory scopes, so this target:AGENTS.md(project) /~/.config/poolside/AGENTS.md(global, via--global, honouringXDG_CONFIG_HOME)agentsmd.subprojectPath) as nested<dir>/AGENTS.md(project scope only)Scope note: this PR covers
rulesonly. Per the mapping in #2945,skills(Agent Skills spec dirs),mcp(mcp_servers:in settings.yaml),permissions(tools:/paths:),hooks(hooks:), andsubagents(subagents:) are natural follow-ups;commands(built-in only) andignore(no public spec) are out. Happy to follow up with skills/MCP next, or to split this further if preferred.Verified against https://docs.poolside.ai/agent-instructions and a local read of the pool 1.0.14 config surface described in #2945.
Verification
PoolRuleunit tests: 10 passedpnpm run check(format, lint, typecheck): cleanpnpm run cicheck:content(docs-content, gitignore, supported-tools, cspell, secretlint): cleanpnpm dev generate --targets pool --features rules --dry-runresolves toAGENTS.mdpnpm run generate:tables,generate:docs-content,dev gitignore) applied; hand-writtenfile-formats.mdPool note added