Skip to content

update specs and implementation plan#329

Merged
potiuk merged 2 commits into
apache:mainfrom
justinmclean:sync-specs
May 27, 2026
Merged

update specs and implementation plan#329
potiuk merged 2 commits into
apache:mainfrom
justinmclean:sync-specs

Conversation

@justinmclean

@justinmclean justinmclean commented May 27, 2026

Copy link
Copy Markdown
Member

Summary

update specs and implementation plan based on what's been done so far.

Type of change

  • Skill change (.claude/skills/<name>/) — eval fixtures updated below
  • Tool / bridge contract (tools/<system>/*.md)
  • Python package (tools/*/ with pyproject.toml)
  • Groovy reference impl
  • Cross-cutting (RFC, AGENTS.md, sandbox, privacy-LLM)
  • Documentation (docs/, README.md, CONTRIBUTING.md)
  • Project template (projects/_template/)
  • CI / dev loop (prek, workflows, validators)
  • Other:

Test plan

  • prek run --all-files passes
  • For Python packages touched: uv run pytest / ruff check / mypy passes
  • For Groovy bridges touched: command-line invocation tested end-to-end
  • For skill changes: eval suite passes for the affected skill
    (PYTHONPATH=tools/skill-evals/src python3 -m skill_evals.runner tools/skill-evals/evals/<skill>/)
  • For skill behaviour changes: a new or updated eval fixture is included in this PR
    (a regression test for the bug fixed / the behaviour added — see CONTRIBUTING.md)
  • Other:

@justinmclean justinmclean changed the title Sync specs update specs and implementation plan May 27, 2026
@justinmclean justinmclean self-assigned this May 27, 2026
- mentoring-mode: proposed → experimental; pr-management-mentor now
  shipped, update Where-it-lives and Known-gaps accordingly
- pairing-mode: proposed → experimental; pairing-self-review now shipped,
  update Where-it-lives and Known-gaps accordingly
- overview: update mode table (Mentoring, Pairing: 0 skills → 1 skill,
  proposed → experimental); add security-reporting to cross-cutting table
- triage-mode: add contributor-nomination (contributor-readiness brief),
  issue-reassess-stats (campaign dashboard), tools/pr-management-stats
  reference implementation, and tools/mail-source to Where-it-lives
- agent-isolation-sandbox: add setup-isolated-setup-doctor to skills list
- meta-and-quality-tooling: add tools/spec-status-index and
  tools/spec-validator to Where-it-lives
- adapters: rename title/source/Acceptance to include mail-source;
  document tools/mail-source abstract backend contract + IMAP + mbox
- security-reporting.md: new spec for security-tracker-stats-dashboard
  skill and tools/security-tracker-stats-dashboard tool
- README + overview indexes updated to reference security-reporting.md

Generated-by: Claude (Opus 4.7)

@potiuk potiuk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — solid catch-up sync that brings the spec layer back in line with merged
work: mentoring-mode and pairing-mode correctly flip proposed
experimental, the overview mode-table updates match docs/modes.md,
adapters.md and triage-mode.md accurately incorporate
tools/mail-source/, and the new security-reporting.md spec is
well-formed with sensible acceptance criteria. The rebase against current
main is clean; validator exits 0.

Smaller observations (worth a follow-up sync-specs pass)

  • IMPLEMENTATION_PLAN.mdWork item 2 (agent-isolation Python
    packaging + test harness) is already done in main
    via #339:
    tools/agent-isolation/pyproject.toml + tests/ are both present
    (test_claude_iso.py, test_sandbox_add_project_root.py,
    test_sandbox_bypass_warn.py). Safe to drop this item from the next
    plan refresh; the loop would catch it as a no-op but it wastes an
    iteration to surface.
  • IMPLEMENTATION_PLAN.md Done — "24 skill eval suites committed"
    is now 29 after this session merged #330#335 (six setup-family
    suites).
  • IMPLEMENTATION_PLAN.md In-flight table — the six eval-setup-*
    branches just merged this session and can come off the list; PR #227
    (contribitor-readiness) is shown as draft but is actually CLOSED
    (content already merged via another path).

None of these block the merge — they're follow-up bookkeeping for the
next sync-specs iteration.


This review was drafted by an AI-assisted tool and confirmed by an Apache Steward
maintainer. The maintainer approving this PR has read the findings and signed off.
If something feels off, please reply on the PR and a maintainer will follow up.

More on how Apache Steward handles maintainer review:
CONTRIBUTING.md.

@potiuk potiuk merged commit 8e0b526 into apache:main May 27, 2026
15 checks passed
@justinmclean justinmclean deleted the sync-specs branch May 28, 2026 00:34
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.

2 participants