Skip to content

skills/axiom-apl: load reference inline instead of forking#368

Open
lukasmalkmus wants to merge 1 commit into
mainfrom
lukasmalkmus/axiom-apl-no-fork
Open

skills/axiom-apl: load reference inline instead of forking#368
lukasmalkmus wants to merge 1 commit into
mainfrom
lukasmalkmus/axiom-apl-no-fork

Conversation

@lukasmalkmus

Copy link
Copy Markdown
Collaborator

axiom-apl is a reference skill: its job is to load APL syntax into the context that's writing a query. context: fork ran it in a subagent, so the reference stayed in the fork and never reached the invoking session, forcing a manual re-read of references/*.md.

Dropping the line so the reference loads inline. The three task skills (explore-dataset, detect-anomalies, find-traces) keep context: fork — they return a report, which forking is correct for.

@lukasmalkmus lukasmalkmus self-assigned this Jun 26, 2026
context: fork ran the reference skill in a subagent, so its APL syntax
never reached the session that invoked it. Drop it so the reference
loads into the active context where queries are written.
@lukasmalkmus lukasmalkmus force-pushed the lukasmalkmus/axiom-apl-no-fork branch from f325965 to 4668e06 Compare June 26, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant