Skip to content

Prepare repo for launch: fix new-install state leaks, add SECURITY.md and chat template#35

Merged
japertechnology merged 2 commits intomainfrom
copilot/identify-launch-requirements
Feb 25, 2026
Merged

Prepare repo for launch: fix new-install state leaks, add SECURITY.md and chat template#35
japertechnology merged 2 commits intomainfrom
copilot/identify-launch-requirements

Conversation

Copy link

Copilot AI commented Feb 25, 2026

New installations via setup.sh or the template repo inherit the source repo's Spock identity (AGENTS.md) and expensive model config (claude-opus-4-6 / high thinking). Users also have no general-purpose issue template and no SECURITY.md.

Changes

  • setup.sh — Reset AGENTS.md and .pi/settings.json to default templates after copying, alongside the existing state/ cleanup
  • install/settings.json — New default template: claude-sonnet-4-20250514 / low thinking (matches README examples)
  • install/MINIMUM-INTELLIGENCE-INSTALLER.ts — Now also copies the chat issue template and initialises settings.json with defaults
  • SECURITY.md — Root-level security policy pointing to existing docs (security assessment, capabilities analysis, incident response)
  • 💬 Chat issue template — General-purpose conversation template in both install/ and .github/ISSUE_TEMPLATE/, complementing the existing 🥚 Hatch template
# setup.sh now resets repo-specific state for fresh installs
rm -rf "$TARGET_DIR/state"
cp "$TARGET_DIR/install/MINIMUM-INTELLIGENCE-AGENTS.md" "$TARGET_DIR/AGENTS.md"
cp "$TARGET_DIR/install/settings.json" "$TARGET_DIR/.pi/settings.json"

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ttings template, fix setup.sh to reset repo-specific state

Co-authored-by: japertechnology <51429990+japertechnology@users.noreply.github.com>
Copilot AI changed the title [WIP] Identify requirements for repo launch Prepare repo for launch: fix new-install state leaks, add SECURITY.md and chat template Feb 25, 2026
@japertechnology japertechnology marked this pull request as ready for review February 25, 2026 02:03
@japertechnology japertechnology merged commit d020d23 into main Feb 25, 2026
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