Sergey
|
109fff628f
|
feat: orchestrator AGENTS.md + docker bind-mount (#31)
* feat: add root AGENTS.md with orchestrator directive
* feat(docker): add AGENTS.md bind-mount for global config
* docs(handoff): add pr-10 handoff + ADR-011
* docs(handoff): rename pr-10 to pr-31 in filenames
* docs(project-map): add root AGENTS.md entry (PR#31)
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-24 01:08:56 +03:00 |
|
Sergey
|
6911a251d3
|
feat: pipeline-driver rewrite + merge_pr tool (#30)
* feat(tools): add merge_pr TS tool wrapper
* refactor(run-pipeline): replace raw gh pr merge with merge_pr tool
* fix(scripts): update pipeline-status MERGE NEXT action
* docs(handoff): add pr-16 handoff + ADR-010
* fix(handoff): remove dangling ADR-012/ADR-016 references
* docs(handoff): set PR number 30
* docs(project-map): add merge-pr.ts tool (PR#30)
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-24 00:59:27 +03:00 |
|
Sergey
|
1bd541f172
|
refactor: commands rename /run-pipeline + /spec (#29)
* refactor: rename /pipeline-driver to /run-pipeline + /spec-driver to /spec
- Rename command + skill dir + skill() ref for both
- Update cross-references in .opencode/ .md files
- pipeline_status / spec_status tool names unchanged (independent)
- Update project-map README
* docs(handoff): add pr-14 handoff + ADR-009
* docs(handoff): set PR number 29
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-24 00:46:00 +03:00 |
|
Sergey
|
55a95140cd
|
refactor: issue + repo-init skills rewrite (#28)
* refactor(issue): full subagent delegation + acceptance criteria + dependencies
* refactor(repo-init): Phase A/B split + git init prerequisite + remove private refs
* docs(handoff): add pr-13 handoff + ADR-008
* docs(handoff): set PR number in filenames
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-24 00:31:19 +03:00 |
|
Sergey
|
d1d7cf8ef2
|
refactor: opencode-config skill rewrite + rename /configure-opencode (#27)
* refactor: rename opencode-config to configure-opencode
- command: .opencode/commands/opencode-config.md -> configure-opencode.md
- skill dir: .opencode/skills/opencode-config/ -> configure-opencode/
- command body: skill({name: "opencode-config"}) -> skill({name: "configure-opencode"})
- project-map/README.md: update command+skill entries
* refactor: rewrite configure-opencode skill for .opencode/ auto-discovery
- flip canonical rule: config/opencode.json + bind-mount -> .opencode/opencode.json (project-local, auto-discovered, zero env var)
- repo is the template users clone (git clone && opencode)
- drop: bind-mount as primary (-> optional Docker), OPENCODE_CONFIG_DIR as required (-> power-user/Docker), Windows/ADR-009, internal env vars (ANTIDETECT/CONTEX7/CLOUDFLARE -> generic {env:MY_API_KEY})
- rename paths: config/ -> .opencode/, slaid098/opencode -> slaid098/opencode-config
- preserve: MCP/provider/permission formats, top-level keys, findLast semantic, check-permissions.py guard
- project-map: update entry descriptions for renamed command+skill
* docs(handoff): add pr-12 handoff + ADR-007
* docs(handoff): rename pr-12 handoff/ADR to pr-27 (actual PR number)
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-24 00:21:02 +03:00 |
|
Sergey
|
3fcb5b6aa8
|
fix: skills minor cleanup batch (#26)
* fix(skills): cleanup batch — 7 skills minor fixes
* docs(handoff): add pr-26 handoff + ADR-006
* docs(handoff): fix ADR-026 typo to ADR-006
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-23 23:53:55 +03:00 |
|
Sergey
|
0d79fe142b
|
fix: reviewer agent echo bypass (#25)
* fix(agents): remove echo allow from reviewer (bypass risk)
* docs(handoff): add pr-15 handoff + ADR-005
* docs(handoff): rename handoff/ADR to PR-25 number
* ci: add always-ci workflow for pipeline_status marker
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-23 23:42:41 +03:00 |
|
Sergey
|
b9daf31233
|
feat: docker-compose + Dockerfile + .env.example (#24)
* feat(docker): add docker-compose + Dockerfile + .env.example
* docs(handoff): add pr-8 handoff + ADR-004
* docs(handoff): fix PR number
* docs: update project map + handoff + ADR
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-23 23:35:18 +03:00 |
|
Sergey
|
6005c88203
|
feat: migrate src/ second-brain + tests + python tooling (#17)
* feat(src): migrate second-brain RAG CLI + tests
* fix(embedder): strip hardcoded ai.slaid098.dev endpoint
* refactor: rename slaid098/opencode to opencode-config
* docs(handoff): add pr-5 handoff + ADR-001
* fix(docs): rebase handoff/ADR naming to PR number + drop dangling ADR-009 refs
* fix(tests): update script paths + assertions for opencode-config migration
* fix(pyproject): update cov + ruff paths config/scripts -> .opencode/scripts
* docs: update project map + handoff + ADR
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-23 23:17:18 +03:00 |
|
Sergey
|
a8f9aa0bc6
|
feat: migrate .opencode/ config from opencode (#23)
* feat: migrate .opencode/ config from opencode
* refactor: rename repo refs and sanitize for public
* docs(handoff): add pr-7 handoff + ADR-002
* docs(handoff): fix PR number
* docs: update project map with .opencode/ structure
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-23 22:57:39 +03:00 |
|
Sergey
|
1dbec56140
|
ci: ubuntu-latest workflows + dependabot (#18)
* ci: migrate workflows + dependabot from opencode
* ci: replace self-hosted with ubuntu-latest + update paths
* ci: add bootstrap job + hashFiles conditions for bootstrapping
* docs(handoff): add pr-6 handoff + ADR-002
* fix(ci): wrap hashFiles in expression syntax for job-level if
* fix(ci): replace hashFiles with output-based skip conditions
* docs(handoff): update pr-6 handoff + ADR-002 for output-based
* docs(handoff): fix PR number in handoff filename
* docs: add project map for PR #18
---------
Co-authored-by: opencode-agent <agent@slaid098.dev>
|
2026-07-23 22:22:09 +03:00 |
|
opencode-agent
|
e1f427511e
|
chore: initial repo skeleton
|
2026-07-23 17:39:03 +00:00 |
|