Skip to content

Add agentic development infrastructure for deterministic, self-contained experiments#3

Draft
ZEN-PUNK with Copilot wants to merge 5 commits into
mainfrom
copilot/improve-documentation-agentic-ready
Draft

Add agentic development infrastructure for deterministic, self-contained experiments#3
ZEN-PUNK with Copilot wants to merge 5 commits into
mainfrom
copilot/improve-documentation-agentic-ready

Conversation

Copilot AI commented Dec 25, 2025

Copy link
Copy Markdown
Contributor

Repository lacked structure for reproducible experiments where each iteration is deterministic and independently runnable with all required code.

Documentation Framework

Core Guides (1,700+ lines)

  • AGENTIC_DEVELOPMENT.md - Principles: deterministic iterations, experiment independence, comprehensive docs
  • EXPERIMENTS.md - Catalog, validation checklist, creation patterns
  • SETUP.md - Environment setup for all platforms with troubleshooting
  • QUICK_REFERENCE.md - Role-based navigation (developers, agents, researchers, DevOps)

Experiment Template System

Complete boilerplate in .agentic/templates/experiment_template/:

  • Standard docs: README, INDEX, ARCHITECTURE, EXPERIMENT_SCOPE, task.md
  • Config: package.json (pinned deps), tsconfig.json, .gitignore
  • Starter code: Express server with health endpoint

Automation Scripts

create-experiment.sh

./.agentic/scripts/create-experiment.sh
# Auto-increments number, prompts for name/description
# Updates all template placeholders with metadata

validate-experiment.sh

./.agentic/scripts/validate-experiment.sh agentic_dev/experiment_XX
# Validates: required files, dependencies, builds, docs quality, independence
# Checks for parent imports (experiments must be self-contained)

Structural Changes

  • Updated main README with agentic development section
  • Enhanced experiment_01 with cross-references to guides
  • All experiments now follow: own package.json, no parent imports, complete documentation

Each experiment is now a portable unit that can be copied elsewhere and run independently.

Original prompt

improve the documentattion to make it agentic ready.

Make the repo follow agentic development practices , so that each itteration can be deterministic and easily repetable. and where everyt experiment contains all the code to run independent


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 4 commits December 25, 2025 16:01
…mplates

Co-authored-by: ZEN-PUNK <176780312+ZEN-PUNK@users.noreply.github.com>
Co-authored-by: ZEN-PUNK <176780312+ZEN-PUNK@users.noreply.github.com>
…tion

Co-authored-by: ZEN-PUNK <176780312+ZEN-PUNK@users.noreply.github.com>
Copilot AI changed the title [WIP] Improve documentation for agentic readiness Add agentic development infrastructure for deterministic, self-contained experiments Dec 25, 2025
Copilot AI requested a review from ZEN-PUNK December 25, 2025 16:10
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