Loading...
Loading...
Sync eve-skillpacks with latest eve-horizon changes. Reads git log, identifies affected skills, updates reference docs and skills, tracks sync point.
npx skill4agent add incept5/eve-skillpacks sync-horizon../eve-horizon.sync-state.json.sync-map.json.sync-state.jsonlast_synced_commitlast_synced_commitcd ../eve-horizon && git log --oneline <last_synced_commit>..HEADcd ../eve-horizon && git diff --stat <last_synced_commit>..HEAD -- docs/system/ docs/ideas/agent-native-design.md docs/ideas/platform-primitives-for-agentic-apps.md packages/cli/src/commands/ AGENTS.md--stat.sync-map.jsonreference_docsskill_triggersUpdate <target-file> with <brief change summary>../eve-horizon<last_synced_commit>..HEAD--statUpdate sync state and produce reportcd ../eve-horizon && git diff <last_synced_commit>..HEAD -- <source-file-1> <source-file-2>Read the git diff for your assigned source files. Read the current reference doc. Distill the changes into the reference doc — these are curated summaries for agents, not copies of the source. Preserve the existing structure, voice, and formatting. Edit the existing file; do not rewrite from scratch.
Read the git diff for your assigned source files. Read the current SKILL.md. Update with new commands, changed workflows, or new capabilities. Maintain imperative voice and conciseness. Skills teach agents how to think, not just what to type. Edit the existing file; do not rewrite from scratch.
Create a new directory under the appropriate pack with a SKILL.md file. Add asubdirectory if the skill needs detailed reference material. Follow the conventions of existing skills in the same pack.references/
You are updating a reference doc in the eve-skillpacks repository.
## Your Task
Update the file: eve-work/eve-read-eve-docs/references/secrets-auth.md
## Context
The eve-horizon repo is at ../eve-horizon. Changes since commit abc1234:
- docs/system/auth.md changed (access groups, scoped bindings)
- docs/system/secrets.md changed (credential check improvements)
## Steps
1. Run: cd ../eve-horizon && git diff abc1234..HEAD -- docs/system/auth.md docs/system/secrets.md
2. Read: eve-work/eve-read-eve-docs/references/secrets-auth.md
3. If the diff is large, also read the full source files from ../eve-horizon/docs/system/
4. Distill the changes into the reference doc — preserve existing structure and voice
5. Edit the existing file (do not rewrite it from scratch)
These are curated distillations for agents, not verbatim copies. Keep them concise and actionable.cd ../eve-horizon && git rev-parse HEAD.sync-state.jsonlast_synced_commitlast_synced_atsync_log## Sync Report: <old_commit_short>..<new_commit_short>
### Commits
- <count> commits synced
### Platform Changes
- <list of eve-horizon changes that affected skillpacks>
### Updated Reference Docs
- <file>: <what changed>
### Updated Skills
- <skill>: <what changed>
### New Skills
- <skill>: <why created>
### Next Steps
- <any manual follow-up needed>--stat