No description
Find a file
2026-06-14 18:23:37 +02:00
install/template feat: refine wiki log and state policy 2026-06-14 18:23:37 +02:00
spec feat: refine wiki log and state policy 2026-06-14 18:23:37 +02:00
wiki feat: refine wiki log and state policy 2026-06-14 18:23:37 +02:00
AGENTS.md feat: seperated AGENTS.md to spec and wiki 2026-06-14 16:26:12 +02:00
INSTALL.md feat: refine wiki log and state policy 2026-06-14 18:23:37 +02:00
llms.txt feat: seperated AGENTS.md to spec and wiki 2026-06-14 16:26:12 +02:00
README.md feat: seperated AGENTS.md to spec and wiki 2026-06-14 16:26:12 +02:00

Repo Wiki Template

A lean markdown template that coding LLMs can install into another project from a Forgejo repository link.

What it installs

  • AGENTS.md: lean starting rules for agents.
  • /spec: scoped agent rules, planning index, and plan.md plus adr.md templates.
  • /wiki: scoped agent rules, durable knowledge index, log, state, and raw-source guidance.

Install into another project

Give this repository URL to a coding LLM and ask it to follow INSTALL.md.

Install the repo wiki template from <REPOSITORY_URL> into this repository.
Follow <REPOSITORY_URL>/INSTALL.md.
Preserve existing files and append the Repo Wiki Template section to AGENTS.md if it exists.

For Forgejo raw-file access, agents can fetch:

<FORGEJO_REPOSITORY_URL>/raw/branch/<BRANCH>/INSTALL.md

Start here

  • INSTALL.md: single-file install contract.
  • install/template/: canonical lightweight payload copied into target projects.
  • AGENTS.md: agent operating rules for this repository.
  • llms.txt: concise LLM-friendly repository index.
  • spec/index.md: active and completed work for this repository.
  • wiki/index.md: durable knowledge for this repository.

Defaults

  • Keep install instructions markdown-only.
  • Keep the installed payload lean.
  • Do not install this repository's research plan into target projects.
  • Update /wiki only when durable project knowledge changes.